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

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