From 41bb0042b3d407e38e705a2d4d2147aaac8198a6 Mon Sep 17 00:00:00 2001 From: Peter Hartmann Date: Tue, 23 Jun 2009 13:43:15 +0200 Subject: QHttpNetworkReply autotest: fix build on Windows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit build was failing because of a wrong include path set, and the test requires zlib Reviewed-by: Jesper Thomschütz --- tests/auto/qhttpnetworkreply/qhttpnetworkreply.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/qhttpnetworkreply/qhttpnetworkreply.pro b/tests/auto/qhttpnetworkreply/qhttpnetworkreply.pro index 0755055..2e41fcd 100644 --- a/tests/auto/qhttpnetworkreply/qhttpnetworkreply.pro +++ b/tests/auto/qhttpnetworkreply/qhttpnetworkreply.pro @@ -1,5 +1,5 @@ load(qttest_p4) SOURCES += tst_qhttpnetworkreply.cpp -INCLUDEPATH += $$(QTDIR)/src/3rdparty/zlib +INCLUDEPATH += $$QT_SOURCE_TREE/src/3rdparty/zlib QT = core network -- cgit v0.12