summaryrefslogtreecommitdiffstats
path: root/qtservice/examples/server/server.pro
blob: 608b4d553974bce81066b5e8ae0ab0733f9e47d4 (plain)
1
2
3
4
5
6
7
8
TARGET   = httpservice
TEMPLATE = app
CONFIG   += console qt
QT = core network 

SOURCES  = main.cpp

include(../../src/qtservice.pri)