summaryrefslogtreecommitdiffstats
path: root/acinclude.m4.in
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-19 16:44:15 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-19 16:44:15 -0500
commit69a6474abe53412a0e0958021c0bb78d593b14aa (patch)
tree1ec0466b048d849e7e4d17a5c34c317166e14e0e /acinclude.m4.in
parent06098efaf31973c11d7dd89ae291e6844b132e1a (diff)
downloadadmin-69a6474abe53412a0e0958021c0bb78d593b14aa.tar.gz
admin-69a6474abe53412a0e0958021c0bb78d593b14aa.zip
Use tqt3 moc
Diffstat (limited to 'acinclude.m4.in')
-rw-r--r--acinclude.m4.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/acinclude.m4.in b/acinclude.m4.in
index 48a6f00..cbff165 100644
--- a/acinclude.m4.in
+++ b/acinclude.m4.in
@@ -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=""])