Use the compat link_public/link_private keywords instead.
Just removing the public/private keywords uncovers some other build errors.
This commit is contained in:
parent
ec9317e7ef
commit
5a91db4427
1 changed files with 2 additions and 0 deletions
|
@ -28,7 +28,9 @@ set(kded_kdeconnect_SRCS
|
|||
|
||||
kde4_add_library(kdeconnectcore SHARED ${kded_kdeconnect_SRCS})
|
||||
target_link_libraries(kdeconnectcore
|
||||
LINK_PUBLIC
|
||||
${KDE4_KDECORE_LIBS}
|
||||
LINK_PRIVATE
|
||||
${KDE4_KIO_LIBS}
|
||||
${QJSON_LIBRARIES}
|
||||
${QT_QTNETWORK_LIBRARY}
|
||||
|
|
Loading…
Reference in a new issue