Diffstat (limited to 'pluginqtopiakabc/pluginqtopiakabcE.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | pluginqtopiakabc/pluginqtopiakabcE.pro | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/pluginqtopiakabc/pluginqtopiakabcE.pro b/pluginqtopiakabc/pluginqtopiakabcE.pro deleted file mode 100644 index 3f40f9f..0000000 --- a/pluginqtopiakabc/pluginqtopiakabcE.pro +++ b/dev/null | |||
@@ -1,23 +0,0 @@ | |||
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 | ||