summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2010-07-22 11:33:18 (GMT)
committerMarkus Goetz <Markus.Goetz@nokia.com>2010-07-22 11:33:18 (GMT)
commit6b6778c7f0e56dc6128b8d6d986cb8874fdf30cd (patch)
treef3ffeb9e4f6cf2d9f53920cd1808ce694cc4656d /tests
parent5b984faebca64b0542e0221efdee188af22df4bc (diff)
downloadQt-6b6778c7f0e56dc6128b8d6d986cb8874fdf30cd.zip
Qt-6b6778c7f0e56dc6128b8d6d986cb8874fdf30cd.tar.gz
Qt-6b6778c7f0e56dc6128b8d6d986cb8874fdf30cd.tar.bz2
One more .pro fix for deprecated INCPATH
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qsocks5socketengine/qsocks5socketengine.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qsocks5socketengine/qsocks5socketengine.pro b/tests/auto/qsocks5socketengine/qsocks5socketengine.pro
index 4a32852..5e3c92c 100644
--- a/tests/auto/qsocks5socketengine/qsocks5socketengine.pro
+++ b/tests/auto/qsocks5socketengine/qsocks5socketengine.pro
@@ -10,7 +10,7 @@ MOC_DIR=tmp
QT = core network
# Symbian toolchain does not support correct include semantics
-symbian:INCPATH+=..\..\..\include\QtNetwork\private
+symbian:INCLUDEPATH+=..\..\..\include\QtNetwork\private
requires(contains(QT_CONFIG,private_tests))