mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
remove unused QtXml library
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13338 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d6ceeea517
commit
128987a737
@ -1,3 +1,7 @@
|
||||
2006-03-10 Georg Baum <Georg.Baum@post.rwth-aachen.de>
|
||||
|
||||
* qt.m4: remove unused QtXml library
|
||||
|
||||
2006-03-06 Georg Baum <Georg.Baum@post.rwth-aachen.de>
|
||||
|
||||
* qt.m4: add QtCore include directory
|
||||
|
@ -367,8 +367,8 @@ AC_DEFUN([QT4_CHECK_COMPILE],
|
||||
AC_LANG_CPLUSPLUS
|
||||
SAVE_CXXFLAGS=$CXXFLAGS
|
||||
CXXFLAGS="$CXXFLAGS $QT4_INCLUDES $QT4_LDFLAGS"
|
||||
for libname in '-lQtCore -lQtGui -lQtXml -lQt3Support' \
|
||||
'-lQtCore4 -lQtGui4 -lQtXml4 -lQt3Support4'
|
||||
for libname in '-lQtCore -lQtGui -lQt3Support' \
|
||||
'-lQtCore4 -lQtGui4 -lQt3Support4'
|
||||
do
|
||||
QT4_TRY_LINK($libname)
|
||||
if test -n "$qt4_cv_libname"; then
|
||||
|
Loading…
Reference in New Issue
Block a user