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
Plasma
Plasma PulseAudio Applet
Commits
2e600c98
Commit
2e600c98
authored
Oct 22, 2020
by
Nicolas Fella
Browse files
Remove unneeded cmake variable
parent
8ff57615
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kcm/CMakeLists.txt
View file @
2e600c98
include_directories
(
${
CMAKE_BINARY_DIR
}
)
include_directories
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/..
)
file
(
GLOB QML_SRCS package/contents/ui/*.qml
)
set
(
kcm_SRCS
${
QML_SRCS
}
module.cpp
)
add_library
(
kcm_pulseaudio MODULE
${
kcm_SRCS
}
)
add_library
(
kcm_pulseaudio MODULE module.cpp
)
target_link_libraries
(
kcm_pulseaudio
Qt5::Quick
...
...
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