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
|
|
|
|
2022-10-29 15:51:41 +01:00
|
|
|
target_link_libraries(kdeconnect_findmyphone kdeconnectcore Qt::Core Qt::DBus)
|
2015-09-11 16:51:50 +01:00
|
|
|
|
|
|
|
|