|
|
|
@ -420,11 +420,11 @@ add_subdirectory(externals) |
|
|
|
|
|
|
|
if (ENABLE_QT) |
|
|
|
if (YUZU_USE_BUNDLED_QT) |
|
|
|
download_qt(6.7.2) |
|
|
|
download_qt(6.8.3) |
|
|
|
else() |
|
|
|
message(STATUS "Using system Qt") |
|
|
|
if (NOT Qt6_DIR) |
|
|
|
set(Qt6_DIR "" CACHE PATH "Additional path to search for Qt6 libraries like C:/Qt/6.7.2/msvc2019_64/lib/cmake/Qt6") |
|
|
|
set(Qt6_DIR "" CACHE PATH "Additional path to search for Qt6 libraries like C:/Qt/6.8.3/msvc2022_64/lib/cmake/Qt6") |
|
|
|
endif() |
|
|
|
list(APPEND CMAKE_PREFIX_PATH "${Qt6_DIR}") |
|
|
|
endif() |
|
|
|
|