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
Education
KAlgebra
Commits
1b914911
Commit
1b914911
authored
Aug 09, 2022
by
Laurent Montel
Browse files
Use not deprecated cmake variable
parent
6e6ce22b
Pipeline
#215103
passed with stage
in 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
plasmoids/calculator/CMakeLists.txt
View file @
1b914911
...
...
@@ -8,4 +8,4 @@ target_link_libraries(plasma_applet_kalgebra ${KF5::plasma} KF5::Analitza)
set
(
plugin_dir
${
KDE_INSTALL_PLUGINDIR
}
/plugins/kalgebra
)
install
(
TARGETS plasma_applet_kalgebra DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
)
install
(
FILES kalgebraplasmoid.desktop DESTINATION
${
KDE_INSTALL_KSERVICES
5
DIR
}
)
install
(
FILES kalgebraplasmoid.desktop DESTINATION
${
KDE_INSTALL_KSERVICESDIR
}
)
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