diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2010-05-14 14:24:27 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2010-05-14 14:57:44 (GMT) |
commit | 1f5ae3138ea4c436fe04d2c882d6debac5b061b8 (patch) | |
tree | 0e20c910d37940e77182c4f774c6c0550018a6a7 | |
parent | 77e1ef8cb41f790115ff7552717e0ba4d33c3cf0 (diff) | |
download | Qt-1f5ae3138ea4c436fe04d2c882d6debac5b061b8.zip Qt-1f5ae3138ea4c436fe04d2c882d6debac5b061b8.tar.gz Qt-1f5ae3138ea4c436fe04d2c882d6debac5b061b8.tar.bz2 |
Add new logo for QML Launcher (Mac OS X)
-rw-r--r-- | tools/qml/Info_mac.plist | 2 | ||||
-rw-r--r-- | tools/qml/qml.icns | bin | 0 -> 196156 bytes | |||
-rw-r--r-- | tools/qml/qml.pro | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/tools/qml/Info_mac.plist b/tools/qml/Info_mac.plist index ce4ebe3..80ca6a3 100644 --- a/tools/qml/Info_mac.plist +++ b/tools/qml/Info_mac.plist @@ -2,6 +2,8 @@ <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> <plist version="0.1"> <dict> + <key>CFBundleIconFile</key> + <string>@ICON@</string> <key>CFBundleIdentifier</key> <string>com.nokia.qt.qml</string> <key>CFBundlePackageType</key> diff --git a/tools/qml/qml.icns b/tools/qml/qml.icns Binary files differnew file mode 100644 index 0000000..c760516 --- /dev/null +++ b/tools/qml/qml.icns diff --git a/tools/qml/qml.pro b/tools/qml/qml.pro index 847ed3a..6129639 100644 --- a/tools/qml/qml.pro +++ b/tools/qml/qml.pro @@ -38,4 +38,5 @@ symbian { mac { QMAKE_INFO_PLIST=Info_mac.plist TARGET="QML Launcher" + ICON=qml.icns } |