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
64b4fbe1
Verified
Commit
64b4fbe1
authored
Jan 03, 2022
by
Carl Schwan
🚴
Browse files
Add qqc2-desktop-style to the dependencies
Fix
#145
parent
0cbae3bf
Pipeline
#117466
passed with stage
in 5 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
64b4fbe1
...
...
@@ -44,7 +44,10 @@ ecm_setup_version(${PROJECT_VERSION}
################# Find dependencies #################
find_package
(
Qt5
${
QT_MIN_VERSION
}
REQUIRED COMPONENTS Core Gui Qml QuickControls2 Svg Location DBus
)
find_package
(
KF5
${
KF5_MIN_VERSION
}
REQUIRED COMPONENTS Kirigami2 DBusAddons I18n CalendarCore ConfigWidgets WindowSystem CoreAddons Contacts ItemModels XmlGui Notifications IconThemes Service
)
find_package
(
KF5
${
KF5_MIN_VERSION
}
REQUIRED COMPONENTS Kirigami2 DBusAddons I18n CalendarCore ConfigWidgets WindowSystem CoreAddons QQC2DesktopStyle Contacts ItemModels XmlGui Notifications IconThemes Service
)
set_package_properties
(
KF5QQC2DesktopStyle PROPERTIES
TYPE RUNTIME
)
find_package
(
KF5Akonadi
${
AKONADI_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5AkonadiContact
${
AKONADI_CONTACT_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5CalendarSupport
${
CALENDARSUPPORT_LIB_VERSION
}
CONFIG REQUIRED
)
...
...
Carl Schwan
🚴
@carlschwan
mentioned in issue
#145 (closed)
·
Jan 02, 2022
mentioned in issue
#145 (closed)
mentioned in issue #145
Toggle commit list
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