summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kate/part/CMakeLists.txt2
-rw-r--r--kdeui/CMakeLists.txt2
-rw-r--r--khtml/java/dummy/CMakeLists.txt2
-rw-r--r--kio/CMakeLists.txt2
4 files changed, 4 insertions, 4 deletions
diff --git a/kate/part/CMakeLists.txt b/kate/part/CMakeLists.txt
index 31720988a..8841ba63c 100644
--- a/kate/part/CMakeLists.txt
+++ b/kate/part/CMakeLists.txt
@@ -66,7 +66,7 @@ tde_add_library( ${target} STATIC_PIC AUTOMOC
set( target libkatepart )
-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_kpart( ${target}
SOURCES dummy.cpp
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
diff --git a/khtml/java/dummy/CMakeLists.txt b/khtml/java/dummy/CMakeLists.txt
index 5828f4b83..0023a6b69 100644
--- a/khtml/java/dummy/CMakeLists.txt
+++ b/khtml/java/dummy/CMakeLists.txt
@@ -20,7 +20,7 @@ link_directories(
##### kjava #####################################
-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( kjava SHARED
SOURCES dummy.cpp
diff --git a/kio/CMakeLists.txt b/kio/CMakeLists.txt
index d4dc7df48..e71107f46 100644
--- a/kio/CMakeLists.txt
+++ b/kio/CMakeLists.txt
@@ -60,7 +60,7 @@ install( FILES data.protocol DESTINATION ${SERVICES_INSTALL_DIR} )
set( target kio )
-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