Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7527 in orxonox.OLD


Ignore:
Timestamp:
May 3, 2006, 10:13:16 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: compiles on my machine again

Location:
branches/qt_gui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/qt_gui/acinclude.m4

    r7521 r7527  
    9393    CACHED_LDFLAGS=${LDFLAGS}
    9494
     95    LDFLAGS="${LDFLAGS} ${QT_LDFLAGS}"
    9596    for _lib in $2
    9697    do
     
    107108    else
    108109         echo "------------------"
    109          echo "LIBRARY $1 not found."
     110         echo "LIBRARY $2 not found.in $1"
    110111         echo "please install the $1-LIBRARY-package which can be found at $5"
    111112         echo "------------------"
  • branches/qt_gui/configure.ac

    r7521 r7527  
    579579# QT #
    580580#----#
     581QT_COMMON_DIRECTORIES=/usr/include /usr/include/qt* /usr/lib/qt*/include /usr/local/qt*/include /opt/qt*/include /Developer/qt*/include
    581582AX_CHECK_QT([${QTDIR}], [qt-mt],, [http://www.trolltech.com])
    582583if test x$have_qt = xno ; then
Note: See TracChangeset for help on using the changeset viewer.