Fix cmake warning, make link visibility explicit for kdeconnectinterfaces
This commit is contained in:
parent
cd8864fd92
commit
5aeb71873c
1 changed files with 3 additions and 1 deletions
|
@ -69,9 +69,11 @@ add_dependencies(kdeconnectinterfaces
|
|||
)
|
||||
|
||||
target_link_libraries(kdeconnectinterfaces
|
||||
${KDE4_KDEUI_LIBS}
|
||||
LINK_PUBLIC
|
||||
${QT_QTCORE_LIBRARY}
|
||||
${QT_QTDBUS_LIBRARY}
|
||||
LINK_PRIVATE
|
||||
${KDE4_KDEUI_LIBS}
|
||||
${KDE4_KDECORE_LIBS}
|
||||
${QJSON_LIBRARIES}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue