summaryrefslogtreecommitdiffstats
path: root/modules/tde_uic.cmake
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-08 13:01:54 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-09 23:52:37 +0900
commit52da250770e288fc1f51669a886cf206589daefc (patch)
tree077672d52ff8ce75e19ab9a6e09e6cf0b410e294 /modules/tde_uic.cmake
parent38529b8692626697965166c34f502c4e3fe19098 (diff)
downloadtde-cmake-52da250770e288fc1f51669a886cf206589daefc.tar.gz
tde-cmake-52da250770e288fc1f51669a886cf206589daefc.zip
Use tqmoc directly instead of tmoc
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'modules/tde_uic.cmake')
-rw-r--r--modules/tde_uic.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tde_uic.cmake b/modules/tde_uic.cmake
index 7b4f50e..4a38eaa 100644
--- a/modules/tde_uic.cmake
+++ b/modules/tde_uic.cmake
@@ -70,7 +70,7 @@ if( _ui_cpp_content )
endif( TDE_FOUND AND NOT TQT_ONLY )
file( WRITE ${_ui_basename}.cpp "${_ui_cpp_content}" )
- tde_execute_process( COMMAND ${MOC_EXECUTABLE}
+ tde_execute_process( COMMAND ${TQMOC_EXECUTABLE}
${_ui_basename}.h
OUTPUT_VARIABLE _ui_h_moc_content )
file( APPEND ${_ui_basename}.cpp "${_ui_h_moc_content}" )