summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPeter Hartmann <peter.hartmann@trolltech.com>2009-09-10 13:41:42 (GMT)
committerPeter Hartmann <peter.hartmann@trolltech.com>2009-09-10 13:43:26 (GMT)
commitcc59689e4a09349b7475426bf98f4c0839f6ba6a (patch)
tree1b059c1847caa7551b9d6bd7f1f7073e35b87e5b /tests
parent77945d775006c296632c293fb320c5308901d5ec (diff)
downloadQt-cc59689e4a09349b7475426bf98f4c0839f6ba6a.zip
Qt-cc59689e4a09349b7475426bf98f4c0839f6ba6a.tar.gz
Qt-cc59689e4a09349b7475426bf98f4c0839f6ba6a.tar.bz2
QHttpNetworkConnection autotest: include zlib dir
test was not building Reviewed-by: Trust Me
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qhttpnetworkreply/qhttpnetworkreply.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qhttpnetworkreply/qhttpnetworkreply.pro b/tests/auto/qhttpnetworkreply/qhttpnetworkreply.pro
index 9593c55..2e41fcd 100644
--- a/tests/auto/qhttpnetworkreply/qhttpnetworkreply.pro
+++ b/tests/auto/qhttpnetworkreply/qhttpnetworkreply.pro
@@ -1,4 +1,5 @@
load(qttest_p4)
SOURCES += tst_qhttpnetworkreply.cpp
+INCLUDEPATH += $$QT_SOURCE_TREE/src/3rdparty/zlib
QT = core network