summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2021-01-04 21:16:30 +0100
committerMichal Klocek <michal.klocek@qt.io>2021-01-07 09:53:19 +0000
commitec60bbb65c3f19382c5398e6f33e8f372ca0bbf2 (patch)
tree274ba67345da56cb85ebbfe966f585d230fc7e95 /tests
parent3b1117a191f1627e4c3d3ce2dcf71f0713ce7cec (diff)
Remove superfluous checks from test build config
Those checks are not needed since all required configs are in place. This will ends up in better looking auto-generated test cmake config files. Change-Id: I98390b3d9d11269473794923e9426323740f4208 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/auto.pri2
-rw-r--r--tests/tests.pri4
2 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/auto.pri b/tests/auto/auto.pri
index a0efd72c..ccaf6067 100644
--- a/tests/auto/auto.pri
+++ b/tests/auto/auto.pri
@@ -3,7 +3,5 @@ include( ../tests.pri )
CONFIG += testcase
QT += testlib widgets
-!contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")
-
INCLUDEPATH += ../inc
HEADERS += ../inc/tst_definitions.h
diff --git a/tests/tests.pri b/tests/tests.pri
index c092d0f8..f13ed5f3 100644
--- a/tests/tests.pri
+++ b/tests/tests.pri
@@ -2,9 +2,5 @@ TEMPLATE = app
QT += opengl openglwidgets charts
-contains(TARGET, qml.*) {
- QT += qml quick
-}
-
target.path = $$[QT_INSTALL_TESTS]/charts/$$TARGET
INSTALLS += target