Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 3.5.0-rc1
-
None
-
5f3b9dd89c6739024f4f3551d4f9354bd9a3985d
Description
When using a QBS project, in project's settings the executable is correctly set by Qt Creator. However, the working directory is set once and never updated.
To reproduce:
- Create a simple QBS projet
- Starts in Debug mode
- Switch to release
- Starts in Release mode
If you go to projet's settings, you will see that the working directory is still the debug one, so you are starting the release .exe from the debug directory.
This can lead to problems when loading dlls/plugins from current directory.