aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/httpserver/httpserver.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/httpserver/httpserver.pro')
-rw-r--r--tests/manual/httpserver/httpserver.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/manual/httpserver/httpserver.pro b/tests/manual/httpserver/httpserver.pro
new file mode 100644
index 0000000000..2a6c32f1cf
--- /dev/null
+++ b/tests/manual/httpserver/httpserver.pro
@@ -0,0 +1,13 @@
+QT = core network
+
+TARGET = httpserver
+CONFIG += console
+CONFIG -= app_bundle
+
+TEMPLATE = app
+
+SERVER = $$PWD/../../auto/shared
+INCLUDEPATH += $$SERVER
+
+SOURCES += main.cpp $$SERVER/testhttpserver.cpp
+HEADERS += $$SERVER/testhttpserver.h