mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
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:
parent
9fdfe09f71
commit
79ed312489
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user