summaryrefslogtreecommitdiffstats
path: root/examples/network/ftp/ftp.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/ftp/ftp.pro')
-rw-r--r--examples/network/ftp/ftp.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/network/ftp/ftp.pro b/examples/network/ftp/ftp.pro
index c70b812..ac3d3e6 100644
--- a/examples/network/ftp/ftp.pro
+++ b/examples/network/ftp/ftp.pro
@@ -15,7 +15,7 @@ include($$QT_SOURCE_TREE/examples/examplebase.pri)
symbian {
HEADERS += sym_iap_util.h
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
- TARGET.CAPABILITY="NetworkServices"
+ TARGET.CAPABILITY="NetworkServices ReadUserData WriteUserData"
TARGET.UID3 = 0xA000A648
- LIBS+=-lesock -lconnmon # For IAP selection
+ LIBS+=-lesock -lcommdb # For IAP selection
} \ No newline at end of file