Reduce interfaces include dirs
This commit is contained in:
parent
05ac9fa0fe
commit
1f8758a3ef
5 changed files with 2 additions and 8 deletions
|
@ -55,8 +55,6 @@ set_target_properties(kdeconnectinterfaces PROPERTIES
|
|||
|
||||
generate_export_header(kdeconnectinterfaces EXPORT_FILE_NAME ${CMAKE_CURRENT_BINARY_DIR}/kdeconnectinterfaces_export.h BASE_NAME KDEConnectInterfaces)
|
||||
|
||||
target_include_directories(kdeconnectinterfaces PUBLIC ${CMAKE_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_BINARY_DIR})
|
||||
|
||||
target_link_libraries(kdeconnectinterfaces
|
||||
LINK_PUBLIC
|
||||
Qt5::Gui
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
#include <QDebug>
|
||||
#include <KLocalizedString>
|
||||
|
||||
#include "interfaces/dbusinterfaces.h"
|
||||
|
||||
K_EXPORT_PLASMA_RUNNER(installer, FindMyPhoneRunner)
|
||||
|
||||
FindMyPhoneRunner::FindMyPhoneRunner(QObject *parent, const QVariantList &args)
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include <KRunner/AbstractRunner>
|
||||
|
||||
#include "interfaces/dbusinterfaces.h"
|
||||
#include "dbusinterfaces.h"
|
||||
|
||||
class FindMyPhoneRunner : public Plasma::AbstractRunner
|
||||
{
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
|
||||
#include <QDebug>
|
||||
|
||||
#include "interfaces/dbusinterfaces.h"
|
||||
|
||||
K_EXPORT_PLASMA_RUNNER(installer, RemoteCommandsRunner)
|
||||
|
||||
RemoteCommandsRunner::RemoteCommandsRunner(QObject *parent, const QVariantList &args)
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include <KRunner/AbstractRunner>
|
||||
|
||||
#include "interfaces/dbusinterfaces.h"
|
||||
#include "dbusinterfaces.h"
|
||||
|
||||
class RemoteCommandsRunner : public Plasma::AbstractRunner
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue