author | zautrix <zautrix> | 2004-06-26 19:01:18 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-06-26 19:01:18 (UTC) |
commit | b9aad1f15dc600e4dbe4c62d3fcced6363188ba3 (patch) (unidiff) | |
tree | 2c3d4004fb21c72cba65793859f9bcd8ffd3a49c /pluginopiekabc/pluginopiekabcE.pro | |
download | kdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.zip kdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.tar.gz kdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.tar.bz2 |
Initial revision
Diffstat (limited to 'pluginopiekabc/pluginopiekabcE.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | pluginopiekabc/pluginopiekabcE.pro | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/pluginopiekabc/pluginopiekabcE.pro b/pluginopiekabc/pluginopiekabcE.pro new file mode 100644 index 0000000..52adaf1 --- a/dev/null +++ b/pluginopiekabc/pluginopiekabcE.pro | |||
@@ -0,0 +1,27 @@ | |||
1 | TEMPLATE= lib | ||
2 | CONFIG += qt warn_on release | ||
3 | |||
4 | TARGET = opiekabc | ||
5 | OBJECTS_DIR = obj/$(PLATFORM) | ||
6 | MOC_DIR = moc | ||
7 | DESTDIR=$(QPEDIR)/plugins/korganizer | ||
8 | INCLUDEPATH += $(QPEDIR)/include ../libkabcwrap $(OPIEDIR)/include | ||
9 | DEFINES += | ||
10 | LIBS += -L$(QPEDIR)/lib | ||
11 | LIBS += -lmicrokabc | ||
12 | LIBS += -lopie | ||
13 | LIBS += -lqpe | ||
14 | LIBS += -lqte | ||
15 | |||
16 | INTERFACES = \ | ||
17 | |||
18 | #select_attendee_base.ui | ||
19 | |||
20 | HEADERS = \ | ||
21 | opieaddressbookplugin.h \ | ||
22 | opieaddressee.h | ||
23 | |||
24 | SOURCES = \ | ||
25 | opieaddressbookplugin.cpp \ | ||
26 | opieaddressee.cpp | ||
27 | |||