aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/dumpcodemodel
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2022-11-29 14:42:24 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2022-11-29 17:57:32 +0100
commitc199b64bcbcaeb55ce78ce3f4e772fcdc68073f4 (patch)
tree4c0a2f4adbe9091d07c75ded35c3547b2702892d /sources/shiboken6/tests/dumpcodemodel
parentb9af02ccb123be3ec4d7ec47b592b3722e7eb1bf (diff)
Build system: Use modern form of finding and linking Qt libraries
Pick-to: 6.4 Task-number: PYSIDE-962 Change-Id: I91aed62a8e14bbc1101b4f23e25f57a5d6bca173 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'sources/shiboken6/tests/dumpcodemodel')
-rw-r--r--sources/shiboken6/tests/dumpcodemodel/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken6/tests/dumpcodemodel/CMakeLists.txt b/sources/shiboken6/tests/dumpcodemodel/CMakeLists.txt
index 44652e7e5..3568b228d 100644
--- a/sources/shiboken6/tests/dumpcodemodel/CMakeLists.txt
+++ b/sources/shiboken6/tests/dumpcodemodel/CMakeLists.txt
@@ -9,5 +9,5 @@ target_include_directories(dumpcodemodel
target_link_libraries(dumpcodemodel
PRIVATE
apiextractor
- Qt${QT_MAJOR_VERSION}::Core
+ Qt::Core
)