summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2012-11-17 16:02:26 +0100
committerJoerg Bornemann <joerg.bornemann@digia.com>2012-11-19 11:12:49 +0100
commitba4121b41dd70abdecfebf3e88872a4873c46688 (patch)
treed1b1033cf6472a517f77ad9c0904b7fb194d4d80 /tests
parent3d66b4da57ad61fd8ac6065bde8c6bba12fed02e (diff)
fix DEPENDPATH in tests.pro
Change-Id: I513685b99e673e8a42c2a0370da416aba23fe3f5 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/tests.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index 24d9438..a600ba1 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -1,6 +1,6 @@
TEMPLATE = app
QT += testlib
-DEPENDPATH += . ../src/jomlib
+CONFIG += depend_includepath
INCLUDEPATH += ../src/jomlib
DEFINES += SRCDIR=\\\"$$PWD/\\\"