summaryrefslogtreecommitdiffstats
path: root/examples/network/fortuneserver/fortuneserver.pro
blob: cfcf680f8162627d533ef8e21a9452e458028041 (plain)
1
2
3
4
5
6
7
8
9
10
QT += widgets

HEADERS       = server.h
SOURCES       = server.cpp \
                main.cpp
QT           += network

# install
target.path = $$[QT_INSTALL_EXAMPLES]/network/fortuneserver
INSTALLS += target