Fix cmake warning, make link visibility explicit for kdeconnectinterfaces

This commit is contained in:
Aleix Pol 2014-07-01 02:11:55 +02:00
parent cd8864fd92
commit 5aeb71873c

View file

@ -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}
)