Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8293 in orxonox.OLD for trunk/acinclude.m4


Ignore:
Timestamp:
Jun 8, 2006, 11:11:37 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the osX-branche back here
merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/osx . -r7763:HEAD

conflicts resolved, and everything is working as expected (or at least i hope so :) )

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/acinclude.m4

    r8061 r8293  
    146146    for _lib_directory in ${QT_COMMON_LIB_DIRECTORIES}
    147147    do
    148       if test -e ${_lib_directory}/libQtCore.so || test -e ${_lib_directory}/libQtCore4.a ; then
     148      if test -e ${_lib_directory}/libQtCore.so || test -e ${_lib_directory}/libQtCore4.a || \
     149                        test -e ${_lib_directory}/QtCore.framework ; then
    149150        QT_LIB_DIRECTORY=${_lib_directory}
    150151        break
    151       fi
     152          fi
    152153    done
    153154    if test -n ${QT_LIB_DIRECTORY} ; then
     
    205206    fi
    206207
    207     echo "QT_LIBS = ${QT_LIBS}"
    208     echo "QT_CXXFLAGS = ${QT_CXXFLAGS}"
    209     echo "QT_LD_FLAGS = ${QT_LDFLAGS}"
     208    echo "QT_LIBS          = ${QT_LIBS}"
     209    echo "QT_CXXFLAGS      = ${QT_CXXFLAGS}"
     210    echo "QT_LD_FLAGS      = ${QT_LDFLAGS}"
    210211    echo "QT_BIN_DIRECTORY = ${QT_BIN_DIRECTORY}"
    211212
Note: See TracChangeset for help on using the changeset viewer.