diff options
Diffstat (limited to 'kdeui/CMakeLists.txt')
-rw-r--r-- | kdeui/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeui/CMakeLists.txt b/kdeui/CMakeLists.txt index d0a380bfa..664906c9d 100644 --- a/kdeui/CMakeLists.txt +++ b/kdeui/CMakeLists.txt @@ -157,7 +157,7 @@ tde_add_library( ${target} SHARED AUTOMOC set( target kspell ) -configure_file( ${CMAKE_SOURCE_DIR}/cmake/modules/template_dummy_cpp.cmake dummy.cpp COPYONLY ) +configure_file( ${TDE_CMAKE_TEMPLATES}/tde_dummy_cpp.cmake dummy.cpp COPYONLY ) tde_add_library( ${target} SHARED SOURCES ${CMAKE_CURRENT_BINARY_DIR}/dummy.cpp |