aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-10-07 16:40:40 +0200
committerKai Koehne <kai.koehne@qt.io>2020-10-08 11:52:13 +0200
commitd17b2ae269b0cee63c3b34e493a108a188d27087 (patch)
tree45c5f7a652efd9fe1a30d3925162368ab6b620c0 /tests
parent9ce346411eb5bd71ae84647999030ae47c3c544a (diff)
Rename conflicting test target
Task-number: QTBUG-87217 Change-Id: Ib04713fd05d7d3db779b2375caa18c1fbc1be078 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/toolsupport/.prev_CMakeLists.txt13
-rw-r--r--tests/auto/toolsupport/CMakeLists.txt4
2 files changed, 16 insertions, 1 deletions
diff --git a/tests/auto/toolsupport/.prev_CMakeLists.txt b/tests/auto/toolsupport/.prev_CMakeLists.txt
new file mode 100644
index 0000000000..d80aee6d9b
--- /dev/null
+++ b/tests/auto/toolsupport/.prev_CMakeLists.txt
@@ -0,0 +1,13 @@
+# Generated from toolsupport.pro.
+
+#####################################################################
+## tst_toolsupport Test:
+#####################################################################
+
+qt_internal_add_test(tst_toolsupport
+ SOURCES
+ tst_toolsupport.cpp
+ PUBLIC_LIBRARIES
+ Qt::CorePrivate
+ Qt::QmlPrivate
+)
diff --git a/tests/auto/toolsupport/CMakeLists.txt b/tests/auto/toolsupport/CMakeLists.txt
index d80aee6d9b..4c51b993ce 100644
--- a/tests/auto/toolsupport/CMakeLists.txt
+++ b/tests/auto/toolsupport/CMakeLists.txt
@@ -4,7 +4,9 @@
## tst_toolsupport Test:
#####################################################################
-qt_internal_add_test(tst_toolsupport
+# special case begin
+qt_internal_add_test(tst_qml_toolsupport
+# special case end
SOURCES
tst_toolsupport.cpp
PUBLIC_LIBRARIES