|
|
|
@ -348,7 +348,7 @@ def generate(env):
|
|
|
|
|
|
|
|
|
|
## ui file processing
|
|
|
|
|
def uic_processing(target, source, env):
|
|
|
|
|
inc_kde ='#include <klocale.h>\n#include <kdialog.h>\n'
|
|
|
|
|
inc_kde ='#include <tdelocale.h>\n#include <kdialog.h>\n'
|
|
|
|
|
inc_moc ='#include "%s"\n' % target[2].name
|
|
|
|
|
comp_h ='$QT_UIC -L $QTPLUGINS -nounload -o %s %s' % (target[0].path, source[0].path)
|
|
|
|
|
comp_c ='$QT_UIC -L $QTPLUGINS -nounload -tr tr2i18n -impl %s %s' % (target[0].path, source[0].path)
|
|
|
|
|