summaryrefslogtreecommitdiffstats
path: root/examples/ipc/sharedmemory/sharedmemory.pro
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2014-10-15 13:50:27 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2014-10-17 14:57:13 +0200
commitcf8f369f8575dcb9ca4d5116f3afc7cff4a080af (patch)
treea685f393b50786a892fcd3ad638b4c01e9002894 /examples/ipc/sharedmemory/sharedmemory.pro
parent45485d9eb47d3129b8a74c2e9d854c07673161cd (diff)
Move Qt Core examples under a common subdirectory
Qt Core examples were scattered into several subdirectories under qtbase/examples. This caused an issue with the example manifest file generated by QDoc; it expects to find all examples under a common directory in order to produde correct paths to the example .pro files. Qt Creator will not find the examples without a valid manifest file. This change moves the examples and edits the documentation files accordingly. Task-number: QTBUG-41963 Change-Id: I51d86782e0ba21c5c9bae5f15401ec774abe5cf8 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
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