summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVladimir Pavljuchenkov (SpiderX) <spiderx@spiderx.dp.ua>2018-01-09 00:21:14 +0200
committerVladimir Pavljuchenkov (SpiderX) <spiderx@spiderx.dp.ua>2018-01-09 00:21:14 +0200
commit004ef4a96a57061e0b8b64ad0cd357fab9611073 (patch)
treea42b3fe3b1c7d8c8f344a5bdb398e5dac1d6a9a1 /tests
parent99601cffb2bc71e74197fcc21c8d19824d21daba (diff)
Honor PREFIX during tests install
Diffstat (limited to 'tests')
-rw-r--r--tests/tests.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests.pri b/tests/tests.pri
index ae8302b2..cfacab49 100644
--- a/tests/tests.pri
+++ b/tests/tests.pri
@@ -3,5 +3,5 @@
CONFIG += testcase qt warn_on depend_includepath testcase
QT += testlib widgets
-target.path = $$[QT_INSTALL_TESTS]/qtpass/$$TARGET
+target.path = $$PREFIX$$[QT_INSTALL_TESTS]/qtpass/$$TARGET
INSTALLS += target