don't add bogus /mkspecs to QMAKE_MKSPECS
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Fri, 2 Mar 2012 16:27:33 +0000 (17:27 +0100)
committerQt by Nokia <qt-info@nokia.com>
Tue, 6 Mar 2012 20:50:25 +0000 (21:50 +0100)
commit4958c138a79f6597b635aa0ed356f0fbd8fa929c
tree0285ee751b75a3f99fbfa0535444e185228b757a
parent092a270afde4fade3dbe36fde7156e5a462a13cb
don't add bogus /mkspecs to QMAKE_MKSPECS

the project build root can of course be empty - if there is neither an
mkspecs/ nor a .qmake.cache - or no project in the first place (-query).

Change-Id: I9595b0b4ad80a9086dcd48c9ae62b3e8bd1b6f2f
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
qmake/option.cpp