diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2010-05-18 10:24:20 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2010-05-18 12:05:19 (GMT) |
commit | 69479992d8b4af73481df12e6f052269ae88ccc1 (patch) | |
tree | a3b6bc9480983c0d690aee4792296c90dfcdfba7 /tools/qml/qml.pro | |
parent | f4492bf01baae353ff63da18a9a602fb3a8058e4 (diff) | |
download | Qt-69479992d8b4af73481df12e6f052269ae88ccc1.zip Qt-69479992d8b4af73481df12e6f052269ae88ccc1.tar.gz Qt-69479992d8b4af73481df12e6f052269ae88ccc1.tar.bz2 |
Renaming "Qml Launcher" back to "QML Viewer"
Change the official name of the qml executable back to "Qt QML Viewer" -
the original name before it got renamed to "QML Runtime" and then
"QML Launcher".
Also, the new Mac OS X bundle name is "QMLViewer" (without a space to ease
command line use).
Diffstat (limited to 'tools/qml/qml.pro')
-rw-r--r-- | tools/qml/qml.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qml/qml.pro b/tools/qml/qml.pro index 6129639..886f0d9 100644 --- a/tools/qml/qml.pro +++ b/tools/qml/qml.pro @@ -37,6 +37,6 @@ symbian { } mac { QMAKE_INFO_PLIST=Info_mac.plist - TARGET="QML Launcher" + TARGET=QMLViewer ICON=qml.icns } |