Qt is now on by default for non-Windows
This commit is contained in:
parent
58aca9ebd4
commit
0b3a6d8e84
@ -122,7 +122,11 @@ option(CPPTHREADS "C++11 threads"
|
||||
option(NEW_DYNAREC "Use the PCem v15 (\"new\") dynamic recompiler" OFF)
|
||||
option(MINITRACE "Enable Chrome tracing using the modified minitrace library" OFF)
|
||||
option(DEV_BRANCH "Development branch" OFF)
|
||||
if(NOT WIN32)
|
||||
option(QT "QT GUI" ON)
|
||||
else()
|
||||
option(QT "QT GUI" OFF)
|
||||
endif()
|
||||
|
||||
# Development branch features
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user