author | ulf69 <ulf69> | 2004-06-30 21:51:44 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-06-30 21:51:44 (UTC) |
commit | 294b21a5360fdffec72c73bd2513837f14271a01 (patch) (unidiff) | |
tree | 15e0400d447b369f0d14c88d8407e08a6e7ca64e /pluginopiekabc | |
parent | 3ba4450e5a9bf537b87b4da0228d1c41ab6030f5 (diff) | |
download | kdepimpi-294b21a5360fdffec72c73bd2513837f14271a01.zip kdepimpi-294b21a5360fdffec72c73bd2513837f14271a01.tar.gz kdepimpi-294b21a5360fdffec72c73bd2513837f14271a01.tar.bz2 |
build moc files into moc/qtopia subfolder
-rw-r--r-- | pluginopiekabc/pluginopiekabcE.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pluginopiekabc/pluginopiekabcE.pro b/pluginopiekabc/pluginopiekabcE.pro index 52adaf1..8411fc5 100644 --- a/pluginopiekabc/pluginopiekabcE.pro +++ b/pluginopiekabc/pluginopiekabcE.pro | |||
@@ -1,27 +1,27 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | 3 | ||
4 | TARGET = opiekabc | 4 | TARGET = opiekabc |
5 | OBJECTS_DIR = obj/$(PLATFORM) | 5 | OBJECTS_DIR = obj/$(PLATFORM) |
6 | MOC_DIR = moc | 6 | MOC_DIR = moc/$(PLATFORM) |
7 | DESTDIR=$(QPEDIR)/plugins/korganizer | 7 | DESTDIR=$(QPEDIR)/plugins/korganizer |
8 | INCLUDEPATH += $(QPEDIR)/include ../libkabcwrap $(OPIEDIR)/include | 8 | INCLUDEPATH += $(QPEDIR)/include ../libkabcwrap $(OPIEDIR)/include |
9 | DEFINES += | 9 | DEFINES += |
10 | LIBS += -L$(QPEDIR)/lib | 10 | LIBS += -L$(QPEDIR)/lib |
11 | LIBS += -lmicrokabc | 11 | LIBS += -lmicrokabc |
12 | LIBS += -lopie | 12 | LIBS += -lopie |
13 | LIBS += -lqpe | 13 | LIBS += -lqpe |
14 | LIBS += -lqte | 14 | LIBS += -lqte |
15 | 15 | ||
16 | INTERFACES = \ | 16 | INTERFACES = \ |
17 | 17 | ||
18 | #select_attendee_base.ui | 18 | #select_attendee_base.ui |
19 | 19 | ||
20 | HEADERS = \ | 20 | HEADERS = \ |
21 | opieaddressbookplugin.h \ | 21 | opieaddressbookplugin.h \ |
22 | opieaddressee.h | 22 | opieaddressee.h |
23 | 23 | ||
24 | SOURCES = \ | 24 | SOURCES = \ |
25 | opieaddressbookplugin.cpp \ | 25 | opieaddressbookplugin.cpp \ |
26 | opieaddressee.cpp | 26 | opieaddressee.cpp |
27 | 27 | ||