summaryrefslogtreecommitdiffstats
path: root/tests/tests.pri
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.pri')
-rw-r--r--tests/tests.pri3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/tests.pri b/tests/tests.pri
index 951bc957..ae8302b2 100644
--- a/tests/tests.pri
+++ b/tests/tests.pri
@@ -1,8 +1,7 @@
-TEMPLATE = app
+!include(../qtpass.pri) { error("Couldn't find the qtpass.pri file!") }
CONFIG += testcase qt warn_on depend_includepath testcase
QT += testlib widgets
target.path = $$[QT_INSTALL_TESTS]/qtpass/$$TARGET
INSTALLS += target
-