mirror of https://github.com/qt/qtbase.git
12 lines
298 B
Prolog
12 lines
298 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]/ipc
|
|
INSTALLS += sources
|
|
|
|
QT += widgets
|