From 732db12b310be9ee958e4fa0500e1bc72c83a1df Mon Sep 17 00:00:00 2001 From: OBattler Date: Mon, 7 Feb 2022 00:19:45 +0100 Subject: [PATCH] Turned QT on. --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b8635cdc1..d768742ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -114,7 +114,7 @@ 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) -option(QT "QT GUI" OFF) +option(QT "QT GUI" ON) # Development branch features # @@ -139,6 +139,7 @@ cmake_dependent_option(ISAMEM_BRAT "BocaRAM/AT" # Ditto but for Qt if (QT) + option(QT_STATIC "Statically build QT" ON) option(USE_QT6 "Use Qt6 instead of Qt5" OFF) endif()