forked from qt-creator/qt-creator
MSVC: Ensure the correct MSVC installation folder is detected
With this change, tools like Bullseye Coverage that wrap cl.exe are disregarded. Only true MSVC installation folders are considered now, which allows using Creator+Qbs with such tools again. Task-number: QBS-1000 Change-Id: Ifb49b3c032359aa4ba1bc702de0dc3d30d3b6075 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -100,7 +100,9 @@ public:
|
||||
Environment::const_iterator constFind(const QString &name) const;
|
||||
|
||||
FileName searchInPath(const QString &executable,
|
||||
const QStringList &additionalDirs = QStringList()) const;
|
||||
const QStringList &additionalDirs = QStringList(),
|
||||
bool (*func)(const QString &name) = nullptr) const;
|
||||
|
||||
QStringList path() const;
|
||||
QStringList appendExeExtensions(const QString &executable) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user