-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 2a30ee8..156e247 100644 --- a/libkdepim/libkdepimE.pro +++ b/libkdepim/libkdepimE.pro | |||
@@ -16,38 +16,40 @@ 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 | kprefswidget.h \ |
28 | ksyncmanager.h \ | ||
28 | ksyncprofile.h \ | 29 | ksyncprofile.h \ |
29 | ksyncprefsdialog.h \ | 30 | ksyncprefsdialog.h \ |
30 | kcmconfigs/kcmkdepimconfig.h \ | 31 | kcmconfigs/kcmkdepimconfig.h \ |
31 | kcmconfigs/kdepimconfigwidget.h | 32 | kcmconfigs/kdepimconfigwidget.h |
32 | 33 | ||
33 | 34 | ||
34 | 35 | ||
35 | SOURCES = \ | 36 | SOURCES = \ |
36 | categoryeditdialog.cpp \ | 37 | categoryeditdialog.cpp \ |
37 | categoryeditdialog_base.cpp \ | 38 | categoryeditdialog_base.cpp \ |
38 | categoryselectdialog.cpp \ | 39 | categoryselectdialog.cpp \ |
39 | categoryselectdialog_base.cpp \ | 40 | categoryselectdialog_base.cpp \ |
40 | externalapphandler.cpp \ | 41 | externalapphandler.cpp \ |
41 | kdateedit.cpp \ | 42 | kdateedit.cpp \ |
42 | kinputdialog.cpp \ | 43 | kinputdialog.cpp \ |
43 | kdatepicker.cpp \ | 44 | kdatepicker.cpp \ |
44 | kpimprefs.cpp \ | 45 | kpimprefs.cpp \ |
45 | kpimglobalprefs.cpp \ | 46 | kpimglobalprefs.cpp \ |
46 | kprefsdialog.cpp \ | 47 | kprefsdialog.cpp \ |
47 | kprefswidget.cpp \ | 48 | kprefswidget.cpp \ |
49 | ksyncmanager.cpp \ | ||
48 | ksyncprofile.cpp \ | 50 | ksyncprofile.cpp \ |
49 | ksyncprefsdialog.cpp \ | 51 | ksyncprefsdialog.cpp \ |
50 | kcmconfigs/kcmkdepimconfig.cpp \ | 52 | kcmconfigs/kcmkdepimconfig.cpp \ |
51 | kcmconfigs/kdepimconfigwidget.cpp | 53 | kcmconfigs/kdepimconfigwidget.cpp |
52 | 54 | ||
53 | 55 | ||