Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KDE Pim
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Unmaintained
KDE Pim
Commits
b5c50ce0
Commit
b5c50ce0
authored
Sep 18, 2015
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move to korganizer it created a circular dependency between package
parent
29318165
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
38 deletions
+6
-38
calendarsupport/src/CMakeLists.txt
calendarsupport/src/CMakeLists.txt
+0
-33
korganizer/CMakeLists.txt
korganizer/CMakeLists.txt
+3
-2
korganizer/calendarview.cpp
korganizer/calendarview.cpp
+1
-1
korganizer/collectiongeneralpage.cpp
korganizer/collectiongeneralpage.cpp
+0
-0
korganizer/collectiongeneralpage.h
korganizer/collectiongeneralpage.h
+2
-2
No files found.
calendarsupport/src/CMakeLists.txt
View file @
b5c50ce0
...
...
@@ -97,7 +97,6 @@ ecm_generate_headers(CalendarSupport_CamelCase_HEADERS
Plugin
CategoryHierarchyReader
CalendarSingleton
CollectionGeneralPage
MessageWidget
ArchiveDialog
REQUIRED_HEADERS CalendarSupport_HEADERS
...
...
@@ -142,38 +141,6 @@ install(FILES
)
endif
()
############# Next target #######################
set
(
calendarsupportcollectionpage_LIB_SRCS
collectiongeneralpage.cpp
)
add_library
(
calendarsupportcollectionpage
${
calendarsupportcollectionpage_LIB_SRCS
}
)
add_dependencies
(
calendarsupportcollectionpage KF5::MailCommon
)
generate_export_header
(
calendarsupportcollectionpage BASE_NAME calendarsupportcollectionpage
)
target_link_libraries
(
calendarsupportcollectionpage
PUBLIC
KF5::AkonadiCore
KF5::MailCommon
PRIVATE
KF5::CalendarCore
KF5::PimCommon
KF5::AkonadiCalendar
)
target_include_directories
(
calendarsupportcollectionpage PUBLIC
"$<BUILD_INTERFACE:
${
calendarsupport_SOURCE_DIR
}
;
${
calendarsupport_BINARY_DIR
}
;
${
Boost_INCLUDE_DIRS
}
>"
)
set_target_properties
(
calendarsupportcollectionpage
PROPERTIES VERSION
${
KDEPIM_LIB_VERSION
}
SOVERSION
${
KDEPIM_LIB_VERSION
}
)
install
(
TARGETS calendarsupportcollectionpage
${
KDE_INSTALL_TARGETS_DEFAULT_ARGS
}
LIBRARY NAMELINK_SKIP
)
install
(
FILES calendarplugin.desktop DESTINATION
${
KDE_INSTALL_KSERVICETYPES5DIR
}
)
...
...
korganizer/CMakeLists.txt
View file @
b5c50ce0
...
...
@@ -152,7 +152,8 @@ install(TARGETS
set
(
korganizerprivate_LIB_SRCS
${
korganizer_common_SRCS
}
korgmigrateapplication.cpp
korgmigrateapplication.cpp
collectiongeneralpage.cpp
aboutdata.cpp
actionmanager.cpp
akonadicollectionview.cpp
...
...
@@ -256,8 +257,8 @@ PRIVATE
KF5::IdentityManagement
KF5::KCMUtils
KF5::NewStuff
calendarsupportcollectionpage
KF5::Ldap
KF5::MailCommon
)
target_include_directories
(
korganizerprivate PUBLIC
...
...
korganizer/calendarview.cpp
View file @
b5c50ce0
...
...
@@ -54,7 +54,7 @@
#include <IncidenceEditorsng/IncidenceEditorSettings>
#include <KHolidays/HolidayRegion>
#include
<CalendarSupport/CollectionGeneralPage>
#include
"collectiongeneralpage.h"
#include <CalendarSupport/CollectionSelection>
#include <CalendarSupport/KCalPrefs>
#include <CalendarSupport/Utils>
...
...
calendarsupport/src
/collectiongeneralpage.cpp
→
korganizer
/collectiongeneralpage.cpp
View file @
b5c50ce0
File moved
calendarsupport/src
/collectiongeneralpage.h
→
korganizer
/collectiongeneralpage.h
View file @
b5c50ce0
...
...
@@ -20,7 +20,7 @@
#ifndef CALENDARSUPPORT_COLLECTIONGENERALPAGE_H
#define CALENDARSUPPORT_COLLECTIONGENERALPAGE_H
#include "
calendarsupportcollectionpag
e_export.h"
#include "
korganizerprivat
e_export.h"
#include <CollectionPropertiesPage>
...
...
@@ -35,7 +35,7 @@ class IncidencesForWidget;
namespace
CalendarSupport
{
class
CALENDARSUPPORTCOLLECTIONPAG
E_EXPORT
CollectionGeneralPage
:
public
Akonadi
::
CollectionPropertiesPage
class
KORGANIZERPRIVAT
E_EXPORT
CollectionGeneralPage
:
public
Akonadi
::
CollectionPropertiesPage
{
Q_OBJECT
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment