summaryrefslogtreecommitdiffstats
path: root/examples/network/fortuneserver/fortuneserver.pro
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-07-19 04:07:06 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-07-19 04:07:06 (GMT)
commit406f7cb7f7dd4d6d80ffb99335600aa776cc71e2 (patch)
tree1e37a53a42c30b87825cbab257a49dce3c0122d2 /examples/network/fortuneserver/fortuneserver.pro
parentdc37f4ff3439e44df65d24aea4354c80d2a02293 (diff)
parent75db37022a9fd479e2a446b57e774eaf8e3e73ea (diff)
downloadQt-406f7cb7f7dd4d6d80ffb99335600aa776cc71e2.zip
Qt-406f7cb7f7dd4d6d80ffb99335600aa776cc71e2.tar.gz
Qt-406f7cb7f7dd4d6d80ffb99335600aa776cc71e2.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: Convert examples and demos to use Bearer Management. Fixes deployment rules for embedded qml demos application. Fix build on Symbian.
Diffstat (limited to 'examples/network/fortuneserver/fortuneserver.pro')
-rw-r--r--examples/network/fortuneserver/fortuneserver.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/network/fortuneserver/fortuneserver.pro b/examples/network/fortuneserver/fortuneserver.pro
index 474ec11..e13f309 100644
--- a/examples/network/fortuneserver/fortuneserver.pro
+++ b/examples/network/fortuneserver/fortuneserver.pro
@@ -12,8 +12,6 @@ INSTALLS += target sources
symbian {
TARGET.UID3 = 0xA000CF71
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
- INCLUDEPATH += $$QT_SOURCE_TREE/examples/network/qftp/
- LIBS += -lesock -lcommdb -linsock # For IAP selection
TARGET.CAPABILITY = "NetworkServices ReadUserData"
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
}