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.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/ipc/sharedmemory/sharedmemory.pro b/examples/ipc/sharedmemory/sharedmemory.pro
index f448d98a21..7c5b5dcd29 100644
--- a/examples/ipc/sharedmemory/sharedmemory.pro
+++ b/examples/ipc/sharedmemory/sharedmemory.pro
@@ -14,3 +14,8 @@ INSTALLS += target sources
symbian: CONFIG += qt_example
QT += widgets
+maemo5: CONFIG += qt_example
+
+symbian: warning(This example does not work on Symbian platform)
+maemo5: warning(This example does not work on Maemo platform)
+simulator: warning(This example does not work on Simulator platform)