mirror of
https://github.com/libretro/pcsx2.git
synced 2025-02-20 01:21:23 +00:00
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…
x
Reference in New Issue
Block a user