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