fix testTabBoxConfig linking by adding ${QT_QTCORE_LIBRARY} to the

target_link_libraries.
This commit is contained in:
Allen Winter 2012-08-26 18:07:48 -04:00
parent d81df32a4f
commit ab1f0bb749

View file

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