2000-08-04 15:56:57 +00:00
|
|
|
--- plugins/qt-gui/configure.orig Tue Jul 11 18:54:28 2000
|
|
|
|
+++ plugins/qt-gui/configure Mon Jul 24 03:40:56 2000
|
|
|
|
@@ -4138,7 +4138,7 @@
|
2000-02-15 01:46:27 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
for qt_dir in $qt_library_dirs; do
|
|
|
|
- for qt_check_lib in $qt_dir/libqt.so.2; do
|
2000-04-01 05:21:42 +00:00
|
|
|
+ for qt_check_lib in $qt_dir/libqt2.so.3; do
|
2000-02-15 01:46:27 +00:00
|
|
|
if test -r $qt_check_lib; then
|
|
|
|
ac_qt_libraries=$qt_dir
|
|
|
|
break 2
|
2000-08-04 15:56:57 +00:00
|
|
|
@@ -4158,7 +4158,7 @@
|
|
|
|
have_qt_lib="no"
|
|
|
|
else
|
2000-02-15 01:46:27 +00:00
|
|
|
have_qt_lib="yes"
|
2000-08-04 15:56:57 +00:00
|
|
|
- output=`eval "strings $ac_cv_lib_qtlib/libqt.so | grep -l QCString"`
|
|
|
|
+ output=`eval "strings $ac_cv_lib_qtlib/libqt2.so | grep -l QCString"`
|
|
|
|
if test -z "$output"; then
|
|
|
|
{ echo "configure: error:
|
|
|
|
The Qt lib directory "$ac_cv_lib_qtlib"
|
|
|
|
@@ -4172,7 +4172,7 @@
|
|
|
|
Please check your installation.
|
|
|
|
|
|
|
|
Use the --with-qt-libraries option if we found the wrong Qt lib.
|
|
|
|
- " 1>&2; exit 1; }
|
|
|
|
+ " 1>&2; }
|
|
|
|
fi
|
2000-02-15 01:46:27 +00:00
|
|
|
fi
|
|
|
|
|
2000-08-04 15:56:57 +00:00
|
|
|
@@ -4226,7 +4226,7 @@
|
2000-04-01 05:21:42 +00:00
|
|
|
/usr/X11/include/qt \
|
2000-02-15 01:46:27 +00:00
|
|
|
/usr/X11/include/X11/qt \
|
|
|
|
/usr/X11R6/include \
|
2000-04-01 05:21:42 +00:00
|
|
|
- /usr/X11R6/include/qt \
|
2000-02-15 01:46:27 +00:00
|
|
|
+ /usr/X11R6/include/qt2 \
|
|
|
|
/usr/X11R6/include/X11/qt \
|
|
|
|
/usr/X11/lib/qt/include"
|
|
|
|
|
2000-08-04 15:56:57 +00:00
|
|
|
@@ -4318,7 +4318,7 @@
|
2000-04-01 05:21:42 +00:00
|
|
|
fi
|
2000-02-15 01:46:27 +00:00
|
|
|
|
2000-04-01 05:21:42 +00:00
|
|
|
# Extract the first word of "moc", so it can be a program name with args.
|
2000-02-15 01:46:27 +00:00
|
|
|
-set dummy moc; ac_word=$2
|
|
|
|
+set dummy moc2; ac_word=$2
|
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
2000-08-04 15:56:57 +00:00
|
|
|
echo "configure:4324: checking for $ac_word" >&5
|
2000-02-15 01:46:27 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_path_MOC'+set}'`\" = set"; then
|
2000-08-04 15:56:57 +00:00
|
|
|
@@ -4343,7 +4343,7 @@
|
2000-02-15 01:46:27 +00:00
|
|
|
fi
|
|
|
|
done
|
|
|
|
IFS="$ac_save_ifs"
|
|
|
|
- test -z "$ac_cv_path_MOC" && ac_cv_path_MOC="$QTDIR/bin/moc"
|
|
|
|
+ test -z "$ac_cv_path_MOC" && ac_cv_path_MOC="$QTDIR/bin/moc2"
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
fi
|