-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 2.2.0
-
None
-
Windows
-
7e626a9fca7d68932c2aced3eff54721e5384f59
When I add an external tool to Creator's menu the default values are:
Executable | Arguments |
---|---|
echo | Useful text |
Having such an example is a nice a idea but this particular one won't work on Windows. Instead, the following could be used:
Executable | Arguments |
---|---|
cmd | /c echo Useful text |