summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--libkdepim/libkdepim.pro7
-rw-r--r--libkdepim/libkdepimE.pro6
2 files changed, 9 insertions, 4 deletions
diff --git a/libkdepim/libkdepim.pro b/libkdepim/libkdepim.pro
index b490899..a2fae0b 100644
--- a/libkdepim/libkdepim.pro
+++ b/libkdepim/libkdepim.pro
@@ -28,13 +28,14 @@ HEADERS = \
28 kinputdialog.h \ 28 kinputdialog.h \
29 kincidenceformatter.h \ 29 kincidenceformatter.h \
30 kpimprefs.h \ 30 kpimprefs.h \
31 kprefs.h \ 31 kprefs.h \
32 kprefsdialog.h \ 32 kprefsdialog.h \
33 addresseeview.h \ 33 addresseeview.h \
34 ksyncprofile.h 34 ksyncprofile.h \
35 ksyncprefsdialog.h
35 36
36SOURCES = \ 37SOURCES = \
37 categoryeditdialog.cpp \ 38 categoryeditdialog.cpp \
38 categoryeditdialog_base.cpp \ 39 categoryeditdialog_base.cpp \
39 categoryselectdialog.cpp \ 40 categoryselectdialog.cpp \
40 categoryselectdialog_base.cpp \ 41 categoryselectdialog_base.cpp \
@@ -43,8 +44,10 @@ SOURCES = \
43 kinputdialog.cpp \ 44 kinputdialog.cpp \
44 kincidenceformatter.cpp \ 45 kincidenceformatter.cpp \
45 kpimprefs.cpp \ 46 kpimprefs.cpp \
46 kprefs.cpp \ 47 kprefs.cpp \
47 kprefsdialog.cpp \ 48 kprefsdialog.cpp \
48 addresseeview.cpp \ 49 addresseeview.cpp \
49 ksyncprofile.cpp 50 ksyncprofile.cpp \
51 ksyncprefsdialog.cpp
52
50 53
diff --git a/libkdepim/libkdepimE.pro b/libkdepim/libkdepimE.pro
index b267d22..36a789d 100644
--- a/libkdepim/libkdepimE.pro
+++ b/libkdepim/libkdepimE.pro
@@ -22,13 +22,14 @@ HEADERS = \
22 kinputdialog.h \ 22 kinputdialog.h \
23 kincidenceformatter.h \ 23 kincidenceformatter.h \
24 kpimprefs.h \ 24 kpimprefs.h \
25 kprefs.h \ 25 kprefs.h \
26 kprefsdialog.h \ 26 kprefsdialog.h \
27 addresseeview.h \ 27 addresseeview.h \
28 ksyncprofile.h 28 ksyncprofile.h \
29 ksyncprefsdialog.h
29 30
30 31
31SOURCES = \ 32SOURCES = \
32 categoryeditdialog.cpp \ 33 categoryeditdialog.cpp \
33 categoryeditdialog_base.cpp \ 34 categoryeditdialog_base.cpp \
34 categoryselectdialog.cpp \ 35 categoryselectdialog.cpp \
@@ -38,7 +39,8 @@ SOURCES = \
38 kdatepicker.cpp \ 39 kdatepicker.cpp \
39 kincidenceformatter.cpp \ 40 kincidenceformatter.cpp \
40 kpimprefs.cpp \ 41 kpimprefs.cpp \
41 kprefs.cpp \ 42 kprefs.cpp \
42 kprefsdialog.cpp \ 43 kprefsdialog.cpp \
43 addresseeview.cpp \ 44 addresseeview.cpp \
44 ksyncprofile.cpp 45 ksyncprofile.cpp \
46 ksyncprefsdialog.cpp