diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-08 13:01:54 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-09 23:52:37 +0900 |
commit | 52da250770e288fc1f51669a886cf206589daefc (patch) | |
tree | 077672d52ff8ce75e19ab9a6e09e6cf0b410e294 /modules/tde_automoc.cmake | |
parent | 38529b8692626697965166c34f502c4e3fe19098 (diff) | |
download | tde-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.cmake | 2 |
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 ) |