summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2017-02-24 10:46:03 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2017-03-17 09:35:13 +0000
commit8aa508d2e5d39fef9dacb1494ca6fdc94d50efaa (patch)
tree41a2b50660f6917984ec9b3f00d17dd78c1c0815 /src/core
parentba644fdd92f1e1871b33af74999f8f6a7f5f6eaf (diff)
Support appstore compliancy switch from the new configure system
Change-Id: Ic7768d9b2677ed488d6af05f34942321b670671e Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Michal Klocek <michal.klocek@qt.io> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core')
-rw-r--r--src/core/config/mac_osx.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/config/mac_osx.pri b/src/core/config/mac_osx.pri
index a9f7207e1..76890a6a4 100644
--- a/src/core/config/mac_osx.pri
+++ b/src/core/config/mac_osx.pri
@@ -40,6 +40,8 @@ use?(gn) {
macos: gn_args += use_browser_spellchecker=false
}
+ use?(appstore_compliant_code): gn_args += appstore_compliant_code=true
+
} else {
GYP_CONFIG += \
qt_os=\"mac\" \