summaryrefslogtreecommitdiffabout
path: root/pluginqtopiakabc/pluginqtopiakabcE.pro
Side-by-side diff
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 @@
+TEMPLATE = lib
+#TEMPLATE = app
+CONFIG += qt warn_on release
+
+TARGET = qtopiakabc
+OBJECTS_DIR = obj/$(PLATFORM)
+MOC_DIR = moc
+DESTDIR=$(QPEDIR)/plugins/korganizer
+#DESTDIR=.
+INCLUDEPATH += ../libkabcwrap $(QPEDIR)/include
+DEFINES +=
+LIBS += -lmicrokabc
+LIBS += $(QTOPIALIB)
+LIBS += -lqpepim
+LIBS += -lqpe
+
+HEADERS = \
+ qtopiaaddressbookplugin.h \
+ qtopiaaddressee.h
+
+SOURCES = \
+ qtopiaaddressbookplugin.cpp \
+ qtopiaaddressee.cpp