Skip to content

Commit

Permalink
Build with Qt 6 by default on Unix systems.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Oct 29, 2021
1 parent 410223b commit 62f37fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validate_special_target.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

set(DESKTOP_APP_SPECIAL_TARGET "" CACHE STRING "Use special platform target, like 'macstore' for Mac App Store.")

option(DESKTOP_APP_QT6 "Build with Qt 6" OFF)
option(DESKTOP_APP_QT6 "Build with Qt 6" ${UNIX})

function(report_bad_special_target)
if (NOT DESKTOP_APP_SPECIAL_TARGET STREQUAL "")
Expand Down

0 comments on commit 62f37fd

Please sign in to comment.