Mac startup Help
General and Desktop
2
Posts
2
Posters
1.6k
Views
1
Watching
-
wrote on 14 Oct 2011, 06:56 last edited by
Hi,
I am making an application for Mac OS 10.6.2 using Qt 4.7.
I want to start my application on startup, how can I do this using Qt code ? -
wrote on 14 Oct 2011, 07:53 last edited by
You cannot do this in Qt code. You have to create a startup item yourself. Have a google search on LaunchAgents and LaunchDaemons for the details.
1/2