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 74a8e49d90..7da0979935 100644
--- a/examples/network/http/http.pro
+++ b/examples/network/http/http.pro
@@ -10,4 +10,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