Switch on Qt by default
This commit is contained in:
@@ -122,11 +122,7 @@ option(CPPTHREADS "C++11 threads"
|
|||||||
option(NEW_DYNAREC "Use the PCem v15 (\"new\") dynamic recompiler" OFF)
|
option(NEW_DYNAREC "Use the PCem v15 (\"new\") dynamic recompiler" OFF)
|
||||||
option(MINITRACE "Enable Chrome tracing using the modified minitrace library" OFF)
|
option(MINITRACE "Enable Chrome tracing using the modified minitrace library" OFF)
|
||||||
option(DEV_BRANCH "Development branch" OFF)
|
option(DEV_BRANCH "Development branch" OFF)
|
||||||
if(NOT WIN32)
|
|
||||||
option(QT "QT GUI" ON)
|
option(QT "QT GUI" ON)
|
||||||
else()
|
|
||||||
option(QT "QT GUI" OFF)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# Development branch features
|
# Development branch features
|
||||||
#
|
#
|
||||||
@@ -151,7 +147,7 @@ cmake_dependent_option(VNC "VNC renderer"
|
|||||||
cmake_dependent_option(XL24 "ATI VGA Wonder XL24 (ATI-28800-6)" ON "DEV_BRANCH" OFF)
|
cmake_dependent_option(XL24 "ATI VGA Wonder XL24 (ATI-28800-6)" ON "DEV_BRANCH" OFF)
|
||||||
|
|
||||||
# Ditto but for Qt
|
# Ditto but for Qt
|
||||||
if (QT)
|
if(QT)
|
||||||
option(USE_QT6 "Use Qt6 instead of Qt5" OFF)
|
option(USE_QT6 "Use Qt6 instead of Qt5" OFF)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user