summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhttp/qhttp.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qhttp/qhttp.pro')
-rw-r--r--tests/auto/qhttp/qhttp.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qhttp/qhttp.pro b/tests/auto/qhttp/qhttp.pro
index d672eb6..dd4f17f 100644
--- a/tests/auto/qhttp/qhttp.pro
+++ b/tests/auto/qhttp/qhttp.pro
@@ -1,7 +1,7 @@
CONFIG += testcase
-TARGET = tst_qhttp
SOURCES += tst_qhttp.cpp
-
+INCLUDEPATH += "../../../include"
+LIBS += -L../../../lib -lqhttp
QT = core network testlib
@@ -20,4 +20,4 @@ wince*: {
DEFINES += SRCDIR=\\\"$$PWD/\\\"
}
-CONFIG+=insignificant_test
+CONFIG+=insignificant_test # QTQAINFRA-428