summaryrefslogtreecommitdiffstats
path: root/examples/ipc/sharedmemory/sharedmemory.pro
blob: 0d25a30b1b1eee9aaeca493e395af897af8c27a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
QT += widgets

SOURCES += main.cpp \
           dialog.cpp 

HEADERS += dialog.h

# Forms and resources
FORMS += dialog.ui

EXAMPLE_FILES = *.png

# install
target.path = $$[QT_INSTALL_EXAMPLES]/ipc/sharedmemory
INSTALLS += target

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