Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
Parley
Commits
30168c0c
Commit
30168c0c
authored
Jul 18, 2020
by
Alexander Lohnau
💬
Browse files
Fix deprecated knsrc file location
BUG: 423903
parent
13f520ef
Changes
1
Show whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
30168c0c
...
...
@@ -183,7 +183,11 @@ install(TARGETS parley ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} )
install
(
PROGRAMS org.kde.parley.desktop DESTINATION
${
KDE_INSTALL_APPDIR
}
)
# hot new stuff config
install
(
FILES parley.knsrc parley-themes.knsrc DESTINATION
${
KDE_INSTALL_CONFDIR
}
)
if
(
KF5NewStuff_VERSION VERSION_GREATER
"5.56.0"
)
install
(
FILES parley.knsrc parley-themes.knsrc DESTINATION
${
KDE_INSTALL_KNSRCDIR
}
)
else
()
install
(
FILES parley.knsrc parley-themes.knsrc DESTINATION
${
KDE_INSTALL_CONFDIR
}
)
endif
()
# UI files - define menus and toolbars
# @todo frameworks find a definitive locations for files and then use KXMLGUI_INSTALL_DIR
...
...
Write
Preview
Supports
Markdown
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