summaryrefslogtreecommitdiffabout
path: root/pluginqtopiakabc/pluginqtopiakabcE.pro
Unidiff
Diffstat (limited to 'pluginqtopiakabc/pluginqtopiakabcE.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--pluginqtopiakabc/pluginqtopiakabcE.pro23
1 files changed, 23 insertions, 0 deletions
diff --git a/pluginqtopiakabc/pluginqtopiakabcE.pro b/pluginqtopiakabc/pluginqtopiakabcE.pro
new file mode 100644
index 0000000..3f40f9f
--- a/dev/null
+++ b/pluginqtopiakabc/pluginqtopiakabcE.pro
@@ -0,0 +1,23 @@
1 TEMPLATE= lib
2 #TEMPLATE= app
3 CONFIG += qt warn_on release
4
5 TARGET = qtopiakabc
6OBJECTS_DIR = obj/$(PLATFORM)
7MOC_DIR = moc
8DESTDIR=$(QPEDIR)/plugins/korganizer
9#DESTDIR=.
10INCLUDEPATH += ../libkabcwrap $(QPEDIR)/include
11DEFINES +=
12LIBS += -lmicrokabc
13LIBS += $(QTOPIALIB)
14LIBS += -lqpepim
15LIBS += -lqpe
16
17HEADERS = \
18 qtopiaaddressbookplugin.h \
19 qtopiaaddressee.h
20
21SOURCES = \
22 qtopiaaddressbookplugin.cpp \
23 qtopiaaddressee.cpp