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
32836c04
Commit
32836c04
authored
Jan 04, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make it compile with renamed lib
parent
4ea8b879
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
28 additions
and
28 deletions
+28
-28
CMakeLists.txt
CMakeLists.txt
+2
-2
korgac/CMakeLists.txt
korgac/CMakeLists.txt
+1
-1
korgac/alarmdialog.cpp
korgac/alarmdialog.cpp
+2
-2
korgac/tests/CMakeLists.txt
korgac/tests/CMakeLists.txt
+1
-1
korganizer/CMakeLists.txt
korganizer/CMakeLists.txt
+2
-2
korganizer/actionmanager.cpp
korganizer/actionmanager.cpp
+1
-1
korganizer/autotests/CMakeLists.txt
korganizer/autotests/CMakeLists.txt
+2
-2
korganizer/autotests/koeventpopupmenutest.cpp
korganizer/autotests/koeventpopupmenutest.cpp
+2
-2
korganizer/calendarview.cpp
korganizer/calendarview.cpp
+5
-5
korganizer/dialog/noteeditdialog.cpp
korganizer/dialog/noteeditdialog.cpp
+2
-2
korganizer/kodialogmanager.cpp
korganizer/kodialogmanager.cpp
+3
-3
korganizer/koeventpopupmenu.cpp
korganizer/koeventpopupmenu.cpp
+2
-2
korganizer/prefs/koprefsdialog.cpp
korganizer/prefs/koprefsdialog.cpp
+1
-1
plugins/messageviewer/bodypartformatter/calendar/CMakeLists.txt
...s/messageviewer/bodypartformatter/calendar/CMakeLists.txt
+1
-1
plugins/messageviewer/bodypartformatter/calendar/syncitiphandler.h
...essageviewer/bodypartformatter/calendar/syncitiphandler.h
+1
-1
No files found.
CMakeLists.txt
View file @
32836c04
...
...
@@ -148,7 +148,7 @@ set(LIBKLEO_LIB_VERSION_LIB "5.1.41")
set
(
LIBGRANTLEETHEME_LIB_VERSION_LIB
"5.1.41"
)
set
(
PIMCOMMON_LIB_VERSION_LIB
"5.1.48"
)
set
(
LIBKDEPIM_LIB_VERSION_LIB
"5.1.41"
)
set
(
LIBINCIDENCEEDITOR_LIB_VERSION_LIB
"5.1.
41
"
)
set
(
LIBINCIDENCEEDITOR_LIB_VERSION_LIB
"5.1.
50
"
)
set
(
CALENDARSUPPORT_LIB_VERSION_LIB
"5.1.41"
)
set
(
EVENTVIEW_LIB_VERSION_LIB
"5.1.41"
)
set
(
KDGANTT2_LIB_VERSION_LIB
"5.1.41"
)
...
...
@@ -162,7 +162,7 @@ find_package(KF5Libkleo ${LIBKLEO_LIB_VERSION_LIB} CONFIG REQUIRED)
find_package
(
KF5GrantleeTheme
${
LIBGRANTLEETHEME_LIB_VERSION_LIB
}
CONFIG REQUIRED
)
find_package
(
KF5PimCommon
${
PIMCOMMON_LIB_VERSION_LIB
}
CONFIG REQUIRED
)
find_package
(
KF5Libkdepim
${
LIBKDEPIM_LIB_VERSION_LIB
}
CONFIG REQUIRED
)
find_package
(
KF5IncidenceEditor
sng
${
LIBINCIDENCEEDITOR_LIB_VERSION_LIB
}
CONFIG REQUIRED
)
find_package
(
KF5IncidenceEditor
${
LIBINCIDENCEEDITOR_LIB_VERSION_LIB
}
CONFIG REQUIRED
)
find_package
(
KF5MessageCore
${
MESSAGELIB_LIB_VERSION_LIB
}
CONFIG REQUIRED
)
find_package
(
KF5MessageComposer
${
KDEPIM_LIB_INSTALLED_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5MessageList
${
KDEPIM_LIB_INSTALLED_VERSION
}
CONFIG REQUIRED
)
...
...
korgac/CMakeLists.txt
View file @
32836c04
...
...
@@ -59,7 +59,7 @@ target_link_libraries(korgac
KF5::AkonadiCalendar
KF5::AkonadiMime
KF5::CalendarSupport
KF5::IncidenceEditor
sng
KF5::IncidenceEditor
KF5::AkonadiCore
KF5::CalendarCore
KF5::CalendarUtils
...
...
korgac/alarmdialog.cpp
View file @
32836c04
...
...
@@ -35,8 +35,8 @@
#include <CalendarSupport/IdentityManager>
#include <CalendarSupport/Utils>
#include <IncidenceEditor
sng
/IncidenceDialog>
#include <IncidenceEditor
sng
/IncidenceDialogFactory>
#include <IncidenceEditor/IncidenceDialog>
#include <IncidenceEditor/IncidenceDialogFactory>
#include <KCalCore/Event>
#include <KCalCore/Todo>
...
...
korgac/tests/CMakeLists.txt
View file @
32836c04
...
...
@@ -22,7 +22,7 @@ target_link_libraries(testalarmdlg
KF5::AkonadiCalendar
KF5::AkonadiMime
KF5::CalendarSupport
KF5::IncidenceEditor
sng
KF5::IncidenceEditor
KF5::KdepimDBusInterfaces
KF5::KIOCore
KF5::Mime
...
...
korganizer/CMakeLists.txt
View file @
32836c04
...
...
@@ -73,7 +73,7 @@ target_link_libraries(kcm_korganizer
KF5::AkonadiCalendar
KF5::CalendarSupport
KF5::EventViews
KF5::IncidenceEditor
sng
KF5::IncidenceEditor
KF5::Libkdepim
korganizer_core
korganizerprivate
...
...
@@ -239,7 +239,7 @@ PUBLIC
PRIVATE
KF5::CalendarSupport
KF5::EventViews
KF5::IncidenceEditor
sng
KF5::IncidenceEditor
KF5::Libkdepim
KF5::KdepimDBusInterfaces
korganizer_core
...
...
korganizer/actionmanager.cpp
View file @
32836c04
...
...
@@ -51,7 +51,7 @@
#include <CalendarSupport/KCalPrefs>
#include <CalendarSupport/Utils>
#include <IncidenceEditor
sng
/IncidenceEditorSettings>
#include <IncidenceEditor/IncidenceEditorSettings>
#include <AkonadiCore/EntityDisplayAttribute>
#include <AkonadiWidgets/EntityTreeView>
...
...
korganizer/autotests/CMakeLists.txt
View file @
32836c04
...
...
@@ -25,7 +25,7 @@ target_link_libraries(koeventpopmenutest
KF5::AkonadiCalendar
KF5::AkonadiNotes
KF5::CalendarCore
KF5::IncidenceEditor
sng
KF5::IncidenceEditor
KF5::CalendarSupport
korganizer_core
korganizerprivate
...
...
@@ -43,7 +43,7 @@ target_link_libraries(noteeditdialogtest
KF5::AkonadiCalendar
KF5::AkonadiNotes
KF5::CalendarCore
KF5::IncidenceEditor
sng
KF5::IncidenceEditor
KF5::CalendarSupport
korganizer_core
korganizerprivate
...
...
korganizer/autotests/koeventpopupmenutest.cpp
View file @
32836c04
...
...
@@ -18,8 +18,8 @@
#include "koeventpopupmenutest.h"
#include "dialog/noteeditdialog.h"
#include "koeventpopupmenu.h"
#include <IncidenceEditor
sng
/IncidenceDialog>
#include <IncidenceEditor
sng
/IncidenceAttendee>
#include <IncidenceEditor/IncidenceDialog>
#include <IncidenceEditor/IncidenceAttendee>
#include <CalendarSupport/Utils>
#include <AkonadiCore/EntityTreeModel>
#include <Akonadi/Notes/NoteUtils>
...
...
korganizer/calendarview.cpp
View file @
32836c04
...
...
@@ -51,7 +51,7 @@
#include "kocheckableproxymodel.h"
#include "akonadicollectionview.h"
#include "korganizer_debug.h"
#include <IncidenceEditor
sng
/IncidenceEditorSettings>
#include <IncidenceEditor/IncidenceEditorSettings>
#include <KHolidays/HolidayRegion>
#include "collectiongeneralpage.h"
...
...
@@ -62,10 +62,10 @@
#include <CalendarSupport/CalPrinter>
#include <CalendarSupport/CalendarSingleton>
#include <IncidenceEditor
sng
/IncidenceDefaults>
#include <IncidenceEditor
sng
/IncidenceDialog>
#include <IncidenceEditor
sng
/IncidenceDialogFactory>
#include <IncidenceEditor
sng
/IndividualMailComponentFactory>
#include <IncidenceEditor/IncidenceDefaults>
#include <IncidenceEditor/IncidenceDialog>
#include <IncidenceEditor/IncidenceDialogFactory>
#include <IncidenceEditor/IndividualMailComponentFactory>
#include <Libkdepim/PIMMessageBox>
#include <Akonadi/Calendar/FreeBusyManager>
...
...
korganizer/dialog/noteeditdialog.cpp
View file @
32836c04
...
...
@@ -35,8 +35,8 @@
#include <AkonadiWidgets/CollectionComboBox>
#include <QPushButton>
#include <IncidenceEditor
sng
/IncidenceDialogFactory>
#include <IncidenceEditor
sng
/IncidenceDialog>
#include <IncidenceEditor/IncidenceDialogFactory>
#include <IncidenceEditor/IncidenceDialog>
#include <QDialogButtonBox>
#include <QPushButton>
#include <QVBoxLayout>
...
...
korganizer/kodialogmanager.cpp
View file @
32836c04
...
...
@@ -33,9 +33,9 @@
#include <CalendarSupport/CategoryConfig>
#include <CalendarSupport/Utils>
#include <IncidenceEditor
sng
/CategoryEditDialog>
#include <IncidenceEditor
sng
/IncidenceDialog>
#include <IncidenceEditor
sng
/IncidenceDialogFactory>
#include <IncidenceEditor/CategoryEditDialog>
#include <IncidenceEditor/IncidenceDialog>
#include <IncidenceEditor/IncidenceDialogFactory>
#include <AkonadiCore/Item>
#include <AkonadiWidgets/TagManagementDialog>
...
...
korganizer/koeventpopupmenu.cpp
View file @
32836c04
...
...
@@ -46,8 +46,8 @@
#include <KMimeTypeTrader>
#include "korganizer_debug.h"
#include <IncidenceEditor
sng
/IncidenceDialogFactory>
#include <IncidenceEditor
sng
/IncidenceDialog>
#include <IncidenceEditor/IncidenceDialogFactory>
#include <IncidenceEditor/IncidenceDialog>
KOEventPopupMenu
::
KOEventPopupMenu
(
Akonadi
::
ETMCalendar
*
calendar
,
QWidget
*
parent
)
:
QMenu
(
parent
),
mCalendar
(
calendar
)
...
...
korganizer/prefs/koprefsdialog.cpp
View file @
32836c04
...
...
@@ -34,7 +34,7 @@
#include <CalendarSupport/KCalPrefs>
#include <CalendarSupport/CategoryConfig>
#include <IncidenceEditor
sng
/IncidenceEditorSettings>
#include <IncidenceEditor/IncidenceEditorSettings>
#include <Libkdepim/TagSelectionCombo>
#include <libkdepim/tagwidgets.h>
...
...
plugins/messageviewer/bodypartformatter/calendar/CMakeLists.txt
View file @
32836c04
...
...
@@ -29,7 +29,7 @@ target_link_libraries(messageviewer_bodypartformatter_text_calendar
KF5::Libkleo
)
target_link_libraries
(
messageviewer_bodypartformatter_text_calendar KF5::IncidenceEditor
sng
)
target_link_libraries
(
messageviewer_bodypartformatter_text_calendar KF5::IncidenceEditor
)
install
(
TARGETS messageviewer_bodypartformatter_text_calendar DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
)
...
...
plugins/messageviewer/bodypartformatter/calendar/syncitiphandler.h
View file @
32836c04
...
...
@@ -32,7 +32,7 @@
#ifndef SYNCITIPHANDLER_H
#define SYNCITIPHANDLER_H
#include <IncidenceEditor
sng
/GroupwareUiDelegate>
#include <IncidenceEditor/GroupwareUiDelegate>
#include <Akonadi/Calendar/ITIPHandler>
#include <QObject>
...
...
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