Fixes: bin dir of msvc qt versions was not added to the path

The setting of msvc environments variables overwrote that. Fix that by running the script with the correct environment.
This commit is contained in:
dt
2009-03-19 18:15:33 +01:00
parent 6c0c75eb02
commit f7240bd665
7 changed files with 22 additions and 11 deletions

View File

@@ -1235,7 +1235,6 @@ void QtVersion::addToEnvironment(Environment &env)
// add libdir, includedir and bindir
// or add Mingw dirs
// or do nothing on other
}
int QtVersion::uniqueId() const