This commit is contained in:
Albert Vaca 2016-07-12 12:33:57 +02:00
parent 4e8a325479
commit 0b3de33d74
2 changed files with 5 additions and 6 deletions

View file

@ -2,6 +2,10 @@
add_executable(kdeconnect-cli kdeconnect-cli.cpp)
ecm_mark_nongui_executable(kdeconnect-cli)
target_link_libraries(kdeconnect-cli kdeconnectinterfaces KF5::CoreAddons KF5::I18n)
target_link_libraries(kdeconnect-cli
kdeconnectinterfaces
KF5::CoreAddons
KF5::I18n
)
install(TARGETS kdeconnect-cli ${INSTALL_TARGETS_DEFAULT_ARGS})

View file

@ -44,11 +44,6 @@ public:
explicit Daemon(QObject *parent, bool testMode = false);
~Daemon() override;
/**
* Returns the daemon.
*
* Note this can't be called before constructing the Daemon.
*/
static Daemon* instance();
QList<Device*> devicesList() const;