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
libkscreen
Commits
bb3395f4
Commit
bb3395f4
authored
Feb 10, 2021
by
Nicolas Fella
Browse files
Remove unneeded include_directories
parent
966f9a76
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
bb3395f4
include_directories
(
${
CMAKE_SOURCE_DIR
}
${
CMAKE_BINARY_DIR
}
${
CMAKE_CURRENT_BINARY_DIR
}
${
QT_INCLUDES
}
)
add_subdirectory
(
backendlauncher
)
add_subdirectory
(
doctor
)
set
(
libkscreen_SRCS
...
...
src/backendlauncher/CMakeLists.txt
View file @
bb3395f4
include_directories
(
${
CMAKE_SOURCE_DIR
}
${
CMAKE_CURRENT_BINARY_DIR
}
/..
${
CMAKE_CURRENT_SOURCE_DIR
}
/..
)
set
(
backendlauncher_SRCS
main.cpp
backendloader.cpp
...
...
src/backendlauncher/backenddbuswrapper.cpp
View file @
bb3395f4
...
...
@@ -22,9 +22,9 @@
#include "backendloader.h"
#include "kscreen_backendLauncher_debug.h"
#include "
src/
abstractbackend.h"
#include "
src/
config.h"
#include "
src/
configserializer_p.h"
#include "abstractbackend.h"
#include "config.h"
#include "configserializer_p.h"
#include <QDBusConnection>
#include <QDBusError>
...
...
src/backendlauncher/backenddbuswrapper.h
View file @
bb3395f4
...
...
@@ -23,7 +23,7 @@
#include <QObject>
#include <QTimer>
#include "
src/
types.h"
#include "types.h"
namespace
KScreen
{
...
...
src/backendlauncher/backendloader.cpp
View file @
bb3395f4
...
...
@@ -18,11 +18,11 @@
*/
#include "backendloader.h"
#include "abstractbackend.h"
#include "backenddbuswrapper.h"
#include "backendloaderadaptor.h"
#include "backendmanager_p.h"
#include "kscreen_backendLauncher_debug.h"
#include "src/abstractbackend.h"
#include "src/backendmanager_p.h"
#include <QCoreApplication>
#include <QDBusConnectionInterface>
...
...
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