┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKevin Ottens <[email protected]>2011-03-21 18:11:51 +0100
committerKevin Ottens <[email protected]>2011-03-21 18:11:51 +0100
commitdfe02a06b5de4df9def4f16fa6d1829887b18247 (patch)
tree6a789b527079035699f8a935dca1aad0b464cd51 /src
parent747a86573feb65e2ffe57cdae7dedf6ad272e789 (diff)
Make it link
Diffstat (limited to 'src')
-rw-r--r--src/tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index e1f7c8bee..0556cd696 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -15,7 +15,7 @@ kde4_add_kcfg_files(dolphinsearchboxtest_SRCS
../search/dolphin_searchsettings.kcfgc
)
kde4_add_unit_test(dolphinsearchboxtest TEST ${dolphinsearchboxtest_SRCS})
-target_link_libraries(dolphinsearchboxtest ${KDE4_KIO_LIBS} ${SOPRANO_LIBRARIES} ${NEPOMUK_LIBRARIES} ${NEPOMUK_QUERY_LIBRARIES} ${QT_QTTEST_LIBRARY})
+target_link_libraries(dolphinsearchboxtest ${KDE4_KIO_LIBS} ${SOPRANO_LIBRARIES} ${NEPOMUK_LIBRARIES} ${NEPOMUK_QUERY_LIBRARIES} nepomukutils ${QT_QTTEST_LIBRARY})
# DolphinTreeView
kde4_add_unit_test(dolphintreeviewtest TEST dolphintreeviewtest.cpp)