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 7114d20..36b921f 100644 --- a/modules/tde_uic.cmake +++ b/modules/tde_uic.cmake @@ -25,8 +25,8 @@ if( EXISTS "${UI_FILE}.h" ) tde_execute_process( COMMAND ${TQT_REPLACE_SCRIPT} ${local_ui_file}.h ) endif( ) -if( TDE_QTPLUGINS_DIR ) - set( L -L ${TDE_QTPLUGINS_DIR} ) +if( TDE_TQTPLUGINS_DIR ) + set( L -L ${TDE_TQTPLUGINS_DIR} ) endif( ) tde_execute_process( COMMAND ${UIC_EXECUTABLE} |