aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/httpserver/httpserver.pro
blob: 2a6c32f1cf40cadf52de5f0f26cc38b835c0f0cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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