diff --git a/CMakeLists.txt b/CMakeLists.txt index e1f6fc47e..9170741cb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 #