Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 18, 2006, 10:40:35 AM (18 years ago)
Author:
bensch
Message:

trunk compiles on Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/acinclude.m4

    r7669 r7670  
    119119
    120120## Search in all IncludeDirectories for QT-includes
    121     for _include_directory in ${QT_COMMON_INCLUDE_DIRECTORIES}
    122     do
    123       if test -e ${_include_directory}/QtCore/QtCoreApplication ; then
    124         QT_INCLUDE_DIRECTORY=${_include_directory}
     121    for _qt_include_directory in ${QT_COMMON_INCLUDE_DIRECTORIES}
     122    do
     123      if test -e ${_qt_include_directory}/QtCore/QCoreApplication ; then
     124        QT_INCLUDE_DIRECTORY="${_qt_include_directory}"
    125125        break
    126126      fi
Note: See TracChangeset for help on using the changeset viewer.