From 615353a447610eea095d54bdf0dbbd0b2d42905f Mon Sep 17 00:00:00 2001 From: Fushan Wen Date: Sun, 8 May 2022 18:07:53 +0800 Subject: [PATCH] calendar: remove comments in CMakeLists.txt --- components/calendar/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/calendar/CMakeLists.txt b/components/calendar/CMakeLists.txt index cc6e11f28..5c9bc8e57 100644 --- a/components/calendar/CMakeLists.txt +++ b/components/calendar/CMakeLists.txt @@ -2,12 +2,8 @@ add_library(calendarplugin SHARED) target_sources(calendarplugin PRIVATE calendarplugin.cpp - #incidencemodifier.cpp calendar.cpp calendardata.cpp - #calendardayhelper.cpp - #calendarroleproxymodel.cpp - #datetimerangefiltermodel.cpp daysmodel.cpp eventdatadecorator.cpp eventpluginsmanager.cpp