CMake: Default QT_BUILD to on

This commit is contained in:
Stenzek 2022-12-24 14:54:17 +10:00 committed by refractionpcsx2
parent 2f0b244f48
commit da2efd88f2
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ option(DISABLE_SETCAP "Do not set files capabilities")
option(XDG_STD "Use XDG standard path instead of the standard PCSX2 path")
option(CUBEB_API "Build Cubeb support on SPU2" ON)
option(GTK2_API "Use GTK2 api (legacy)")
option(QT_BUILD "Build Qt frontend instead of wx" OFF)
option(QT_BUILD "Build Qt frontend instead of wx" ON)
if(UNIX AND NOT APPLE)
option(X11_API "Enable X11 support" ON)