Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 3.3.0-beta1
-
Windows 7 64 bit
-
98946/f406a38ca75ea56fe71cec7d10dfb2746444017d
Description
- Create a new project.
- Go to Projects mode, Run settings.
- Add a Custom Executable run configuration.
The automatically set working directory is "%{buildDir}". - Try to run this.
This will fail. In "Application Output" you can read "Failed to start program. Path or permissions wrong?" - Check "Run in terminal".
- Try to run this.
This will fail. In "Application Output" you can read "Cannot change to working directory "%{buildDir}": The system cannot find the file specified." - Remove the value from the "Working directory" edit.
- Try to run this.
Now it works.
"%{buildDir}" should be expanded correctly. In Creator 3.2, this worked.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-13576 Tooltip for Custom Executable's working directory shows wrong path
- Closed