From d48c1d419276b95253a1f463e38c9e13b79cdab3 Mon Sep 17 00:00:00 2001 From: Espen Riskedal Date: Thu, 13 Aug 2009 16:43:10 +0200 Subject: fix compile for windows, reviewed by sasha --- tests/auto/qhttpnetworkconnection/qhttpnetworkconnection.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v0.12