Make plain executables foreground processes.
authorMorten Sorvig <morten.sorvig@nokia.com>
Tue, 23 Aug 2011 07:23:07 +0000 (09:23 +0200)
committerRichard Moe Gustavsen <richard.gustavsen@nokia.com>
Mon, 29 Aug 2011 11:17:34 +0000 (13:17 +0200)
commit38364209a9ff422e6163686a6e5764cb39450178
tree672d7999e6ced2ccff4bcbc3138350d66f64bd64
parent12b55d9631988bbd40498c725d635febcb73beb8
Make plain executables foreground processes.

Non-bundled executables are started as background
processes which does not have a dock icon or a task
switcher entry. This is generally not what we want
for Qt gui applications so change the process type.

Change-Id: I0d29eb9b70655e95bc0b9500803fbf3955d264e4
Reviewed-on: http://codereview.qt.nokia.com/3387
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@nokia.com>
src/plugins/platforms/cocoa/cocoa.pro
src/plugins/platforms/cocoa/qcocoahelpers.h [new file with mode: 0644]
src/plugins/platforms/cocoa/qcocoahelpers.mm [new file with mode: 0644]
src/plugins/platforms/cocoa/qcocoaintegration.mm