summaryrefslogtreecommitdiffstats
path: root/examples/network/ftpclient/ftpclient.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/ftpclient/ftpclient.pro')
-rw-r--r--examples/network/ftpclient/ftpclient.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/network/ftpclient/ftpclient.pro b/examples/network/ftpclient/ftpclient.pro
new file mode 100644
index 00000000..eb71f134
--- /dev/null
+++ b/examples/network/ftpclient/ftpclient.pro
@@ -0,0 +1,14 @@
+TEMPLATE = app
+TARGET = ftpclient
+
+CONFIG += qt warn_on release
+
+REQUIRES = network full-config nocrosscompiler
+
+HEADERS = ftpviewitem.h
+SOURCES = main.cpp \
+ ftpviewitem.cpp
+FORMS = ftpmainwindow.ui \
+ connectdialog.ui
+IMAGES = images/file.png \
+ images/folder.png