summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/qhttp/qhttp.pro6
-rw-r--r--tests/auto/qhttp/tst_qhttp.cpp2
2 files changed, 4 insertions, 4 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
diff --git a/tests/auto/qhttp/tst_qhttp.cpp b/tests/auto/qhttp/tst_qhttp.cpp
index dd57aba..cc4b1f2 100644
--- a/tests/auto/qhttp/tst_qhttp.cpp
+++ b/tests/auto/qhttp/tst_qhttp.cpp
@@ -57,7 +57,7 @@
# include <qsslsocket.h>
#endif
-#include "../../../network-settings.h"
+#include "../../network-settings.h"
Q_DECLARE_METATYPE(QHttpResponseHeader)