summaryrefslogtreecommitdiffstats
path: root/examples/network/ftpclient/ftpclient.pro
blob: eb71f134fc3a9d08868c572bb8e14127d788b6e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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