summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2018-05-09 17:13:08 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2018-05-09 17:13:08 +0200
commit9ec78e1511903315125d80c49040213a9141ea23 (patch)
tree0c4af9a140dddbca2d06a0efb955ad459c1018da /tests
parent8143787fb2a6a6f9c496c6a33b846edad0f76862 (diff)
Don't install unit tests fixes #389
Diffstat (limited to 'tests')
-rw-r--r--tests/tests.pri4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/tests.pri b/tests/tests.pri
index cfacab49..cb5b9fb6 100644
--- a/tests/tests.pri
+++ b/tests/tests.pri
@@ -1,7 +1,5 @@
!include(../qtpass.pri) { error("Couldn't find the qtpass.pri file!") }
-CONFIG += testcase qt warn_on depend_includepath testcase
+CONFIG += testcase qt warn_on depend_includepath testcase no_testcase_installs
QT += testlib widgets
-target.path = $$PREFIX$$[QT_INSTALL_TESTS]/qtpass/$$TARGET
-INSTALLS += target