Reduce interfaces include dirs

This commit is contained in:
Nicolas Fella 2019-06-12 22:53:52 +02:00
parent 05ac9fa0fe
commit 1f8758a3ef
5 changed files with 2 additions and 8 deletions

View file

@ -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

View file

@ -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)

View file

@ -23,7 +23,7 @@
#include <KRunner/AbstractRunner>
#include "interfaces/dbusinterfaces.h"
#include "dbusinterfaces.h"
class FindMyPhoneRunner : public Plasma::AbstractRunner
{

View file

@ -22,8 +22,6 @@
#include <QDebug>
#include "interfaces/dbusinterfaces.h"
K_EXPORT_PLASMA_RUNNER(installer, RemoteCommandsRunner)
RemoteCommandsRunner::RemoteCommandsRunner(QObject *parent, const QVariantList &args)

View file

@ -23,7 +23,7 @@
#include <KRunner/AbstractRunner>
#include "interfaces/dbusinterfaces.h"
#include "dbusinterfaces.h"
class RemoteCommandsRunner : public Plasma::AbstractRunner
{