Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Done
-
Affects Version/s: Qt Creator 3.3.0-beta1
-
Fix Version/s: Qt Creator 3.3.0-rc1
-
Component/s: Project & Build Management
-
Labels:
-
Environment:Windows 7 64 bit
-
Commits: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
-