[plugins/findmyphone] Don't link against core twice

This commit is contained in:
Nicolas Fella 2019-03-11 19:05:42 +01:00
parent f2db6351cc
commit 931a030481

View file

@ -4,6 +4,6 @@ set(kdeconnect_findmyphone_SRCS
kdeconnect_add_plugin(kdeconnect_findmyphone JSON kdeconnect_findmyphone.json SOURCES ${kdeconnect_findmyphone_SRCS})
target_link_libraries(kdeconnect_findmyphone kdeconnectcore kdeconnectcore Qt5::Core Qt5::DBus)
target_link_libraries(kdeconnect_findmyphone kdeconnectcore Qt5::Core Qt5::DBus)