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.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
}