aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mobile/CMakeLists.txt
diff options
context:
space:
mode:
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()