summaryrefslogtreecommitdiffstats
path: root/examples/ipc/sharedmemory/sharedmemory.pro
blob: d11e16e4c6753ae06ddb511e31b5dbe035129f02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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

QT += widgets

simulator: warning(This example does not work on Simulator platform)