fix testTabBoxConfig linking by adding ${QT_QTCORE_LIBRARY} to the
target_link_libraries.
This commit is contained in:
parent
d81df32a4f
commit
ab1f0bb749
1 changed files with 1 additions and 1 deletions
|
@ -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} )
|
||||
|
|
Loading…
Reference in a new issue