aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-07-16 09:37:21 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-07-16 12:13:34 +0000
commit2709cf0836ef19e08792af5fad5fc43b2c3d8837 (patch)
tree11b416b99b12828dd31bb4dbc6a71e2248730b37
parentcb00dc16a078b6dedf60de3ba7449dc275c6603a (diff)
Make tst_examples target unique
qtdoc has also a target tst_examples, which conflicts in a top-level build with examples. Change-Id: I95bd9b569089a6fd27db18784ecea02acd0831f7 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit 2ecab24d46032ceb7705d2d0e4cebe9a9956d2d7) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--tests/auto/quick/examples/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/examples/CMakeLists.txt b/tests/auto/quick/examples/CMakeLists.txt
index 5bcaa3f93a..6582c15604 100644
--- a/tests/auto/quick/examples/CMakeLists.txt
+++ b/tests/auto/quick/examples/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_examples Test:
#####################################################################
-qt_internal_add_test(tst_examples
+qt_internal_add_test(tst_quick_examples
SOURCES
tst_examples.cpp
DEFINES