mirror of https://github.com/PCSX2/pcsx2.git
CMake: Default QT_BUILD to on
This commit is contained in:
parent
2f0b244f48
commit
da2efd88f2
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue