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.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/network/ftp/ftp.pro b/examples/network/ftp/ftp.pro
new file mode 100644
index 0000000..cabc003
--- /dev/null
+++ b/examples/network/ftp/ftp.pro
@@ -0,0 +1,11 @@
+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