Abdelrazak Younes a écrit :
Anyway, I don't have access to svn right now (stupid firewall) so I can't make a real diff,

Obviously I can make a patch without being connected to svn server :-)

Attached.
Index: D:/msys/home/yns/src/lyx-svn/trunk/config/qt.m4
===================================================================
--- D:/msys/home/yns/src/lyx-svn/trunk/config/qt.m4     (revision 13299)
+++ D:/msys/home/yns/src/lyx-svn/trunk/config/qt.m4     (working copy)
@@ -377,7 +377,7 @@
                        AC_MSG_ERROR([Cannot compile a simple Qt 4 executable. 
Check you have the right \$QT4DIR !])
                fi
        else
-               qt4_cv_libname="$qt4_cv_libname -lQtGui -lQt3Support"
+               qt4_cv_libname="$qt4_cv_libname -lQtCore -lQtGui -lQt3Support"
                AC_MSG_RESULT([$qt4_cv_libname])
        fi
 ])
@@ -447,7 +447,7 @@
        QT4_LDFLAGS=
        if test -n "$qt4_cv_includes"; then
                QT4_INCLUDES="-I$qt4_cv_includes"
-               for i in Qt QtGui Qt3Support; do
+               for i in Qt QtCore QtGui Qt3Support; do
                        QT4_INCLUDES="$QT4_INCLUDES -I$qt4_cv_includes/$i"
                done
        fi

Reply via email to