summaryrefslogtreecommitdiffstats
path: root/examples/network/fortuneserver/fortuneserver.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/fortuneserver/fortuneserver.pro')
-rw-r--r--examples/network/fortuneserver/fortuneserver.pro12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/network/fortuneserver/fortuneserver.pro b/examples/network/fortuneserver/fortuneserver.pro
index ed865e4ca5..ac7e82f63b 100644
--- a/examples/network/fortuneserver/fortuneserver.pro
+++ b/examples/network/fortuneserver/fortuneserver.pro
@@ -10,15 +10,3 @@ target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/fortuneserver
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS fortuneserver.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/fortuneserver
INSTALLS += target sources
-
-symbian {
- TARGET.UID3 = 0xA000E406
- CONFIG += qt_example
- TARGET.CAPABILITY = "NetworkServices ReadUserData"
- TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
-}
-maemo5: CONFIG += qt_example
-
-symbian: warning(This example might not fully work on Symbian platform)
-maemo5: warning(This example might not fully work on Maemo platform)
-simulator: warning(This example might not fully work on Simulator platform)