mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 01:49:42 -06:00
macOS: Use Qt 6 by default
This commit is contained in:
@ -39,7 +39,12 @@ SET(SOURCES_QT_SDL
|
|||||||
${CMAKE_SOURCE_DIR}/res/melon.qrc
|
${CMAKE_SOURCE_DIR}/res/melon.qrc
|
||||||
)
|
)
|
||||||
|
|
||||||
option(USE_QT6 "Build using Qt 6 instead of 5" OFF)
|
if (APPLE)
|
||||||
|
option(USE_QT6 "Build using Qt 6 instead of 5" ON)
|
||||||
|
else()
|
||||||
|
option(USE_QT6 "Build using Qt 6 instead of 5" OFF)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
set(CMAKE_RC_COMPILE_OBJECT "<CMAKE_RC_COMPILER> -i <SOURCE> -o <OBJECT>")
|
set(CMAKE_RC_COMPILE_OBJECT "<CMAKE_RC_COMPILER> -i <SOURCE> -o <OBJECT>")
|
||||||
|
Reference in New Issue
Block a user