diff --git a/tests/testcontainmentactionsplugin/CMakeLists.txt b/tests/testcontainmentactionsplugin/CMakeLists.txt index 87531409e..3ba1e6d9a 100644 --- a/tests/testcontainmentactionsplugin/CMakeLists.txt +++ b/tests/testcontainmentactionsplugin/CMakeLists.txt @@ -1,5 +1,15 @@ project(plasma-containmentactions-test) +project(plasma_testengine_dataengine) + +find_package(KDE4 REQUIRED) + +include(KDE4Defaults) + +include_directories(${CMAKE_SOURCE_DIR} + ${CMAKE_BINARY_DIR} + ${KDE4_INCLUDES}) + set(test_SRCS test.cpp )