Diffstat (limited to 'pluginqtopiakabc/pluginqtopiakabcE.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | pluginqtopiakabc/pluginqtopiakabcE.pro | 23 |
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 | ||
6 | OBJECTS_DIR = obj/$(PLATFORM) | ||
7 | MOC_DIR = moc | ||
8 | DESTDIR=$(QPEDIR)/plugins/korganizer | ||
9 | #DESTDIR=. | ||
10 | INCLUDEPATH += ../libkabcwrap $(QPEDIR)/include | ||
11 | DEFINES += | ||
12 | LIBS += -lmicrokabc | ||
13 | LIBS += $(QTOPIALIB) | ||
14 | LIBS += -lqpepim | ||
15 | LIBS += -lqpe | ||
16 | |||
17 | HEADERS = \ | ||
18 | qtopiaaddressbookplugin.h \ | ||
19 | qtopiaaddressee.h | ||
20 | |||
21 | SOURCES = \ | ||
22 | qtopiaaddressbookplugin.cpp \ | ||
23 | qtopiaaddressee.cpp | ||