summaryrefslogtreecommitdiffstats
path: root/examples/corelib/ipc/sharedmemory/sharedmemory.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/corelib/ipc/sharedmemory/sharedmemory.pro')
-rw-r--r--examples/corelib/ipc/sharedmemory/sharedmemory.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/corelib/ipc/sharedmemory/sharedmemory.pro b/examples/corelib/ipc/sharedmemory/sharedmemory.pro
new file mode 100644
index 0000000000..c1b634732e
--- /dev/null
+++ b/examples/corelib/ipc/sharedmemory/sharedmemory.pro
@@ -0,0 +1,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