-rw-r--r-- | libkdepim/libkdepimE.pro | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/libkdepim/libkdepimE.pro b/libkdepim/libkdepimE.pro new file mode 100644 index 0000000..05abaa5 --- a/dev/null +++ b/libkdepim/libkdepimE.pro | |||
@@ -0,0 +1,43 @@ | |||
1 | TEMPLATE= lib | ||
2 | CONFIG += qt warn_on | ||
3 | TARGET = microkdepim | ||
4 | INCLUDEPATH += ../microkde ../qtcompat ../libkabcwrap ../microkde/kdecore | ||
5 | INCLUDEPATH += . .. | ||
6 | LIBS += -lmicrokde | ||
7 | OBJECTS_DIR = obj/$(PLATFORM) | ||
8 | MOC_DIR = moc/$(PLATFORM) | ||
9 | DESTDIR=$(QPEDIR)/lib | ||
10 | |||
11 | |||
12 | INTERFACES = \ | ||
13 | |||
14 | HEADERS = \ | ||
15 | categoryeditdialog.h \ | ||
16 | categoryeditdialog_base.h \ | ||
17 | categoryselectdialog.h \ | ||
18 | categoryselectdialog_base.h \ | ||
19 | kdateedit.h \ | ||
20 | kdatepicker.h \ | ||
21 | kinputdialog.h \ | ||
22 | kincidenceformatter.h \ | ||
23 | kpimprefs.h \ | ||
24 | kprefs.h \ | ||
25 | kprefsdialog.h \ | ||
26 | addresseeview.h \ | ||
27 | ksyncprofile.h | ||
28 | |||
29 | |||
30 | SOURCES = \ | ||
31 | categoryeditdialog.cpp \ | ||
32 | categoryeditdialog_base.cpp \ | ||
33 | categoryselectdialog.cpp \ | ||
34 | categoryselectdialog_base.cpp \ | ||
35 | kdateedit.cpp \ | ||
36 | kinputdialog.cpp \ | ||
37 | kdatepicker.cpp \ | ||
38 | kincidenceformatter.cpp \ | ||
39 | kpimprefs.cpp \ | ||
40 | kprefs.cpp \ | ||
41 | kprefsdialog.cpp \ | ||
42 | addresseeview.cpp \ | ||
43 | ksyncprofile.cpp | ||