Changeset 1761
- Timestamp:
- 04/09/10 10:48:56 (2 years ago)
- Files:
-
- branches/qt_gui/site_scons/site_tools/qt4.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/qt_gui/site_scons/site_tools/qt4.py
r1728 r1761 201 201 except KeyError: pass 202 202 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') 204 204 if moc: 205 205 QTDIR = os.path.dirname(os.path.dirname(moc))
