diff options
Diffstat (limited to 'examples/network/ftp/ftp.pro')
-rw-r--r-- | examples/network/ftp/ftp.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/ftp/ftp.pro b/examples/network/ftp/ftp.pro index 2c7389f..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 -lcommdb # For IAP selection }
\ No newline at end of file |