Changeset 1761

Show
Ignore:
Timestamp:
04/09/10 10:48:56 (2 years ago)
Author:
valerio
Message:

Modified Qt4 detection to make it work with last versions of Snow Leopard and Qt from Macports

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/qt_gui/site_scons/site_tools/qt4.py

    r1728 r1761  
    201201    except KeyError: pass 
    202202 
    203     moc = env.WhereIs('moc-qt4') or env.WhereIs('moc4') or env.WhereIs('moc') 
     203    moc = env.WhereIs('moc-qt4') or env.WhereIs('moc4') or env.WhereIs('moc') or env.WhereIs('moc-mac') 
    204204    if moc: 
    205205        QTDIR = os.path.dirname(os.path.dirname(moc))