summaryrefslogtreecommitdiff
path: root/noncore/net/opieftp/opieftp.pro
authorllornkcor <llornkcor>2002-03-12 01:17:36 (UTC)
committer llornkcor <llornkcor>2002-03-12 01:17:36 (UTC)
commit3e450bfc664c55e1e185953ba47e83f2b981ee68 (patch) (side-by-side diff)
tree684808759ad7c60ee273c1832925da4231da05af /noncore/net/opieftp/opieftp.pro
parent13b87f9eb4c51c43dc127b7fbce2ccdbf0353da2 (diff)
downloadopie-3e450bfc664c55e1e185953ba47e83f2b981ee68.zip
opie-3e450bfc664c55e1e185953ba47e83f2b981ee68.tar.gz
opie-3e450bfc664c55e1e185953ba47e83f2b981ee68.tar.bz2
added opieftp- the opief tp client
Diffstat (limited to 'noncore/net/opieftp/opieftp.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opieftp/opieftp.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/noncore/net/opieftp/opieftp.pro b/noncore/net/opieftp/opieftp.pro
new file mode 100644
index 0000000..b4d0b4c
--- a/dev/null
+++ b/noncore/net/opieftp/opieftp.pro
@@ -0,0 +1,11 @@
+TEMPLATE = app
+CONFIG += qt warn_on release
+HEADERS = opieftp.h inputDialog.h ftplib.h
+SOURCES = opieftp.cpp inputDialog.cpp ftplib.c main.cpp
+TARGET = opieftp
+REQUIRES=medium-config
+DESTDIR = $(OPIEDIR)/bin
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
+LIBS += -lqpe
+