Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7670 in orxonox.OLD for trunk


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

trunk compiles on Windows

Location:
trunk
Files:
2 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
  • trunk/src/lib/gui/qt_gui/Makefile.am

    r7661 r7670  
    11MAINSRCDIR=../../..
    2 AM_CXXFLAGS=-I$(MAINSRCDIR)/
    3 AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/lang
    4 AM_CXXFLAGS+=-I$(MAINSRCDIR)/defs
     2include $(MAINSRCDIR)/defs/include_paths.am
    53
    64AM_LDFLAGS =
Note: See TracChangeset for help on using the changeset viewer.