forked from qt-creator/qt-creator
QMakeProject: Set xqmakespec in addition to qmakespec
That's a workaround for not properly parsing the qmake command line. Change-Id: I39e613b5419e8918b1120c6c2d782aab3b155021 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
committed by
Oswald Buddenhagen
parent
512aad281a
commit
51433cbd84
@@ -944,7 +944,7 @@ QtSupport::ProFileReader *Qt4Project::createProFileReader(Qt4ProFileNode *qt4Pro
|
||||
env = bc->environment();
|
||||
if (bc->qmakeStep()) {
|
||||
qmakeArgs = bc->qmakeStep()->parserArguments();
|
||||
m_qmakeGlobals->qmakespec = bc->qmakeStep()->mkspec().toString();
|
||||
m_qmakeGlobals->qmakespec = m_qmakeGlobals->xqmakespec = bc->qmakeStep()->mkspec().toString();
|
||||
} else {
|
||||
qmakeArgs = bc->configCommandLineArguments();
|
||||
}
|
||||
|
Reference in New Issue
Block a user