aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mobile/CMakeLists.txt
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2022-04-13 15:24:02 +0200
committerRenaud G <renaud@rolisteam.org>2022-04-13 15:40:42 +0200
commit44bf6ecfdca6b0499b5ae2cf7b380a3ff310f0e9 (patch)
tree7a36c16a5d811f2dddcef123c666e0048ee33477 /mobile/CMakeLists.txt
parentc1dca21057dd81c66bf1e164f401b161c2d883ea (diff)
downloadOneRoll-44bf6ecfdca6b0499b5ae2cf7b380a3ff310f0e9.tar.gz
OneRoll-44bf6ecfdca6b0499b5ae2cf7b380a3ff310f0e9.zip
qt6 ready
Diffstat (limited to 'mobile/CMakeLists.txt')
-rw-r--r--mobile/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/CMakeLists.txt b/mobile/CMakeLists.txt
index 9d07f9a..7cfc9c4 100644
--- a/mobile/CMakeLists.txt
+++ b/mobile/CMakeLists.txt
@@ -52,7 +52,7 @@ if(Qt5Core_FOUND)
# guess plugins and libraries directory
set(QT_PLUGINS_DIR "${Qt5Core_DIR}/../../../plugins")
- get_target_property(QT_LIBRARY_DIR Qt5::Core LOCATION)
+ get_target_property(QT_LIBRARY_DIR Qt6::Core LOCATION)
get_filename_component(QT_LIBRARY_DIR ${QT_LIBRARY_DIR} PATH)
endif()