summaryrefslogtreecommitdiffstats
path: root/examples/corelib/ipc/sharedmemory/sharedmemory.pro
blob: c1b634732e6a4f54847d6cf7f99ab17ace5793b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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]/corelib/ipc/sharedmemory
INSTALLS += target