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

List:       kde-commits
Subject:    [kdelibs/frameworks] tier2/kcrash/src: KCrash CMakeLists fix: Qt5::Gui should be in LINK_PRIVATE
From:       Martin Klapetek <mklapetek () kde ! org>
Date:       2013-09-04 12:28:18
Message-ID: E1VHCC2-0000tu-2g () scm ! kde ! org
[Download RAW message or body]

Git commit c59576fe150ef465dcf69d20f04c5b48e8635db7 by Martin Klapetek.
Committed on 04/09/2013 at 12:21.
Pushed by mklapetek into branch 'frameworks'.

KCrash CMakeLists fix: Qt5::Gui should be in LINK_PRIVATE

Reviewed-by: Stephen Kelly

M  +2    -2    tier2/kcrash/src/CMakeLists.txt

http://commits.kde.org/kdelibs/c59576fe150ef465dcf69d20f04c5b48e8635db7

diff --git a/tier2/kcrash/src/CMakeLists.txt b/tier2/kcrash/src/CMakeLists.=
txt
index b04c6d3..f340acd 100644
--- a/tier2/kcrash/src/CMakeLists.txt
+++ b/tier2/kcrash/src/CMakeLists.txt
@@ -24,8 +24,8 @@ configure_file(
 add_library(KCrash ${kcrash_SRCS})
 generate_export_header(KCrash)
 =

-target_link_libraries(KCrash LINK_PUBLIC Qt5::Core Qt5::Gui)
-target_link_libraries(KCrash LINK_PRIVATE ${KCoreAddons_LIBRARIES} ${KWind=
owSystem_LIBRARIES} )
+target_link_libraries(KCrash LINK_PUBLIC Qt5::Core)
+target_link_libraries(KCrash LINK_PRIVATE ${KCoreAddons_LIBRARIES} ${KWind=
owSystem_LIBRARIES} Qt5::Gui)
 =

 =

 if(${X11_FOUND})

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

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