Hii, can any 1 help me, how can I make shortcut.exe of my Qt application..please help.
Hii, can any 1 help me, how can I make shortcut.exe of my Qt application..please help.
Right click on your app exe -> "Create shortcut"![]()
If you need to deploy your app and create shortcuts on Desktop and Start Menu use installer, e.g. InnoSetup.
I just want to add a checkbox in my application,such that on checking that checkbox the my application's shortcut.exe should be started on windows startup and on unchecking the checkbox, the shortcut.exe should not start on windows startup….please help..
Refer QFile documentation, it should be straight forward
Qt Code:
To copy to clipboard, switch view to plain text mode
Also you can get the application executable name (including complete path) from argv[0], the main() function parameter
Last edited by Santosh Reddy; 3rd June 2011 at 07:09. Reason: updated contents
Ketan Shah (3rd June 2011)
Hey can you help me one more time, how can I add my application.exe on computer startup for MAC...
For Windows I had add my application's shortcut.exe to the startup folder..
But for MAC I am not getting how can I do the same...
Bookmarks