Details
-
Bug
-
Resolution: Done
-
P4: Low
-
Qt Creator 3.0.0-rc1
-
Windows 7 64 bit
-
3655917b9efc140fcf2f78c4d15043a8cdf73c50
Description
- Remove Creator's settings from %APPDATA%.
I assume that Creator will find a kit automatically from PATH or SDK settings. - Start Creator.
- Enable the Qbs plugin.
- Restart Creator.
- Open qtcreator.qbs from Creator's repository.
- Go to Projects mode.
The displayed build directory contains a redundant "..", e.g.:C:\Users\rob\dev\src\creator-3.0\..\qtcreator-build
- Switch the build configuration to "Release".
Same fault. - Switch the build configuration back to "Debug".
Creator now displays a decent path:C:\Users\rob\dev\src\qtcreator-build
Creator should display the clean path from the beginning.