Fix bug with importanting a build with an not yet existing qt.

This commit is contained in:
dt
2009-10-06 17:16:18 +02:00
parent 26aca40a92
commit ee92e82cb8
3 changed files with 6 additions and 2 deletions

View File

@@ -358,6 +358,7 @@ bool Qt4Project::restoreSettingsImpl(PersistentSettingsReader &settingsReader)
// Ensure that the qt version and tool chain in each build configuration is valid
// or if not, is reset to the default
foreach (BuildConfiguration *bc, buildConfigurations()) {
qtVersionId(bc);
toolChainType(bc);