-rw-r--r-- | libkdepim/libkdepim.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libkdepim/libkdepim.pro b/libkdepim/libkdepim.pro index 1fedac7..7231842 100644 --- a/libkdepim/libkdepim.pro +++ b/libkdepim/libkdepim.pro | |||
@@ -21,35 +21,37 @@ INTERFACES = \ | |||
21 | HEADERS = \ | 21 | HEADERS = \ |
22 | categoryeditdialog.h \ | 22 | categoryeditdialog.h \ |
23 | categoryeditdialog_base.h \ | 23 | categoryeditdialog_base.h \ |
24 | categoryselectdialog.h \ | 24 | categoryselectdialog.h \ |
25 | categoryselectdialog_base.h \ | 25 | categoryselectdialog_base.h \ |
26 | externalapphandler.h \ | 26 | externalapphandler.h \ |
27 | kdateedit.h \ | 27 | kdateedit.h \ |
28 | kdatepicker.h \ | 28 | kdatepicker.h \ |
29 | kinputdialog.h \ | 29 | kinputdialog.h \ |
30 | kpimprefs.h \ | 30 | kpimprefs.h \ |
31 | kpimglobalprefs.h \ | 31 | kpimglobalprefs.h \ |
32 | kprefsdialog.h \ | 32 | kprefsdialog.h \ |
33 | kprefswidget.h \ | ||
33 | ksyncprofile.h \ | 34 | ksyncprofile.h \ |
34 | ksyncprefsdialog.h \ | 35 | ksyncprefsdialog.h \ |
35 | kcmconfigs/kcmkdepimconfig.h \ | 36 | kcmconfigs/kcmkdepimconfig.h \ |
36 | kcmconfigs/kdepimconfigwidget.h | 37 | kcmconfigs/kdepimconfigwidget.h |
37 | 38 | ||
38 | SOURCES = \ | 39 | SOURCES = \ |
39 | categoryeditdialog.cpp \ | 40 | categoryeditdialog.cpp \ |
40 | categoryeditdialog_base.cpp \ | 41 | categoryeditdialog_base.cpp \ |
41 | categoryselectdialog.cpp \ | 42 | categoryselectdialog.cpp \ |
42 | categoryselectdialog_base.cpp \ | 43 | categoryselectdialog_base.cpp \ |
43 | externalapphandler.cpp \ | 44 | externalapphandler.cpp \ |
44 | kdateedit.cpp \ | 45 | kdateedit.cpp \ |
45 | kdatepicker.cpp \ | 46 | kdatepicker.cpp \ |
46 | kinputdialog.cpp \ | 47 | kinputdialog.cpp \ |
47 | kpimprefs.cpp \ | 48 | kpimprefs.cpp \ |
48 | kpimglobalprefs.cpp \ | 49 | kpimglobalprefs.cpp \ |
49 | kprefsdialog.cpp \ | 50 | kprefsdialog.cpp \ |
51 | kprefswidget.cpp \ | ||
50 | ksyncprofile.cpp \ | 52 | ksyncprofile.cpp \ |
51 | ksyncprefsdialog.cpp \ | 53 | ksyncprefsdialog.cpp \ |
52 | kcmconfigs/kcmkdepimconfig.cpp \ | 54 | kcmconfigs/kcmkdepimconfig.cpp \ |
53 | kcmconfigs/kdepimconfigwidget.cpp | 55 | kcmconfigs/kdepimconfigwidget.cpp |
54 | 56 | ||
55 | 57 | ||