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
Multimedia
KMix
Commits
3e373718
Commit
3e373718
authored
Aug 09, 2022
by
Laurent Montel
Browse files
use not deprecated cmake variable
parent
7d0e816d
Pipeline
#215102
passed with stage
in 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
plasma/engine/CMakeLists.txt
View file @
3e373718
...
...
@@ -19,5 +19,5 @@ target_link_libraries(plasma_engine_mixer KF5::Plasma Qt::DBus)
kcoreaddons_desktop_to_json
(
plasma_engine_mixer plasma-dataengine-mixer.desktop
)
install
(
TARGETS plasma_engine_mixer DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
/plasma/dataengine
)
install
(
FILES plasma-dataengine-mixer.desktop DESTINATION
${
KDE_INSTALL_KSERVICES
5
DIR
}
)
install
(
FILES plasma-dataengine-mixer.desktop DESTINATION
${
KDE_INSTALL_KSERVICESDIR
}
)
install
(
FILES mixer.operations DESTINATION
${
PLASMA_DATA_INSTALL_DIR
}
/services
)
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