source: trunk/examples/network/ftpclient/ftpclient.pro

Last change on this file was 2, checked in by dmik, 20 years ago

Imported xplatform parts of the official release 3.3.1 from Trolltech

File size: 295 bytes
Line 
1TEMPLATE = app
2TARGET = ftpclient
3
4CONFIG += qt warn_on release
5
6REQUIRES = network full-config nocrosscompiler
7
8HEADERS = ftpviewitem.h
9SOURCES = main.cpp \
10 ftpviewitem.cpp
11FORMS = ftpmainwindow.ui \
12 connectdialog.ui
13IMAGES = images/file.png \
14 images/folder.png
Note: See TracBrowser for help on using the repository browser.