examples/network/fortuneclient/fortuneclient.pro
changeset 19 fcece45ef507
parent 0 1918ee327afb
child 30 5dc02b23752f
--- a/examples/network/fortuneclient/fortuneclient.pro	Fri Apr 16 15:50:13 2010 +0300
+++ b/examples/network/fortuneclient/fortuneclient.pro	Mon May 03 13:17:34 2010 +0300
@@ -12,7 +12,7 @@
 symbian {
     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 = "NetworkServices ReadUserData WriteUserData"
     TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
 }