summaryrefslogtreecommitdiffabout
path: root/kabc/converter/opie/opieE.pro
Unidiff
Diffstat (limited to 'kabc/converter/opie/opieE.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--kabc/converter/opie/opieE.pro32
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 @@
1TEMPLATE = lib
2INCLUDEPATH += . ../.. ../../../microkde ../../../microkde/kdecore $(OPIEDIR)/include $(OPEDIR)/include
3#CONFIG += staticlib
4OBJECTS_DIR = obj/$(PLATFORM)
5MOC_DIR = moc/$(PLATFORM)
6
7#for static linkage, put it here
8#DESTDIR=../../lib/$(PLATFORM)
9
10#for dynamic linkage, put it here
11DESTDIR=$(QPEDIR)/lib
12
13LIBS += -lmicrokde
14LIBS += -lmicrokabc
15LIBS += -L$(QPEDIR)/lib
16LIBS += -L$(OPIEDIR)/lib
17LIBS += -lopie
18LIBS += -lqpe
19LIBS += -lqte
20
21
22TARGET = microkabc_opieconverter
23
24# Input
25
26HEADERS += \
27 opieconverter.h \
28
29
30SOURCES += \
31 opieconverter.cpp \
32