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