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