Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KAlarmCal
Commits
97ce3e19
Commit
97ce3e19
authored
Aug 26, 2020
by
David Jarvie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tidy
parent
0ae8e409
Pipeline
#31847
passed with stage
in 10 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
CMakeLists.txt
CMakeLists.txt
+2
-8
No files found.
CMakeLists.txt
View file @
97ce3e19
...
...
@@ -22,10 +22,6 @@ include(FeatureSummary)
include
(
ECMQtDeclareLoggingCategory
)
set
(
KALARM_LIB_VERSION
${
PIM_VERSION
}
)
set
(
CALENDARUTILS_LIB_VERSION
"5.15.40"
)
set
(
IDENTITYMANAGER_LIB_VERSION
"5.15.40"
)
set
(
AKONADI_LIB_VERSION
"5.15.40"
)
...
...
@@ -36,13 +32,12 @@ ecm_setup_version(PROJECT VARIABLE_PREFIX KALARMCAL
)
########### Find packages ###########
find_package
(
KF5CalendarCore
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5Config
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5I18n
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5Holidays
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5I18n
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5Akonadi
${
AKONADI_LIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5CalendarCore
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5IdentityManagement
${
IDENTITYMANAGER_LIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5CalendarUtils
${
CALENDARUTILS_LIB_VERSION
}
CONFIG REQUIRED
)
...
...
@@ -93,4 +88,3 @@ ecm_qt_install_logging_categories(
feature_summary
(
WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES
)
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