mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
add missing include directory for qt 4
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13303 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6d3939b030
commit
9a1d905662
@ -1,3 +1,7 @@
|
||||
2006-03-06 Georg Baum <Georg.Baum@post.rwth-aachen.de>
|
||||
|
||||
* qt.m4 (add QtCore include directory)
|
||||
|
||||
2006-03-06 Lars Gullik Bjønnes <larsbj@lyx.org>
|
||||
|
||||
* lyxinclude.m4: Turn exceptions on for gcc (read: don't turn them
|
||||
|
@ -447,7 +447,7 @@ AC_DEFUN([QT4_DO_IT_ALL],
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user