12 lines
321 B
Prolog
12 lines
321 B
Prolog
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]/qtbase/ipc
|
|
INSTALLS += sources
|
|
|
|
symbian: CONFIG += qt_example
|