2015-09-11 16:51:50 +01:00
|
|
|
set(kdeconnect_findmyphone_SRCS
|
|
|
|
findmyphoneplugin.cpp
|
|
|
|
)
|
|
|
|
|
2021-06-28 19:33:52 +01:00
|
|
|
kdeconnect_add_plugin(kdeconnect_findmyphone SOURCES ${kdeconnect_findmyphone_SRCS})
|
2015-09-11 16:51:50 +01:00
|
|
|
|
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
|
|
|
|
|
|
|
|