Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Kalendar
Commits
12bf285c
Commit
12bf285c
authored
Sep 11, 2022
by
Claudio Cambra
Browse files
Add KIO to CMakeLists
Signed-off-by:
Claudio Cambra
<
claudio.cambra@gmail.com
>
parent
90f32d45
Pipeline
#230392
passed with stage
in 3 minutes and 24 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
12bf285c
...
...
@@ -53,13 +53,44 @@ ecm_setup_version(${PROJECT_VERSION}
)
################# Find dependencies #################
find_package
(
Qt
${
QT_MAJOR_VERSION
}
${
QT_MIN_VERSION
}
REQUIRED COMPONENTS Core Gui Qml QuickControls2 Svg DBus Test QuickTest
)
find_package
(
KF5
${
KF5_MIN_VERSION
}
REQUIRED COMPONENTS Kirigami2 DBusAddons I18n CalendarCore ConfigWidgets WindowSystem CoreAddons QQC2DesktopStyle Contacts ItemModels XmlGui IconThemes
)
find_package
(
Qt
${
QT_MAJOR_VERSION
}
${
QT_MIN_VERSION
}
REQUIRED COMPONENTS
Core
DBus
Gui
Svg
Test
Qml
QuickControls2
QuickTest
)
find_package
(
KF5
${
KF5_MIN_VERSION
}
REQUIRED COMPONENTS
CalendarCore
ConfigWidgets
Contacts
CoreAddons
DBusAddons
I18n
IconThemes
ItemModels
Kirigami2
KIO
QQC2DesktopStyle
WindowSystem
XmlGui
)
find_package
(
Gpgme REQUIRED
)
set_package_properties
(
KF5QQC2DesktopStyle PROPERTIES
TYPE RUNTIME
)
find_package
(
KF5
${
PIM_VERSION
}
REQUIRED COMPONENTS Akonadi AkonadiContact AkonadiCalendar MailCommon PimCommonAkonadi CalendarSupport EventViews
)
find_package
(
KF5
${
PIM_VERSION
}
REQUIRED COMPONENTS
Akonadi
AkonadiCalendar
AkonadiContact
CalendarSupport
EventViews
MailCommon
PimCommonAkonadi
)
option
(
USE_UNITY_CMAKE_SUPPORT
"Use UNITY cmake support (speedup compile time)"
OFF
)
...
...
flake.nix
View file @
12bf285c
...
...
@@ -49,6 +49,7 @@
libsForQt5
.
kservice
libsForQt5
.
kmime
libsForQt5
.
kpackage
libsForQt5
.
kio
libsForQt5
.
eventviews
libsForQt5
.
calendarsupport
libsForQt5
.
messagelib
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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