2015-03-24 11:26:37 +00:00
|
|
|
find_package(KF5 REQUIRED COMPONENTS Notifications)
|
|
|
|
|
2013-08-13 23:03:46 +01:00
|
|
|
set(kdeconnect_battery_SRCS
|
|
|
|
batteryplugin.cpp
|
|
|
|
batterydbusinterface.cpp
|
2013-08-12 15:09:52 +01:00
|
|
|
)
|
|
|
|
|
2015-03-19 15:36:53 +00:00
|
|
|
kdeconnect_add_plugin(kdeconnect_battery JSON kdeconnect_battery.json SOURCES ${kdeconnect_battery_SRCS})
|
2013-08-13 23:03:46 +01:00
|
|
|
|
2014-09-22 08:16:17 +01:00
|
|
|
target_link_libraries(kdeconnect_battery
|
|
|
|
kdeconnectcore
|
|
|
|
Qt5::DBus
|
|
|
|
KF5::I18n
|
|
|
|
KF5::Notifications
|
|
|
|
)
|