summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2019-11-08 14:24:55 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2019-11-08 15:06:40 +0000
commitc1c30fa1ffe53e4360ca1e6e07475f872a854587 (patch)
tree8b85fb1fe96e9c43f9fdda1536d52c369e741215
parent7c5e9803c0a35010e5bdea30ac05819560dd8e90 (diff)
Rename TARGET of tests/auto/qml/integration to tst_qmlintegration
We need unique target names for the CMake build, and there's already tst_integration in tests/auto/integration. This amends commit 24c7efea. Change-Id: Icee2b3756d51579981b17bfa17958e1b7362947f Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
-rw-r--r--tests/auto/qml/integration/integration.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/integration/integration.pro b/tests/auto/qml/integration/integration.pro
index 0ad77a0..74c1ec9 100644
--- a/tests/auto/qml/integration/integration.pro
+++ b/tests/auto/qml/integration/integration.pro
@@ -1,5 +1,5 @@
TEMPLATE = app
-TARGET = tst_integration
+TARGET = tst_qmlintegration
CONFIG += qmltestcase
SOURCES += \