diff --git a/project/tests/CMakeLists.txt b/project/tests/CMakeLists.txt index 3ded83ca93..f4d12b0174 100644 --- a/project/tests/CMakeLists.txt +++ b/project/tests/CMakeLists.txt @@ -1,19 +1,19 @@ # The executables go into the tests dir set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} ) # also needed for the plugin, so the plugincontrollertest knows the binary dir #add_definitions( -DBUILD_DIR="\\"${KDevPlatform_BINARY_DIR}\\"" ) include_directories( ${KDevPlatform_SOURCE_DIR} ${KDevPlatform_SOURCE_DIR}/interfaces ${KDevPlatform_SOURCE_DIR}/project ) set( projectmodeltest_SRCS projectmodeltest.cpp dummyproject.cpp ${CMAKE_SOURCE_DIR}/tests/modeltest.cpp ) kde4_add_unit_test(projectmodeltest ${projectmodeltest_SRCS}) -target_link_libraries(projectmodeltest ${QT_QTTEST_LIBRARY} kdevplatforminterfaces kdevplatformproject ) +target_link_libraries(projectmodeltest ${QT_QTTEST_LIBRARY} kdevplatforminterfaces kdevplatformproject kdevplatformlanguage) set( projectmodelperformancetest_SRCS projectmodelperformancetest.cpp ) kde4_add_executable(projectmodelperformancetest ${projectmodelperformancetest_SRCS}) target_link_libraries(projectmodelperformancetest ${QT_QTTEST_LIBRARY} ${QT_QTGUI_LIBRARY} kdevplatforminterfaces kdevplatformproject )