Fix qtchooser resolving on fromMap

Task-number: QTCREATORBUG-9841

Change-Id: I5b41bc897fd0249887f0ab4d55383cd5c7545b22
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Orgad Shaneh
2013-08-09 15:21:19 +03:00
committed by Daniel Teske
parent 97ececbbd6
commit 97d76b8cbf

View File

@@ -394,7 +394,7 @@ void BaseQtVersion::fromMap(const QVariantMap &map)
// we don't want to treat qtchooser as a normal qmake // we don't want to treat qtchooser as a normal qmake
// see e.g. QTCREATORBUG-9841, also this lead to users changing what // see e.g. QTCREATORBUG-9841, also this lead to users changing what
// qtchooser forwards too behind our backs, which will inadvertly lead to bugs // qtchooser forwards too behind our backs, which will inadvertly lead to bugs
string = BuildableHelperLibrary::qtChooserToQmakePath(string); string = BuildableHelperLibrary::qtChooserToQmakePath(fi.symLinkTarget());
} }
ctor(FileName::fromString(string)); ctor(FileName::fromString(string));