From 9dbdcb752fd50e27a5757bd10bc8acd73129e302 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Thu, 17 Mar 2022 19:31:45 -0300 Subject: [PATCH] It's Qt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 667aac765..1c7d22365 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -133,7 +133,7 @@ option(NEW_DYNAREC "Use the PCem v15 (\"new\") dynamic recompiler" option(MINITRACE "Enable Chrome tracing using the modified minitrace library" OFF) option(GDBSTUB "Enable GDB stub server for debugging" OFF) option(DEV_BRANCH "Development branch" OFF) -option(QT "QT GUI" ON) +option(QT "Qt GUI" ON) # Development branch features #