summaryrefslogtreecommitdiff
path: root/noncore/net/opieftp/opieftp.pro
authorllornkcor <llornkcor>2004-03-15 20:32:22 (UTC)
committer llornkcor <llornkcor>2004-03-15 20:32:22 (UTC)
commit6403cff8903c999bb042a7f0c90725de9856c933 (patch) (unidiff)
treeb30977bbe6ec84be2e3be16e5241cf0901f4430d /noncore/net/opieftp/opieftp.pro
parentab41047d6404c63b34e18c400cccae1580d6805e (diff)
downloadopie-6403cff8903c999bb042a7f0c90725de9856c933.zip
opie-6403cff8903c999bb042a7f0c90725de9856c933.tar.gz
opie-6403cff8903c999bb042a7f0c90725de9856c933.tar.bz2
non quicklaunch, and remove non necessary libs
Diffstat (limited to 'noncore/net/opieftp/opieftp.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opieftp/opieftp.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/noncore/net/opieftp/opieftp.pro b/noncore/net/opieftp/opieftp.pro
index af55adc..aa218c7 100644
--- a/noncore/net/opieftp/opieftp.pro
+++ b/noncore/net/opieftp/opieftp.pro
@@ -1,9 +1,11 @@
1CONFIG += qt warn_on release quick-app 1#CONFIG += qt warn_on release quick-app
2CONFIG += qt warn_on release
2HEADERS = opieftp.h inputDialog.h 3HEADERS = opieftp.h inputDialog.h
3SOURCES = opieftp.cpp inputDialog.cpp main.cpp 4SOURCES = opieftp.cpp inputDialog.cpp main.cpp
4TARGET = opieftp 5TARGET = opieftp
5INCLUDEPATH += $(OPIEDIR)/include 6INCLUDEPATH += $(OPIEDIR)/include
6DEPENDPATH += $(OPIEDIR)/include 7DEPENDPATH += $(OPIEDIR)/include
7LIBS += -lqpe -lftplib -lopieui2 -lopiecore2 8LIBS += -lqpe -lftplib
9DESTDIR=$(QPEDIR)/bin
8 10
9include ( $(OPIEDIR)/include.pro ) 11include ( $(OPIEDIR)/include.pro )