summaryrefslogtreecommitdiffstats
path: root/examples/ipc/sharedmemory/sharedmemory.pro
blob: 8316a2c8840d39dacfc283705349dd765f229463 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SOURCES += main.cpp \
           dialog.cpp 

HEADERS += dialog.h

# Forms and resources
FORMS += dialog.ui

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

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