Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 3.5.0
-
None
-
OSX 10.9.5
-
-
8b4344f2a295db6ba0aad42148e67c62009bab79 (qt-creator/qt-creator/master)
Description
Run console app in terminal should close window after "press enter to close" on Mac
The solution:
/Applications/Qt\ Creator.app/Contents/Resources/scripts/openTerminal.command
One line of script needs to be changed
from:
mArgs=${args[@]:0}
to:
mArgs=${args[@]:0}"; exit"
Attachments
Issue Links
- replaces
-
QTCREATORBUG-19245 Terminal for "run in terminal" does not close automatically
- Closed