mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
Michael Schmitt's -lqt-mt3 patch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9649 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
fe4cbc1dc5
commit
7cd5ed9c12
@ -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>
|
||||
|
||||
* relyx_configure.in:
|
||||
|
@ -109,7 +109,7 @@ AC_DEFUN([QT_CHECK_COMPILE],
|
||||
SAVE_CXXFLAGS=$CXXFLAGS
|
||||
CXXFLAGS="$CXXFLAGS $QT_INCLUDES $QT_LDFLAGS"
|
||||
|
||||
for libname in -lqt3 -lqt2 -lqt -lqt-mt;
|
||||
for libname in -lqt3 -lqt2 -lqt -lqt-mt -lqt-mt3;
|
||||
do
|
||||
QT_TRY_LINK($libname)
|
||||
if test -n "$qt_cv_libname"; then
|
||||
|
Loading…
Reference in New Issue
Block a user