From 3feb0423be4a5da6412a7e860476363b9b6f3b62 Mon Sep 17 00:00:00 2001 From: Niels Weber Date: Thu, 2 Aug 2012 09:07:30 +0200 Subject: Show a real version in the version info on Mac. Issue: QTIFW-123 Change-Id: Ie2f5f663e394eb1c55e2ae578f4f735309e57ebc Reviewed-by: Tim Jenssen --- tools/binarycreator/binarycreator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/binarycreator') 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(" CFBundlePackageType") << endl; plistStream << QLatin1String(" APPL") << endl; plistStream << QLatin1String(" CFBundleGetInfoString") << endl; - plistStream << QLatin1String(" Created by Qt/QMake") << endl; + plistStream << QLatin1String(" ") << QLatin1String(IFW_VERSION_STRING) << ("") << endl; plistStream << QLatin1String(" CFBundleSignature") << endl; plistStream << QLatin1String(" ???? ") << endl; plistStream << QLatin1String(" CFBundleExecutable") << endl; -- cgit v1.2.3