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
KAlarm
Commits
7cdee8df
Commit
7cdee8df
authored
Oct 26, 2020
by
Laurent Montel
Browse files
Fix generate pri file
parent
fbf99bee
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
7cdee8df
...
...
@@ -88,5 +88,5 @@ install(FILES
)
ecm_generate_pri_file
(
BASE_NAME KAlarmCal LIB_NAME KF5AlarmCalendar DEPS
"Holidays IdentityManagement CoreAddons CalendarCore AkonadiCore"
FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR
${
KDE_INSTALL_INCLUDEDIR_KF5
}
/KAlarmCal/
)
ecm_generate_pri_file
(
BASE_NAME KAlarmCal LIB_NAME KF5AlarmCalendar DEPS
"
K
Holidays
K
IdentityManagement
K
CoreAddons
K
CalendarCore AkonadiCore"
FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR
${
KDE_INSTALL_INCLUDEDIR_KF5
}
/KAlarmCal/
)
install
(
FILES
${
PRI_FILENAME
}
DESTINATION
${
ECM_MKSPECS_INSTALL_DIR
}
)
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