From d4b0e0d02eeb46b400ac726115d840dd05c74c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Wed, 19 Oct 2022 13:04:12 +0200 Subject: qmake: Add CFBundleDevelopmentRegion to the macOS Info.plist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Aligns with what our CMake Info.plist has for macOS, what we do for both qmake and CMake on iOS, and what Xcode generates for new projects. The value is hard-coded to English instead of using $(DEVELOPMENT_LANGUAGE) as the file will be used by both the Makefile and Xcode generator, and only the latter does variable replacements for $(FOO). Task-number: QTBUG-63324 Pick-to: 6.4 Change-Id: I87e1cb14b14a9746b3603016c2ac69c252d37ff6 Reviewed-by: Jörg Bornemann --- mkspecs/macx-clang/Info.plist.app | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mkspecs/macx-clang') diff --git a/mkspecs/macx-clang/Info.plist.app b/mkspecs/macx-clang/Info.plist.app index fa592af089..9ee6a6bf0e 100644 --- a/mkspecs/macx-clang/Info.plist.app +++ b/mkspecs/macx-clang/Info.plist.app @@ -20,5 +20,7 @@ NSApplication NSSupportsAutomaticGraphicsSwitching + CFBundleDevelopmentRegion + English -- cgit v1.2.3