Remove the dock icon on OS X

This commit is contained in:
Jan Erik Hanssen 2010-11-08 13:01:55 -08:00
parent b37c420246
commit 93ea7c62dd
2 changed files with 23 additions and 0 deletions

22
specrunner/Info.plist Normal file
View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleGetInfoString</key>
<string>Created by Qt/QMake</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleExecutable</key>
<string>specrunner</string>
<key>CFBundleIdentifier</key>
<string>com.yourcompany.specrunner</string>
<key>NOTE</key>
<string>This file was generated by Qt/QMake.</string>
<key>LSUIElement</key>
<string>1</string>
</dict>
</plist>

View File

@ -2,3 +2,4 @@ TEMPLATE = app
TARGET = specrunner
SOURCES = specrunner.cpp
QT += network webkit
QMAKE_INFO_PLIST = Info.plist