blob: f236fbce33a37266d1b18d88de66f1f529f0a7af [file] [log] [blame]
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