summaryrefslogtreecommitdiffstats
path: root/examples/ipc/localfortuneserver/localfortuneserver.pro
blob: 1da5c40b93fdc169866a5cef2add8ec039f8d2ce (plain)
1
2
3
4
5
6
7
8
9
10
11
HEADERS       = server.h
SOURCES       = server.cpp \
                main.cpp
QT           += network widgets

# install
target.path = $$[QT_INSTALL_EXAMPLES]/ipc/localfortuneserver
INSTALLS += target


simulator: warning(This example might not fully work on Simulator platform)