mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
Qt/Wx: Turn Qt into the default interface
This commit is contained in:
@ -20,8 +20,8 @@ option(USE_EGL "Enables EGL OpenGL Interface" OFF)
|
||||
option(TRY_X11 "Enables X11 Support" ON)
|
||||
option(USE_SHARED_ENET "Use shared libenet if found rather than Dolphin's soon-to-compatibly-diverge version" OFF)
|
||||
option(USE_UPNP "Enables UPnP port mapping support" ON)
|
||||
option(ENABLE_WX "Enable wxWidgets (Default)" ON)
|
||||
option(ENABLE_QT2 "Enable Qt2 (use the other experimental Qt interface)" ON)
|
||||
option(ENABLE_QT2 "Enable Qt (Default)" ON)
|
||||
option(ENABLE_WX "Enable wxWidgets (Legacy)" ON)
|
||||
option(ENABLE_LTO "Enables Link Time Optimization" OFF)
|
||||
option(ENABLE_GENERIC "Enables generic build that should run on any little-endian host" OFF)
|
||||
option(ENABLE_HEADLESS "Enables running Dolphin as a headless variant" OFF)
|
||||
|
Reference in New Issue
Block a user