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.pro21
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/network/ftp/ftp.pro b/examples/network/ftp/ftp.pro
new file mode 100644
index 0000000..90594f5
--- /dev/null
+++ b/examples/network/ftp/ftp.pro
@@ -0,0 +1,21 @@
+HEADERS = ftpwindow.h
+SOURCES = ftpwindow.cpp \
+ main.cpp
+RESOURCES += ftp.qrc
+QT += network
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/network/ftp
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS ftp.pro images
+sources.path = $$[QT_INSTALL_EXAMPLES]/network/ftp
+INSTALLS += target sources
+
+include($$QT_SOURCE_TREE/examples/examplebase.pri)
+
+symbian {
+ #Enable this macro if you have latest Open C and you want to get rid of IAP queries
+ #DEFINES += SETDEFAULTIF_AVAILABLE
+ TARGET.CAPABILITY="NetworkServices"
+ TARGET.UID3 = 0xA000A648
+ contains( DEFINES, SETDEFAULTIF_AVAILABLE ):LIBS+=-lesock
+} \ No newline at end of file