summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pri
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/auto.pri')
-rw-r--r--tests/auto/auto.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/auto.pri b/tests/auto/auto.pri
index e391d44f..2c2ed402 100644
--- a/tests/auto/auto.pri
+++ b/tests/auto/auto.pri
@@ -1,3 +1,5 @@
!include(../tests.pri) { error("Couldn't find the tests.pri file!") }
+TEMPLATE = app
+
!contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")