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

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


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