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

# install
target.path = $$[QT_INSTALL_EXAMPLES]/ipc/localfortuneserver
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS localfortuneserver.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/ipc/localfortuneserver
INSTALLS += target sources


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