mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 02:18:20 -07:00
CMake: hardcode the Qt UI option to ON on Windows
This commit is contained in:
@@ -226,8 +226,6 @@ endif()
|
||||
|
||||
if (QT)
|
||||
add_subdirectory(qt)
|
||||
elseif(WIN32)
|
||||
add_subdirectory(win)
|
||||
else()
|
||||
add_compile_definitions(USE_SDL_UI)
|
||||
add_subdirectory(unix)
|
||||
|
||||
Reference in New Issue
Block a user