author | llornkcor <llornkcor> | 2004-03-15 20:32:22 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2004-03-15 20:32:22 (UTC) |
commit | 6403cff8903c999bb042a7f0c90725de9856c933 (patch) (unidiff) | |
tree | b30977bbe6ec84be2e3be16e5241cf0901f4430d | |
parent | ab41047d6404c63b34e18c400cccae1580d6805e (diff) | |
download | opie-6403cff8903c999bb042a7f0c90725de9856c933.zip opie-6403cff8903c999bb042a7f0c90725de9856c933.tar.gz opie-6403cff8903c999bb042a7f0c90725de9856c933.tar.bz2 |
non quicklaunch, and remove non necessary libs
-rw-r--r-- | noncore/net/opieftp/opieftp.pro | 6 |
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 @@ | |||
1 | CONFIG += qt warn_on release quick-app | 1 | #CONFIG += qt warn_on release quick-app |
2 | CONFIG += qt warn_on release | ||
2 | HEADERS = opieftp.h inputDialog.h | 3 | HEADERS = opieftp.h inputDialog.h |
3 | SOURCES = opieftp.cpp inputDialog.cpp main.cpp | 4 | SOURCES = opieftp.cpp inputDialog.cpp main.cpp |
4 | TARGET = opieftp | 5 | TARGET = opieftp |
5 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
6 | DEPENDPATH += $(OPIEDIR)/include | 7 | DEPENDPATH += $(OPIEDIR)/include |
7 | LIBS += -lqpe -lftplib -lopieui2 -lopiecore2 | 8 | LIBS += -lqpe -lftplib |
9 | DESTDIR=$(QPEDIR)/bin | ||
8 | 10 | ||
9 | include ( $(OPIEDIR)/include.pro ) | 11 | include ( $(OPIEDIR)/include.pro ) |