forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.5'
Conflicts: qbs/modules/qtc/qtc.qbs qtcreator.pri Change-Id: Ic1ab71d0d40fa6c90e337c8ee9d9558e8f103eaa
This commit is contained in:
@@ -668,7 +668,8 @@ QtSupport::ProFileReader *QmakeProject::createProFileReader(const QmakeProFile *
|
||||
} else {
|
||||
// Set up a better default environment without using a build configuration:
|
||||
QmakeBuildConfiguration::setupBuildEnvironment(k, env);
|
||||
k->addToEnvironment(env);
|
||||
if (k)
|
||||
k->addToEnvironment(env);
|
||||
}
|
||||
|
||||
QtSupport::BaseQtVersion *qtVersion = QtSupport::QtKitInformation::qtVersion(k);
|
||||
|
||||
Reference in New Issue
Block a user