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
Education
Step
Commits
f41ba1ae
Commit
f41ba1ae
authored
Aug 28, 2020
by
Alexander Lohnau
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix KNS deprecations
parent
7e7b146d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
step/CMakeLists.txt
step/CMakeLists.txt
+1
-1
No files found.
step/CMakeLists.txt
View file @
f41ba1ae
...
...
@@ -87,7 +87,7 @@ target_link_libraries(step
install
(
TARGETS step
${
KDE_INSTALL_TARGETS_DEFAULT_ARGS
}
)
install
(
FILES step.kcfg DESTINATION
${
KDE_INSTALL_KCFGDIR
}
)
install
(
FILES stepui.rc DESTINATION
${
KDE_INSTALL_KXMLGUI5DIR
}
/step
)
install
(
FILES step.knsrc DESTINATION
${
KDE_INSTALL_
CONF
DIR
}
)
install
(
FILES step.knsrc DESTINATION
${
KDE_INSTALL_
KNSRC
DIR
}
)
install
(
PROGRAMS org.kde.step.desktop DESTINATION
${
KDE_INSTALL_APPDIR
}
)
add_subdirectory
(
icons
)
...
...
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