summaryrefslogtreecommitdiffstats
path: root/tqt3integration/utils
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-08 12:21:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-08 12:21:43 +0900
commit4808f8e67b4c7cd7b1bb2f03467b2f220aab814f (patch)
tree774a3c4b5d423cba83cdca81c69f3fac8605c5e8 /tqt3integration/utils
parent0e615e5c9090c5a0477865db0e687849a04aa5a2 (diff)
downloadtdebase-4808f8e67b4c7cd7b1bb2f03467b2f220aab814f.tar.gz
tdebase-4808f8e67b4c7cd7b1bb2f03467b2f220aab814f.zip
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tqt3integration/utils')
-rw-r--r--tqt3integration/utils/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tqt3integration/utils/CMakeLists.txt b/tqt3integration/utils/CMakeLists.txt
index c75567af5..a65b3108e 100644
--- a/tqt3integration/utils/CMakeLists.txt
+++ b/tqt3integration/utils/CMakeLists.txt
@@ -31,7 +31,7 @@ tde_add_executable( gen AUTOMOC
LINK tdecore-shared
)
-ADD_CUSTOM_COMMAND(
+add_custom_command(
OUTPUT
${CMAKE_CURRENT_BINARY_DIR}/tqttde_functions.cpp
${CMAKE_CURRENT_BINARY_DIR}/module_functions.cpp
@@ -44,6 +44,6 @@ ADD_CUSTOM_COMMAND(
DEPENDS gen
)
-ADD_CUSTOM_TARGET( generate_tqt3_bindings
+add_custom_target( generate_tqt3_bindings
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/tqttde_functions.cpp
)