summaryrefslogtreecommitdiffstats
path: root/tests/auto
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/auto
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/auto')
-rw-r--r--tests/auto/auto.pri2
1 files changed, 0 insertions, 2 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