2015-09-11 16:51:50 +01:00
|
|
|
set(kdeconnect_findmyphone_SRCS
|
|
|
|
findmyphoneplugin.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
kdeconnect_add_plugin(kdeconnect_findmyphone JSON kdeconnect_findmyphone.json SOURCES ${kdeconnect_findmyphone_SRCS})
|
|
|
|
|
2019-03-11 18:05:42 +00:00
|
|
|
target_link_libraries(kdeconnect_findmyphone kdeconnectcore Qt5::Core Qt5::DBus)
|
2015-09-11 16:51:50 +01:00
|
|
|
|
|
|
|
|