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

List:       kde-commits
Subject:    [kdelibs/frameworks] staging/kde4support/autotests: fix build
From:       David Faure <faure () kde ! org>
Date:       2013-08-09 11:06:41
Message-ID: E1V7kWn-0004zs-OW () scm ! kde ! org
[Download RAW message or body]

Git commit 73ef697997bc2127feb492e9ebdb4990afa0a78a by David Faure.
Committed on 09/08/2013 at 11:12.
Pushed by dfaure into branch 'frameworks'.

fix build

M  +13   -1    staging/kde4support/autotests/CMakeLists.txt

http://commits.kde.org/kdelibs/73ef697997bc2127feb492e9ebdb4990afa0a78a

diff --git a/staging/kde4support/autotests/CMakeLists.txt b/staging/kde4sup=
port/autotests/CMakeLists.txt
index 8999056..12fa24c 100644
--- a/staging/kde4support/autotests/CMakeLists.txt
+++ b/staging/kde4support/autotests/CMakeLists.txt
@@ -15,7 +15,19 @@ macro(KDE4SUPPORT_UNIT_TESTS)
   foreach(_testname ${ARGN})
     add_executable(${_testname} ${_testname}.cpp)
     add_test(kde4support-${_testname} ${_testname})
-    target_link_libraries(${_testname} KDE4Support Qt5::Test Qt5::Network =
kdecore ${KCoreAddons_LIBRARIES} KI18n kdeui KCrash KDE4Attic)
+    target_link_libraries(${_testname}
+       KDE4Support
+       Qt5::Test
+       Qt5::Network
+       kdecore
+       ${KCoreAddons_LIBRARIES}
+       KI18n
+       kdeui
+       KCrash
+       KDE4Attic
+       KIOCore
+       KIOWidgets
+    )
     ecm_mark_as_test(${_testname})
   endforeach(_testname)
 endmacro(KDE4SUPPORT_UNIT_TESTS)
[prev in list] [next in list] [prev in thread] [next in thread] 

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