diff options
| author | 2022-04-13 15:24:02 +0200 | |
|---|---|---|
| committer | 2022-04-13 15:40:42 +0200 | |
| commit | 44bf6ecfdca6b0499b5ae2cf7b380a3ff310f0e9 (patch) | |
| tree | 7a36c16a5d811f2dddcef123c666e0048ee33477 /mobile/CMakeLists.txt | |
| parent | c1dca21057dd81c66bf1e164f401b161c2d883ea (diff) | |
| download | OneRoll-44bf6ecfdca6b0499b5ae2cf7b380a3ff310f0e9.tar.gz OneRoll-44bf6ecfdca6b0499b5ae2cf7b380a3ff310f0e9.zip | |
qt6 ready
Diffstat (limited to 'mobile/CMakeLists.txt')
| -rw-r--r-- | mobile/CMakeLists.txt | 2 |
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() |