-rw-r--r-- | libkdepim/libkdepim.pro | 7 |
1 files changed, 5 insertions, 2 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 = \ kinputdialog.h \ kincidenceformatter.h \ kpimprefs.h \ kprefs.h \ kprefsdialog.h \ addresseeview.h \ - ksyncprofile.h + ksyncprofile.h \ + ksyncprefsdialog.h SOURCES = \ categoryeditdialog.cpp \ categoryeditdialog_base.cpp \ categoryselectdialog.cpp \ categoryselectdialog_base.cpp \ @@ -43,8 +44,10 @@ SOURCES = \ kinputdialog.cpp \ kincidenceformatter.cpp \ kpimprefs.cpp \ kprefs.cpp \ kprefsdialog.cpp \ addresseeview.cpp \ - ksyncprofile.cpp + ksyncprofile.cpp \ + ksyncprefsdialog.cpp + |