aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mobile
diff options
context:
space:
mode:
Diffstat (limited to 'mobile')
-rw-r--r--mobile/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/mobile/CMakeLists.txt b/mobile/CMakeLists.txt
index 7cfc9c4..ddc0543 100644
--- a/mobile/CMakeLists.txt
+++ b/mobile/CMakeLists.txt
@@ -13,8 +13,8 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_AUTOMOC ON)
# Find the QtWidgets library
-find_package(Qt5 COMPONENTS Quick Qml Core Widgets Gui)
-#find_package(Qt5QuickCompiler)
+find_package(Qt6 COMPONENTS Quick Qml Core Widgets Gui)
+#find_package(Qt6QuickCompiler)
set(EXECUTABLE_OUTPUT_PATH bin/)
@@ -26,7 +26,7 @@ ADD_DEFINITIONS(
)
set(diceGui_RESOURCES diceparser.qrc)
-FIND_PACKAGE(Qt5LinguistTools)
+FIND_PACKAGE(Qt6LinguistTools)
IF(UPDATE_TRANSLATIONS)