My purpose is to create a Qt tray application without an automatically shown main window. The startup of this app, is a tray Icon with a menu.
The problem is that my dock icon is still showing up for my application.
- How do I prevent the dock icon from appearing?
- If the answer involves adding entries into the generated
pfile
, how do I add those to my project, such as that these entries are generated automatically into mypfile
?
From Qt Wiki : Technical FAQ: