Build with Qt 6 by default on Unix systems.
This commit is contained in:
parent
410223b538
commit
62f37fd1f6
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
set(DESKTOP_APP_SPECIAL_TARGET "" CACHE STRING "Use special platform target, like 'macstore' for Mac App Store.")
|
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)
|
function(report_bad_special_target)
|
||||||
if (NOT DESKTOP_APP_SPECIAL_TARGET STREQUAL "")
|
if (NOT DESKTOP_APP_SPECIAL_TARGET STREQUAL "")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue