summaryrefslogtreecommitdiffstats
path: root/modules/tde_uic.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tde_uic.cmake')
-rw-r--r--modules/tde_uic.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/tde_uic.cmake b/modules/tde_uic.cmake
index 572781a..a00b54f 100644
--- a/modules/tde_uic.cmake
+++ b/modules/tde_uic.cmake
@@ -19,12 +19,10 @@ get_filename_component( _ui_basename ${UI_FILE} NAME_WE )
# FIXME this will working only on out-of-source mode
set( local_ui_file ${_ui_basename}.ui )
configure_file( ${UI_FILE} ${local_ui_file} COPYONLY )
-tde_execute_process( COMMAND ${TQT_REPLACE_SCRIPT} ${local_ui_file} )
# ui.h extension file, if exists
if( EXISTS "${UI_FILE}.h" )
configure_file( ${UI_FILE}.h ${local_ui_file}.h COPYONLY )
- tde_execute_process( COMMAND ${TQT_REPLACE_SCRIPT} ${local_ui_file}.h )
endif( )
if( TDE_TQTPLUGINS_DIR )