summaryrefslogtreecommitdiffstats
path: root/tools/binarycreator
diff options
context:
space:
mode:
authorNiels Weber <niels.2.weber@nokia.com>2012-08-02 09:07:30 +0200
committerNiels Weber <niels.2.weber@nokia.com>2012-08-02 11:15:45 +0200
commit3feb0423be4a5da6412a7e860476363b9b6f3b62 (patch)
tree92a447b6dab5acaf5347f1ea0acca19b681c908b /tools/binarycreator
parent1f34398fbececa0288a8b49f358ef8bee9c3fe60 (diff)
Show a real version in the version info on Mac.
Issue: QTIFW-123 Change-Id: Ie2f5f663e394eb1c55e2ae578f4f735309e57ebc Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
Diffstat (limited to 'tools/binarycreator')
-rw-r--r--tools/binarycreator/binarycreator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binarycreator/binarycreator.cpp b/tools/binarycreator/binarycreator.cpp
index ef3bd1fb0..21ed178b7 100644
--- a/tools/binarycreator/binarycreator.cpp
+++ b/tools/binarycreator/binarycreator.cpp
@@ -162,7 +162,7 @@ Q_UNUSED(settings)
plistStream << QLatin1String(" <key>CFBundlePackageType</key>") << endl;
plistStream << QLatin1String(" <string>APPL</string>") << endl;
plistStream << QLatin1String(" <key>CFBundleGetInfoString</key>") << endl;
- plistStream << QLatin1String(" <string>Created by Qt/QMake</string>") << endl;
+ plistStream << QLatin1String(" <string>") << QLatin1String(IFW_VERSION_STRING) << ("</string>") << endl;
plistStream << QLatin1String(" <key>CFBundleSignature</key>") << endl;
plistStream << QLatin1String(" <string> ???? </string>") << endl;
plistStream << QLatin1String(" <key>CFBundleExecutable</key>") << endl;