Diffstat (limited to 'plugindtmkabc/plugindtmkabcE.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | plugindtmkabc/plugindtmkabcE.pro | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/plugindtmkabc/plugindtmkabcE.pro b/plugindtmkabc/plugindtmkabcE.pro new file mode 100644 index 0000000..56c08fa --- a/dev/null +++ b/plugindtmkabc/plugindtmkabcE.pro | |||
@@ -0,0 +1,20 @@ | |||
1 | TEMPLATE= lib | ||
2 | #TEMPLATE= app | ||
3 | CONFIG = qt warn_on release | ||
4 | |||
5 | TARGET = dtmkabc | ||
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 | |||
14 | HEADERS = \ | ||
15 | qtopiaaddressbookplugin.h \ | ||
16 | qtopiaaddressee.h | ||
17 | |||
18 | SOURCES = \ | ||
19 | qtopiaaddressbookplugin.cpp \ | ||
20 | qtopiaaddressee.cpp | ||