summaryrefslogtreecommitdiffstats
path: root/examples/network/fortuneserver/fortuneserver.pro
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-03-11 13:38:20 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-03-11 13:38:20 (GMT)
commit68d55f6e04f77ad590231fde4ef0f5fe7fa8ca82 (patch)
treec05f63033811d3e5c0751aa17fe2f44e9ec23066 /examples/network/fortuneserver/fortuneserver.pro
parent65f5cecdd0343d816d9abb8342bd8b2faecdf3b8 (diff)
parent0e91875345c4505abac54f6d2cb03252332fcbfb (diff)
downloadQt-68d55f6e04f77ad590231fde4ef0f5fe7fa8ca82.zip
Qt-68d55f6e04f77ad590231fde4ef0f5fe7fa8ca82.tar.gz
Qt-68d55f6e04f77ad590231fde4ef0f5fe7fa8ca82.tar.bz2
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integration
* '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public: Support for adding user specified list type content in rss file Fixed RSS_RULES statement in application_icon.prf XFAIL for a new qwidget autotest on MAC and QWS. Fixed dialog resize not to move the dialog for Symbian. Fix SDP files are not supported. Fix build break caused by undefined symbol SetDialogPreference Renamed test benchmark targets. Added check for null pointer in qt_vg_unregister_pixmap. Add '.' dir as the first include directory in Symbian Enabled some examples by default in Symbian builds Added forwarding headers for qplatformdefs.h in Symbian mkspecs QUnixPrintWidget should not be declared in Symbian Fix sqlite3_v9.2.zip to export sqlite3.iby to correct location. Export qtdemoapps.iby to proper location Added some missing IBY export paths to platform_path.prf
Diffstat (limited to 'examples/network/fortuneserver/fortuneserver.pro')
-rw-r--r--examples/network/fortuneserver/fortuneserver.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/fortuneserver/fortuneserver.pro b/examples/network/fortuneserver/fortuneserver.pro
index 4dbc2e8..acb285b 100644
--- a/examples/network/fortuneserver/fortuneserver.pro
+++ b/examples/network/fortuneserver/fortuneserver.pro
@@ -13,7 +13,7 @@ symbian {
TARGET.UID3 = 0xA000CF71
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
HEADERS += $$QT_SOURCE_TREE/examples/network/qftp/sym_iap_util.h
- LIBS += -lesock
+ LIBS += -lesock -lcommdb -linsock # For IAP selection
TARGET.CAPABILITY = "All -TCB"
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
}