summaryrefslogtreecommitdiffstats
path: root/examples/ipc/localfortuneclient/localfortuneclient.pro
blob: 295c9424005aaa6775c7c25455844bb5f5feb288 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
HEADERS       = client.h
SOURCES       = client.cpp \
                main.cpp
QT           += network

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

symbian: CONFIG += qt_example
maemo5: CONFIG += qt_example

symbian: CONFIG += qt_example
maemo5: CONFIG += qt_example
simulator: warning(This example might not fully work on Simulator platform)