summaryrefslogtreecommitdiffstats
path: root/examples/xml/rsslisting/rsslisting.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xml/rsslisting/rsslisting.pro')
-rw-r--r--examples/xml/rsslisting/rsslisting.pro12
1 files changed, 11 insertions, 1 deletions
diff --git a/examples/xml/rsslisting/rsslisting.pro b/examples/xml/rsslisting/rsslisting.pro
index c883b77ada..413fdf651e 100644
--- a/examples/xml/rsslisting/rsslisting.pro
+++ b/examples/xml/rsslisting/rsslisting.pro
@@ -8,5 +8,15 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS rsslisting.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml/rsslisting
INSTALLS += target sources
-symbian: CONFIG += qt_example
+symbian {
+ CONFIG += qt_example
+ # For QtMobility
+ CONFIG += mobility
+ MOBILITY = bearer
+
+ # For QtMobility
+ TARGET.CAPABILITY = NetworkServices
+}
+
+maemo5: CONFIG += qt_example