summaryrefslogtreecommitdiffstats
path: root/kaboodle
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-10-14 01:31:31 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-10-14 01:31:31 +0200
commitd02884d8409920e56c55f59a39651097b0932230 (patch)
treeb7687db1009577f2d7f47d97b61e96f32dcc59a5 /kaboodle
parent70b8235e5b33624c827ce175257401ee6267702f (diff)
downloadtdemultimedia-d02884d8409920e56c55f59a39651097b0932230.tar.gz
tdemultimedia-d02884d8409920e56c55f59a39651097b0932230.zip
Use TDE dummy.cpp file for consistency with other packages.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kaboodle')
-rw-r--r--kaboodle/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kaboodle/CMakeLists.txt b/kaboodle/CMakeLists.txt
index 85cb017b..15680177 100644
--- a/kaboodle/CMakeLists.txt
+++ b/kaboodle/CMakeLists.txt
@@ -53,7 +53,7 @@ tde_add_kpart( libkaboodlepart AUTOMOC
DESTINATION ${PLUGIN_INSTALL_DIR}
)
-file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/dummy.cpp "" )
+configure_file( ${TDE_CMAKE_TEMPLATES}/tde_dummy_cpp.cmake dummy.cpp COPYONLY )
##### kaboodle (executable) #####################