summaryrefslogtreecommitdiffstats
path: root/examples/network/http/http.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/http/http.pro')
-rw-r--r--examples/network/http/http.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/network/http/http.pro b/examples/network/http/http.pro
index 57618b3137..6f4b7be076 100644
--- a/examples/network/http/http.pro
+++ b/examples/network/http/http.pro
@@ -12,4 +12,8 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS http.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/http
INSTALLS += target sources
-symbian: CONFIG += qt_example
+symbian: {
+ CONFIG += qt_example
+ TARGET.CAPABILITY = NetworkServices
+}
+maemo5: CONFIG += qt_example