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
40dc5bf7
Commit
40dc5bf7
authored
Aug 29, 2021
by
Andreas Cord-Landwehr
Browse files
Remove obsolete KF5 version switch
parent
4496aaff
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
40dc5bf7
...
...
@@ -183,11 +183,8 @@ install(TARGETS parley ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} )
install
(
PROGRAMS org.kde.parley.desktop DESTINATION
${
KDE_INSTALL_APPDIR
}
)
# hot new stuff config
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
()
install
(
FILES parley.knsrc parley-themes.knsrc DESTINATION
${
KDE_INSTALL_KNSRCDIR
}
)
# 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