2009-03-29 Stefan Jahn <stefan@lkcc.org>

* configure.ac (paths): Added yet another path to look for Qt3
        header files.
This commit is contained in:
ela 2009-03-29 14:54:37 +00:00
parent 9fdfe09f71
commit 79ed312489
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-03-29 Stefan Jahn <stefan@lkcc.org>
* configure.ac (paths): Added yet another path to look for Qt3
header files.
2008-11-27 Stefan Jahn <stefan@lkcc.org>
* Makefile.am (mac-install-apps): Added post install scripts for

View File

@ -131,7 +131,7 @@ AC_MSG_CHECKING([for Qt headers])
paths="$QTDIR/include /usr/local/qt/include /usr/include/qt /usr/include/qt3 \
/usr/include /usr/X11R6/include/X11/qt /usr/X11R6/include/X11/qt \
/usr/X11R6/include/qt /usr/X11R6/include /sw/include/qt \
/usr/X11R6/include/qt2"
/usr/X11R6/include/qt2 $prefix/include/qt3"
for path in $paths; do
if test -f "$path/qapplication.h"; then
QT_INCLUDES=$path