-rw-r--r-- | libkdepim/libkdepimE.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libkdepim/libkdepimE.pro b/libkdepim/libkdepimE.pro index 69980e3..2a30ee8 100644 --- a/libkdepim/libkdepimE.pro +++ b/libkdepim/libkdepimE.pro | |||
@@ -11,41 +11,43 @@ DESTDIR=$(QPEDIR)/lib | |||
11 | 11 | ||
12 | 12 | ||
13 | INTERFACES = \ | 13 | INTERFACES = \ |
14 | 14 | ||
15 | HEADERS = \ | 15 | HEADERS = \ |
16 | categoryeditdialog.h \ | 16 | categoryeditdialog.h \ |
17 | categoryeditdialog_base.h \ | 17 | categoryeditdialog_base.h \ |
18 | categoryselectdialog.h \ | 18 | categoryselectdialog.h \ |
19 | categoryselectdialog_base.h \ | 19 | categoryselectdialog_base.h \ |
20 | externalapphandler.h \ | 20 | externalapphandler.h \ |
21 | kdateedit.h \ | 21 | kdateedit.h \ |
22 | kdatepicker.h \ | 22 | kdatepicker.h \ |
23 | kinputdialog.h \ | 23 | kinputdialog.h \ |
24 | kpimprefs.h \ | 24 | kpimprefs.h \ |
25 | kpimglobalprefs.h \ | 25 | kpimglobalprefs.h \ |
26 | kprefsdialog.h \ | 26 | kprefsdialog.h \ |
27 | kprefswidget.h \ | ||
27 | ksyncprofile.h \ | 28 | ksyncprofile.h \ |
28 | ksyncprefsdialog.h \ | 29 | ksyncprefsdialog.h \ |
29 | kcmconfigs/kcmkdepimconfig.h \ | 30 | kcmconfigs/kcmkdepimconfig.h \ |
30 | kcmconfigs/kdepimconfigwidget.h | 31 | kcmconfigs/kdepimconfigwidget.h |
31 | 32 | ||
32 | 33 | ||
33 | 34 | ||
34 | SOURCES = \ | 35 | SOURCES = \ |
35 | categoryeditdialog.cpp \ | 36 | categoryeditdialog.cpp \ |
36 | categoryeditdialog_base.cpp \ | 37 | categoryeditdialog_base.cpp \ |
37 | categoryselectdialog.cpp \ | 38 | categoryselectdialog.cpp \ |
38 | categoryselectdialog_base.cpp \ | 39 | categoryselectdialog_base.cpp \ |
39 | externalapphandler.cpp \ | 40 | externalapphandler.cpp \ |
40 | kdateedit.cpp \ | 41 | kdateedit.cpp \ |
41 | kinputdialog.cpp \ | 42 | kinputdialog.cpp \ |
42 | kdatepicker.cpp \ | 43 | kdatepicker.cpp \ |
43 | kpimprefs.cpp \ | 44 | kpimprefs.cpp \ |
44 | kpimglobalprefs.cpp \ | 45 | kpimglobalprefs.cpp \ |
45 | kprefsdialog.cpp \ | 46 | kprefsdialog.cpp \ |
47 | kprefswidget.cpp \ | ||
46 | ksyncprofile.cpp \ | 48 | ksyncprofile.cpp \ |
47 | ksyncprefsdialog.cpp \ | 49 | ksyncprefsdialog.cpp \ |
48 | kcmconfigs/kcmkdepimconfig.cpp \ | 50 | kcmconfigs/kcmkdepimconfig.cpp \ |
49 | kcmconfigs/kdepimconfigwidget.cpp | 51 | kcmconfigs/kdepimconfigwidget.cpp |
50 | 52 | ||
51 | 53 | ||