From 9ec78e1511903315125d80c49040213a9141ea23 Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Wed, 9 May 2018 17:13:08 +0200 Subject: Don't install unit tests fixes #389 --- tests/tests.pri | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests') 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 -- cgit v1.2.3