Skip to content

Commit

Permalink
CMakeLists.txt: build with Qt 6 by default
Browse files Browse the repository at this point in the history
Qt 5 build is not really functional atm and is legacy anyway.
  • Loading branch information
KitsuneRal committed Jul 13, 2023
1 parent 7e6e3a7 commit 09e1299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ else()
endforeach ()
endif()

option(BUILD_WITH_QT6 "Build Quotient with Qt 6 (EXPERIMENTAL)" OFF)
option(BUILD_WITH_QT6 "Build with Qt 6 (instead of Qt 5)" ON)

if (BUILD_WITH_QT6)
set(QtMinVersion "6.2")
Expand Down

0 comments on commit 09e1299

Please sign in to comment.