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
KScreen
Commits
339d3caa
Commit
339d3caa
authored
Feb 10, 2021
by
Nicolas Fella
Browse files
Remove unneeded include_directories
parent
b902a0b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
kded/CMakeLists.txt
View file @
339d3caa
add_definitions
(
-DTRANSLATION_DOMAIN=\"kscreen\"
)
include_directories
(
${
CMAKE_CURRENT_BINARY_DIR
}
/../
)
set
(
kscreen_daemon_SRCS
daemon.cpp
config.cpp
...
...
kded/device.cpp
View file @
339d3caa
...
...
@@ -18,7 +18,7 @@
*************************************************************************************/
#include
"device.h"
#include
"
kded/
freedesktop_interface.h"
#include
"freedesktop_interface.h"
#include
"kscreen_daemon_debug.h"
Device
*
Device
::
m_instance
=
nullptr
;
...
...
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