Qt is now on by default for non-Windows
This commit is contained in:
@@ -122,7 +122,11 @@ 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)
|
||||||
|
else()
|
||||||
option(QT "QT GUI" OFF)
|
option(QT "QT GUI" OFF)
|
||||||
|
endif()
|
||||||
|
|
||||||
# Development branch features
|
# Development branch features
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user