author | ulf69 <ulf69> | 2004-07-14 14:58:38 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-07-14 14:58:38 (UTC) |
commit | 9e6a053635b009926903d32255ffa2b0fd0ac34c (patch) (side-by-side diff) | |
tree | 698ab600c16303f5c0a889c1c452ecc6a063a05b | |
parent | eff6207dd2b2cbd8624845782b24f00fd6a2b64a (diff) | |
download | kdepimpi-9e6a053635b009926903d32255ffa2b0fd0ac34c.zip kdepimpi-9e6a053635b009926903d32255ffa2b0fd0ac34c.tar.gz kdepimpi-9e6a053635b009926903d32255ffa2b0fd0ac34c.tar.bz2 |
code cleanup
-rw-r--r-- | kabc/converter/qtopia/qtopiaE.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kabc/converter/qtopia/qtopiaE.pro b/kabc/converter/qtopia/qtopiaE.pro index 4241b8b..ab47091 100644 --- a/kabc/converter/qtopia/qtopiaE.pro +++ b/kabc/converter/qtopia/qtopiaE.pro @@ -1,30 +1,29 @@ TEMPLATE = lib INCLUDEPATH += . ../.. ../../../microkde ../../../microkde/kdecore $(QPEDIR)/include #CONFIG += staticlib OBJECTS_DIR = obj/$(PLATFORM) MOC_DIR = moc/$(PLATFORM) #for static linkage, put it here #DESTDIR=../../lib/$(PLATFORM) #for dynamic linkage, put it here DESTDIR=$(QPEDIR)/lib LIBS += -lmicrokde LIBS += -lmicrokabc LIBS += -L$(QPEDIR)/lib -LIBS += -L$(OPIEDIR)/lib LIBS += -lqpepim LIBS += -lqpe TARGET = microkabc_qtopiaconverter # Input HEADERS += \ qtopiaconverter.h \ SOURCES += \ qtopiaconverter.cpp \ |