summaryrefslogtreecommitdiffstats
path: root/examples/ipc/ipc.pro
blob: d084498e1c4387530b326bee215c14b2f3c5a39d (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE      = subdirs
# no QSharedMemory
!vxworks:!qnx:SUBDIRS = sharedmemory
!wince*: SUBDIRS += localfortuneserver localfortuneclient

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

symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)