diff options
Diffstat (limited to 'modules/tde_uic.cmake')
| -rw-r--r-- | modules/tde_uic.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/tde_uic.cmake b/modules/tde_uic.cmake index 4a38eaa..c573d5a 100644 --- a/modules/tde_uic.cmake +++ b/modules/tde_uic.cmake @@ -37,7 +37,7 @@ else( TDE_FOUND AND NOT TQT_ONLY ) endif( TDE_FOUND AND NOT TQT_ONLY ) # Generate ui .h file -tde_execute_process( COMMAND ${UIC_EXECUTABLE} +tde_execute_process( COMMAND ${TQUIC_EXECUTABLE} -nounload -tr ${TR_FUNC} ${L} ${local_ui_file} @@ -54,7 +54,7 @@ if( _ui_h_content ) endif( ) # Generate ui .cpp file -tde_execute_process( COMMAND ${UIC_EXECUTABLE} +tde_execute_process( COMMAND ${TQUIC_EXECUTABLE} -nounload -tr ${TR_FUNC} ${L} -impl ${_ui_basename}.h |
