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
KLettres
Commits
5c8b91cc
Commit
5c8b91cc
authored
Aug 28, 2020
by
Alexander Lohnau
💬
Browse files
Fix KNS deprecations
parent
91804a2f
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
5c8b91cc
...
...
@@ -10,7 +10,7 @@ set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_
project
(
klettres VERSION
${
RELEASE_SERVICE_VERSION
}
)
set
(
QT_MIN_VERSION
"5.11.0"
)
set
(
KF5_MIN_VERSION
"5.
46
.0"
)
set
(
KF5_MIN_VERSION
"5.
57
.0"
)
# we need some parts of the ECM CMake helpers
...
...
src/CMakeLists.txt
View file @
5c8b91cc
...
...
@@ -42,6 +42,6 @@ install(TARGETS klettres ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} )
install
(
PROGRAMS org.kde.klettres.desktop DESTINATION
${
KDE_INSTALL_APPDIR
}
)
install
(
FILES klettresui.rc DESTINATION
${
KDE_INSTALL_KXMLGUI5DIR
}
/klettres
)
install
(
FILES klettres.kcfg DESTINATION
${
KDE_INSTALL_KCFGDIR
}
)
install
(
FILES klettres.knsrc DESTINATION
${
KDE_INSTALL_
CONF
DIR
}
)
install
(
FILES klettres.knsrc DESTINATION
${
KDE_INSTALL_
KNSRC
DIR
}
)
ecm_install_icons
(
ICONS 128-apps-klettres.png 16-apps-klettres.png 22-apps-klettres.png 32-apps-klettres.png 48-apps-klettres.png 64-apps-klettres.png DESTINATION
${
KDE_INSTALL_ICONDIR
}
)
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