summaryrefslogtreecommitdiffstats
path: root/examples/dbus/listnames
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dbus/listnames')
-rw-r--r--examples/dbus/listnames/listnames.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/dbus/listnames/listnames.pro b/examples/dbus/listnames/listnames.pro
index f633f10c11..dc9c26e8c7 100644
--- a/examples/dbus/listnames/listnames.pro
+++ b/examples/dbus/listnames/listnames.pro
@@ -1,5 +1,4 @@
TEMPLATE = app
-TARGET =
DEPENDPATH += .
INCLUDEPATH += .
QT -= gui
@@ -16,4 +15,6 @@ sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/listnames
INSTALLS += target sources
symbian: CONFIG += qt_example
-
+maemo5: CONFIG += qt_example
+symbian: warning(This example does not work on Symbian platform)
+simulator: warning(This example does not work on Simulator platform)