Qt-interest Archive, April 2008
Mac OS X icon file
Message 1 in thread
What is the proper way to set the icon that is displayed when you
build a Qt application using qmake? Qmake creates a bundle with
executable.app and in there is a Contents/Info.plist file which has
<key>CFBundleIconFile</key> but the file also says to not change the
file which makes sense since the next qmake will just over-write it.
So how do I tell qmake to set the icon file?
--
[ signature omitted ]
Message 2 in thread
This explained it for me.
http://doc.trolltech.com/4.3/appicon.html
Brad Pepers wrote:
> What is the proper way to set the icon that is displayed when you
> build a Qt application using qmake? Qmake creates a bundle with
> executable.app and in there is a Contents/Info.plist file which has
> <key>CFBundleIconFile</key> but the file also says to not change the
> file which makes sense since the next qmake will just over-write it.
> So how do I tell qmake to set the icon file?
--
[ signature omitted ]