From 95b88ad5fe21200c28744301309a8408d82758b8 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Tue, 9 May 2017 18:49:59 +0200 Subject: Document Mac App Store incompatibility The patch also removes the appstore compatibility feature from the feature summary displayed when qmake is invoked, and also makes sure not to pass the relevant compatibility argument to GN. [ChangeLog][macOS] Removed -appstore-compliant configure switch. Task-number: QTBUG-60443 Change-Id: I9c5ced0375195dd62e2416c57484d8e6021ebdd8 Reviewed-by: Michal Klocek --- mkspecs/features/configure.prf | 5 ----- 1 file changed, 5 deletions(-) (limited to 'mkspecs') diff --git a/mkspecs/features/configure.prf b/mkspecs/features/configure.prf index 0fc2beaa7..3c9d02328 100644 --- a/mkspecs/features/configure.prf +++ b/mkspecs/features/configure.prf @@ -202,11 +202,6 @@ defineTest(runConfigure) { } } osx { - use?(appstore_compliant_code) { - log(" Mac App Store Compliant ............ Enabled$${EOL}") - } else { - log(" Mac App Store Compliant ............ Not enabled (Default, enable with WEBENGINE_CONFIG+=use_appstore_compliant_code)$${EOL}") - } use?(native_spellchecker) { log("Native Spellchecker .............. Enabled$${EOL}") } else { -- cgit v1.2.3