002848efa8
This is complicated by the Qt 5.6 requirement of SailfishOS, hopefully that didn't get broken by this.
9 lines
228 B
CMake
9 lines
228 B
CMake
set(kdeconnect_findmyphone_SRCS
|
|
findmyphoneplugin.cpp
|
|
)
|
|
|
|
kdeconnect_add_plugin(kdeconnect_findmyphone SOURCES ${kdeconnect_findmyphone_SRCS})
|
|
|
|
target_link_libraries(kdeconnect_findmyphone kdeconnectcore Qt::Core Qt::DBus)
|
|
|
|
|