mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Michael Schmitt's -lqt-mt3 patch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9648 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3a4be311e6
commit
8b7ea654e4
@ -1,3 +1,7 @@
|
||||
2005-02-17 Michael Schmitt <michael.schmitt@teststep.org>
|
||||
|
||||
* qt.m4: detect Qt Win/Free library
|
||||
|
||||
2005-02-03 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* lyxinclude.m4 (LYX_USE_PACKAGING): remove single quotes around
|
||||
|
@ -109,7 +109,7 @@ AC_DEFUN([QT_CHECK_COMPILE],
|
||||
SAVE_CXXFLAGS=$CXXFLAGS
|
||||
CXXFLAGS="$CXXFLAGS $QT_INCLUDES $QT_LDFLAGS"
|
||||
|
||||
for libname in -lqt-mt -lqt3 -lqt2 -lqt;
|
||||
for libname in -lqt-mt -lqt-mt3 -lqt3 -lqt2 -lqt;
|
||||
do
|
||||
QT_TRY_LINK($libname)
|
||||
if test -n "$qt_cv_libname"; then
|
||||
|
Loading…
Reference in New Issue
Block a user