18 lines
301 B
Prolog
18 lines
301 B
Prolog
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)
|