|
|
|
@ -244,9 +244,9 @@ AC_DEFUN([KDE_FIND_PATH],
|
|
|
|
|
|
|
|
|
|
AC_DEFUN([KDE_MOC_ERROR_MESSAGE],
|
|
|
|
|
[
|
|
|
|
|
AC_MSG_ERROR([No Qt meta object compiler (moc) found!
|
|
|
|
|
AC_MSG_ERROR([No TQt meta object compiler (tqmoc) found!
|
|
|
|
|
Please check whether you installed Qt correctly.
|
|
|
|
|
You need to have a running moc binary.
|
|
|
|
|
You need to have a running tqmoc binary.
|
|
|
|
|
configure tried to run $ac_cv_path_moc and the test didn't
|
|
|
|
|
succeed. If configure shouldn't have tried this one, set
|
|
|
|
|
the environment variable MOC to the right one before running
|
|
|
|
@ -268,8 +268,8 @@ configure.
|
|
|
|
|
|
|
|
|
|
AC_DEFUN([KDE_UIC_ERROR_MESSAGE],
|
|
|
|
|
[
|
|
|
|
|
AC_MSG_WARN([No Qt ui compiler (uic) found!
|
|
|
|
|
Please check whether you installed Qt correctly.
|
|
|
|
|
AC_MSG_WARN([No TQt ui compiler (tquic) found!
|
|
|
|
|
Please check whether you installed TQt correctly.
|
|
|
|
|
You need to have a running uic binary.
|
|
|
|
|
configure tried to run $ac_cv_path_uic and the test didn't
|
|
|
|
|
succeed. If configure shouldn't have tried this one, set
|
|
|
|
@ -334,7 +334,7 @@ AC_DEFUN([AC_PATH_QT_MOC_UIC],
|
|
|
|
|
qt_bindirs="/usr/share/qt4/bin $qt_bindirs"
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
KDE_FIND_PATH(moc, MOC, [$qt_bindirs], [KDE_MOC_ERROR_MESSAGE])
|
|
|
|
|
KDE_FIND_PATH(tqmoc, MOC, [$qt_bindirs], [KDE_MOC_ERROR_MESSAGE])
|
|
|
|
|
if test -z "$UIC_NOT_NEEDED"; then
|
|
|
|
|
if test $kde_qtver = 3; then
|
|
|
|
|
KDE_FIND_PATH(uic-tqt, UIC_PATH, [$qt_bindirs], [UIC_PATH=""])
|
|
|
|
|