aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pri
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2018-02-28 13:31:05 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2018-02-28 13:01:38 +0000
commit4cd62075047bb592e96591cb8873764266733328 (patch)
tree5e2b6475c161d57c1b59966b08dcc33822c665f0 /tests/auto/auto.pri
parent6775f07a070c2ccb2af3f4e1ae8b90965936b22f (diff)
Remove CONFIG += depend_includepath from our .pro files
This is default since quite a while, and we never actively maintained a separate DEPENDPATH anyway. Change-Id: I3f376f0a3b7f4066be800f795ace05b753797461 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'tests/auto/auto.pri')
-rw-r--r--tests/auto/auto.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/auto.pri b/tests/auto/auto.pri
index 481118b98..fd8afad50 100644
--- a/tests/auto/auto.pri
+++ b/tests/auto/auto.pri
@@ -7,7 +7,7 @@ DEFINES += QBS_TEST_SUITE_NAME=\\\"$${qbs_test_suite_name}\\\"
INCLUDEPATH += $$PWD/../../src $$PWD/../../src/app/shared
QT = core testlib
-CONFIG += depend_includepath testcase console
+CONFIG += testcase console
CONFIG -= app_bundle
CONFIG += c++14
target.CONFIG += no_default_install