summaryrefslogtreecommitdiffabout
path: root/kabc/converter/qtopia/qtopiaE.pro
authorulf69 <ulf69>2004-07-13 04:30:05 (UTC)
committer ulf69 <ulf69>2004-07-13 04:30:05 (UTC)
commitaee6b3ee8e225940cd2cbde0f881589694ee6af8 (patch) (side-by-side diff)
treec0d9cf9e16c3c3d1aa1ce3183470a09a15905119 /kabc/converter/qtopia/qtopiaE.pro
parenteb42916878f60819a2f57ccc14a7e2bac7addaf4 (diff)
downloadkdepimpi-aee6b3ee8e225940cd2cbde0f881589694ee6af8.zip
kdepimpi-aee6b3ee8e225940cd2cbde0f881589694ee6af8.tar.gz
kdepimpi-aee6b3ee8e225940cd2cbde0f881589694ee6af8.tar.bz2
add initial version of the qtopia converter
Diffstat (limited to 'kabc/converter/qtopia/qtopiaE.pro') (more/less context) (show whitespace changes)
-rw-r--r--kabc/converter/qtopia/qtopiaE.pro32
1 files changed, 32 insertions, 0 deletions
diff --git a/kabc/converter/qtopia/qtopiaE.pro b/kabc/converter/qtopia/qtopiaE.pro
new file mode 100644
index 0000000..e026f2a
--- a/dev/null
+++ b/kabc/converter/qtopia/qtopiaE.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 \
+