summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhttpnetworkreply
diff options
context:
space:
mode:
authorPeter Hartmann <peter.hartmann@trolltech.com>2009-09-10 15:41:42 +0200
committerPeter Hartmann <peter.hartmann@trolltech.com>2009-09-10 15:43:26 +0200
commitcc59689e4a09349b7475426bf98f4c0839f6ba6a (patch)
tree1b059c1847caa7551b9d6bd7f1f7073e35b87e5b /tests/auto/qhttpnetworkreply
parent77945d775006c296632c293fb320c5308901d5ec (diff)
QHttpNetworkConnection autotest: include zlib dir
test was not building Reviewed-by: Trust Me
Diffstat (limited to 'tests/auto/qhttpnetworkreply')
-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 9593c5505d..2e41fcd9cd 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