summaryrefslogtreecommitdiffstats
path: root/modules/tde_automoc.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_automoc.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_automoc.cmake')
-rw-r--r--modules/tde_automoc.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tde_automoc.cmake b/modules/tde_automoc.cmake
index 7a7c23a..0c91ca6 100644
--- a/modules/tde_automoc.cmake
+++ b/modules/tde_automoc.cmake
@@ -56,7 +56,7 @@ if( EXISTS "${_src_file}" )
endif( )
# moc-ing header
- execute_process( COMMAND ${TMOC_EXECUTABLE} ${_header_file} -o ${_moc_file} )
+ execute_process( COMMAND ${TQMOC_EXECUTABLE} ${_header_file} -o ${_moc_file} )
list( APPEND _moc_headers "${_src_header}.h" )
endforeach( _moc_file )