summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhttpnetworkconnection
diff options
context:
space:
mode:
authorEspen Riskedal <espenr@trolltech.com>2009-08-13 14:43:10 (GMT)
committerEspen Riskedal <espenr@trolltech.com>2009-08-13 14:43:10 (GMT)
commitd48c1d419276b95253a1f463e38c9e13b79cdab3 (patch)
tree6accdcf6a23e51e794a00a005f7853fc91cabec2 /tests/auto/qhttpnetworkconnection
parentf8b7834ae376c07254cee9f43e38ba74674eaa4a (diff)
downloadQt-d48c1d419276b95253a1f463e38c9e13b79cdab3.zip
Qt-d48c1d419276b95253a1f463e38c9e13b79cdab3.tar.gz
Qt-d48c1d419276b95253a1f463e38c9e13b79cdab3.tar.bz2
fix compile for windows, reviewed by sasha
Diffstat (limited to 'tests/auto/qhttpnetworkconnection')
-rw-r--r--tests/auto/qhttpnetworkconnection/qhttpnetworkconnection.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qhttpnetworkconnection/qhttpnetworkconnection.pro b/tests/auto/qhttpnetworkconnection/qhttpnetworkconnection.pro
index e19d962..5ce3a2d 100644
--- a/tests/auto/qhttpnetworkconnection/qhttpnetworkconnection.pro
+++ b/tests/auto/qhttpnetworkconnection/qhttpnetworkconnection.pro
@@ -1,6 +1,6 @@
load(qttest_p4)
SOURCES += tst_qhttpnetworkconnection.cpp
-INCLUDEPATH += $$(QTDIR)/src/3rdparty/zlib
+INCLUDEPATH += $$QT_SOURCE_TREE/src/3rdparty/zlib
requires(contains(QT_CONFIG,private_tests))