-rw-r--r-- | libkcal/libkcal.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libkcal/libkcal.pro b/libkcal/libkcal.pro index d02f080..7a0bd22 100644 --- a/libkcal/libkcal.pro +++ b/libkcal/libkcal.pro | |||
@@ -40,6 +40,7 @@ HEADERS = \ | |||
40 | compat.h \ | 40 | compat.h \ |
41 | customproperties.h \ | 41 | customproperties.h \ |
42 | dummyscheduler.h \ | 42 | dummyscheduler.h \ |
43 | kincidenceformatter.h \ | ||
43 | duration.h \ | 44 | duration.h \ |
44 | event.h \ | 45 | event.h \ |
45 | exceptions.h \ | 46 | exceptions.h \ |
@@ -78,6 +79,7 @@ SOURCES = \ | |||
78 | compat.cpp \ | 79 | compat.cpp \ |
79 | customproperties.cpp \ | 80 | customproperties.cpp \ |
80 | dummyscheduler.cpp \ | 81 | dummyscheduler.cpp \ |
82 | kincidenceformatter.cpp \ | ||
81 | duration.cpp \ | 83 | duration.cpp \ |
82 | event.cpp \ | 84 | event.cpp \ |
83 | exceptions.cpp \ | 85 | exceptions.cpp \ |