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
Plasma
Bluedevil
Commits
fc66aa1e
Commit
fc66aa1e
authored
Dec 06, 2020
by
Nicolas Fella
Browse files
Remove unneeded SRCS variables
parent
40c2a1e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/applet/plugin/CMakeLists.txt
View file @
fc66aa1e
set
(
bluetoothplugin
_SRCS
add_library
(
bluetoothplugin
SHARED
devicesproxymodel.cpp
launchapp.cpp
notify.cpp
bluetoothplugin.cpp
)
add_library
(
bluetoothplugin SHARED
${
bluetoothplugin_SRCS
}
)
target_link_libraries
(
bluetoothplugin
Qt5::Core
Qt5::Qml
...
...
src/kcm/CMakeLists.txt
View file @
fc66aa1e
set
(
kcmbluetooth
_SRCS
bluetooth.cpp
)
add_library
(
kcm
_
bluetooth
MODULE
bluetooth.cpp
)
kconfig_add_kcfg_files
(
kcmbluetooth
_SRCS
GENERATE_MOC
kconfig_add_kcfg_files
(
kcm
_
bluetooth GENERATE_MOC
../settings/filereceiversettings.kcfgc
)
add_library
(
kcm_bluetooth MODULE
${
kcmbluetooth_SRCS
}
)
target_link_libraries
(
kcm_bluetooth
Qt5::Gui
Qt5::Qml
...
...
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