[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdeconnect-kde] interfaces: Fix cmake warning, make link visibility explicit for kdeconnectinterfac
From:       Aleix Pol <aleixpol () kde ! org>
Date:       2014-07-01 0:17:23
Message-ID: E1X1llD-0003EC-LY () scm ! kde ! org
[Download RAW message or body]

Git commit 5aeb71873c0dba17176dea379e965bfb95299c27 by Aleix Pol.
Committed on 01/07/2014 at 00:11.
Pushed by apol into branch 'master'.

Fix cmake warning, make link visibility explicit for kdeconnectinterfaces

M  +3    -1    interfaces/CMakeLists.txt

http://commits.kde.org/kdeconnect-kde/5aeb71873c0dba17176dea379e965bfb95299=
c27

diff --git a/interfaces/CMakeLists.txt b/interfaces/CMakeLists.txt
index 3a8e9bc..174c659 100644
--- a/interfaces/CMakeLists.txt
+++ b/interfaces/CMakeLists.txt
@@ -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}
 )
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic