mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
Use Qt 6 by default on all platforms and update build instructions (#2187)
This commit is contained in:

committed by
GitHub

parent
d8f1d106f0
commit
5959009ebd
@ -59,11 +59,7 @@ set(SOURCES_QT_SDL
|
||||
NetplayDialog.cpp
|
||||
)
|
||||
|
||||
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()
|
||||
option(USE_QT6 "Use Qt 6 instead of Qt 5" ON)
|
||||
|
||||
if (USE_QT6)
|
||||
find_package(Qt6 COMPONENTS Core Gui Widgets Network Multimedia OpenGL OpenGLWidgets Svg REQUIRED)
|
||||
|
Reference in New Issue
Block a user