From ab1f0bb7492e4f79e9438178e1145bc06293a9e9 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Sun, 26 Aug 2012 18:07:48 -0400 Subject: [PATCH] fix testTabBoxConfig linking by adding ${QT_QTCORE_LIBRARY} to the target_link_libraries. --- tabbox/tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabbox/tests/CMakeLists.txt b/tabbox/tests/CMakeLists.txt index 83809ad83e..aef294abed 100644 --- a/tabbox/tests/CMakeLists.txt +++ b/tabbox/tests/CMakeLists.txt @@ -43,4 +43,4 @@ set( testTabBoxConfig_SRCS ) kde4_add_unit_test( testTabBoxConfig TESTNAME testTabBoxConfig ${testTabBoxConfig_SRCS} ) -target_link_libraries( testTabBoxConfig ${QT_QTTEST_LIBRARY} ) +target_link_libraries( testTabBoxConfig ${QT_QTCORE_LIBRARY} ${QT_QTTEST_LIBRARY} )