author | ulf69 <ulf69> | 2004-07-13 04:28:45 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-07-13 04:28:45 (UTC) |
commit | eb42916878f60819a2f57ccc14a7e2bac7addaf4 (patch) (side-by-side diff) | |
tree | 8768639cfc94529239cc321b029269b56ad98318 /kabc/converter/opie/opieE.pro | |
parent | 65b8479039ca52f3f7ad8a36c616f1d8a4ffbaec (diff) | |
download | kdepimpi-eb42916878f60819a2f57ccc14a7e2bac7addaf4.zip kdepimpi-eb42916878f60819a2f57ccc14a7e2bac7addaf4.tar.gz kdepimpi-eb42916878f60819a2f57ccc14a7e2bac7addaf4.tar.bz2 |
changed name of the .pro file
Diffstat (limited to 'kabc/converter/opie/opieE.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | kabc/converter/opie/opieE.pro | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/kabc/converter/opie/opieE.pro b/kabc/converter/opie/opieE.pro new file mode 100644 index 0000000..e026f2a --- a/dev/null +++ b/kabc/converter/opie/opieE.pro @@ -0,0 +1,32 @@ +TEMPLATE = lib +INCLUDEPATH += . ../.. ../../../microkde ../../../microkde/kdecore $(OPIEDIR)/include $(OPEDIR)/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 += -lopie +LIBS += -lqpe +LIBS += -lqte + + +TARGET = microkabc_opieconverter + +# Input + +HEADERS += \ + opieconverter.h \ + + +SOURCES += \ + opieconverter.cpp \ + |