summaryrefslogtreecommitdiff
path: root/noncore/net/opieftp
authorllornkcor <llornkcor>2004-03-15 20:32:22 (UTC)
committer llornkcor <llornkcor>2004-03-15 20:32:22 (UTC)
commit6403cff8903c999bb042a7f0c90725de9856c933 (patch) (side-by-side diff)
treeb30977bbe6ec84be2e3be16e5241cf0901f4430d /noncore/net/opieftp
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') (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 @@
-CONFIG += qt warn_on release quick-app
+#CONFIG += qt warn_on release quick-app
+CONFIG += qt warn_on release
HEADERS = opieftp.h inputDialog.h
SOURCES = opieftp.cpp inputDialog.cpp main.cpp
TARGET = opieftp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
-LIBS += -lqpe -lftplib -lopieui2 -lopiecore2
+LIBS += -lqpe -lftplib
+DESTDIR=$(QPEDIR)/bin
include ( $(OPIEDIR)/include.pro )