aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-08-05 15:25:55 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-08-06 19:02:43 +0000
commite7045a37a84d094aa467709056e23859f296322a (patch)
tree3184920678ce1a717f084094a9c3ed6a7f8180f0 /tests
parent9b662320a819994469b552f419fcd09646fcf5af (diff)
CMake: Replace add_library with qt6_add_library where appropriate
Augments 1bd408d6f7eac7908c77a0129e0173c280fce55b in qtbase Fixes: QTBUG-95171 Change-Id: I57a88ee5b211085193b8827e9d9e35392e92185a Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit 1b206f9bdf482806434334e7328641e231e81032) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/qmlbasicapp/TimeExample/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qmlbasicapp/TimeExample/CMakeLists.txt b/tests/auto/qml/qmlbasicapp/TimeExample/CMakeLists.txt
index 2e55d6c47c..91bc6dc89e 100644
--- a/tests/auto/qml/qmlbasicapp/TimeExample/CMakeLists.txt
+++ b/tests/auto/qml/qmlbasicapp/TimeExample/CMakeLists.txt
@@ -1,4 +1,4 @@
-add_library(qmlqtimeexample STATIC)
+qt6_add_library(qmlqtimeexample STATIC)
qt_autogen_tools_initial_setup(qmlqtimeexample)
qt6_add_qml_module(qmlqtimeexample
VERSION 1.0