Use tquic directly instead of uic

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/36/head
Michele Calgaro 1 month ago
parent e45962e5cb
commit e9976e36f6
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -270,7 +270,7 @@ AC_DEFUN([KDE_UIC_ERROR_MESSAGE],
[ [
AC_MSG_WARN([No TQt ui compiler (tquic) found! AC_MSG_WARN([No TQt ui compiler (tquic) found!
Please check whether you installed TQt correctly. Please check whether you installed TQt correctly.
You need to have a running uic binary. You need to have a running tquic binary.
configure tried to run $ac_cv_path_uic and the test didn't configure tried to run $ac_cv_path_uic and the test didn't
succeed. If configure shouldn't have tried this one, set succeed. If configure shouldn't have tried this one, set
the environment variable UIC to the right one before running the environment variable UIC to the right one before running
@ -281,7 +281,7 @@ configure.
AC_DEFUN([KDE_CHECK_UIC_FLAG], AC_DEFUN([KDE_CHECK_UIC_FLAG],
[ [
AC_MSG_CHECKING([whether uic supports -$1 ]) AC_MSG_CHECKING([whether tquic supports -$1 ])
kde_cache=`echo $1 | sed 'y% .=/+-%____p_%'` kde_cache=`echo $1 | sed 'y% .=/+-%____p_%'`
AC_CACHE_VAL(kde_cv_prog_uic_$kde_cache, AC_CACHE_VAL(kde_cv_prog_uic_$kde_cache,
[ [
@ -354,7 +354,7 @@ AC_DEFUN([AC_PATH_TQT_MOC_UIC],
fi fi
fi fi
else else
UIC="echo uic not available: " UIC="echo tquic not available: "
fi fi
AC_SUBST(MOC) AC_SUBST(MOC)

@ -229,7 +229,7 @@ sub processMakefile ($)
local $allidls = ""; local $allidls = "";
local $idl_output = "";# lists all idl generated files for cleantarget local $idl_output = "";# lists all idl generated files for cleantarget
local $ui_output = "";# lists all uic generated files for cleantarget local $ui_output = "";# lists all tquic generated files for cleantarget
local $kcfg_output = "";# lists all kcfg generated files for cleantarget local $kcfg_output = "";# lists all kcfg generated files for cleantarget
local %dependmocs = (); local %dependmocs = ();

Loading…
Cancel
Save