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, 0 insertions, 13 deletions
diff --git a/tests/manual/httpserver/httpserver.pro b/tests/manual/httpserver/httpserver.pro
deleted file mode 100644
index 2a6c32f1cf..0000000000
--- a/tests/manual/httpserver/httpserver.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-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