- Timestamp:
- May 3, 2006, 10:13:16 PM (19 years ago)
- Location:
- branches/qt_gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/qt_gui/acinclude.m4
r7521 r7527 93 93 CACHED_LDFLAGS=${LDFLAGS} 94 94 95 LDFLAGS="${LDFLAGS} ${QT_LDFLAGS}" 95 96 for _lib in $2 96 97 do … … 107 108 else 108 109 echo "------------------" 109 echo "LIBRARY $ 1 not found."110 echo "LIBRARY $2 not found.in $1" 110 111 echo "please install the $1-LIBRARY-package which can be found at $5" 111 112 echo "------------------" -
branches/qt_gui/configure.ac
r7521 r7527 579 579 # QT # 580 580 #----# 581 QT_COMMON_DIRECTORIES=/usr/include /usr/include/qt* /usr/lib/qt*/include /usr/local/qt*/include /opt/qt*/include /Developer/qt*/include 581 582 AX_CHECK_QT([${QTDIR}], [qt-mt],, [http://www.trolltech.com]) 582 583 if test x$have_qt = xno ; then
Note: See TracChangeset
for help on using the changeset viewer.