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

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

include($$QT_SOURCE_TREE/examples/examplebase.pri)