examples/network/fortuneserver/fortuneserver.pro
changeset 30 5dc02b23752f
parent 19 fcece45ef507
child 33 3e2da88830cd
--- a/examples/network/fortuneserver/fortuneserver.pro	Wed Jun 23 19:07:03 2010 +0300
+++ b/examples/network/fortuneserver/fortuneserver.pro	Tue Jul 06 15:10:48 2010 +0300
@@ -12,8 +12,8 @@
 symbian {
     TARGET.UID3 = 0xA000CF71
     include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
-    HEADERS += $$QT_SOURCE_TREE/examples/network/qftp/sym_iap_util.h
+    INCLUDEPATH += $$QT_SOURCE_TREE/examples/network/qftp/
     LIBS += -lesock -lcommdb -linsock # For IAP selection
-    TARGET.CAPABILITY = "All -TCB"
+    TARGET.CAPABILITY = "NetworkServices ReadUserData"
     TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
 }