forked from qt-creator/qt-creator
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:
committed by
Daniel Teske
parent
97ececbbd6
commit
97d76b8cbf
@@ -394,7 +394,7 @@ void BaseQtVersion::fromMap(const QVariantMap &map)
|
||||
// we don't want to treat qtchooser as a normal qmake
|
||||
// see e.g. QTCREATORBUG-9841, also this lead to users changing what
|
||||
// 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));
|
||||
|
Reference in New Issue
Block a user