30d895d868
The moc process already rebuilds the plugin when the JSON file changes, consequently the additional parameter is not needed. Task: https://phabricator.kde.org/T14649
9 lines
230 B
CMake
9 lines
230 B
CMake
set(kdeconnect_findmyphone_SRCS
|
|
findmyphoneplugin.cpp
|
|
)
|
|
|
|
kdeconnect_add_plugin(kdeconnect_findmyphone SOURCES ${kdeconnect_findmyphone_SRCS})
|
|
|
|
target_link_libraries(kdeconnect_findmyphone kdeconnectcore Qt5::Core Qt5::DBus)
|
|
|
|
|