2

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...

Problem is my dock icon i still showing up for my application. My questions are:

1) How do I prevent the dock icon from appearing 2) If the answer involves adding entries into the generated pfile, how do I add those to my project such that these entries are generated automatically into my pfile?

JasonGenX
  • 4,952
  • 27
  • 106
  • 198
  • I discovered that if I put LSUIElement 1 in my pfile, the dock icon will not appear, but how do I make the QT Project file generate the pfile with these entries? – JasonGenX Feb 14 '11 at 21:12

1 Answers1

2

http://developer.qt.nokia.com/faq/answer/how_do_i_add_a_custom_info.plist_to_my_mac_application_with_qmake

JasonGenX
  • 4,952
  • 27
  • 106
  • 198
  • new link: https://wiki.qt.io/Technical_FAQ#How_do_I_add_a_custom_Info.plist_to_my_Mac_application_with_qmake.3F – Wojtek Jul 07 '18 at 18:32