summaryrefslogtreecommitdiffstats
path: root/examples/ipc/sharedmemory/sharedmemory.pro
blob: 4dad1d1073c451bb1d3df2acccc291d7a8f773bb (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]/ipc/sharedmemory
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png
sources.path = $$[QT_INSTALL_EXAMPLES]/ipc/sharedmemory
INSTALLS += target sources

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