summaryrefslogtreecommitdiffstats
path: root/tools/qmake
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2016-11-30 16:20:52 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2016-12-26 22:21:40 +0000
commita536eec3d420e7e95dc4708687e14edf683d767a (patch)
tree4a5a97d3fbab354b9c522527208be74cf87971bd /tools/qmake
parentd3dd527c3715188e2708ebcf5189076cbff9b104 (diff)
Use the app-store compliance configure option
Qtbase now has the option which we can follow. Change-Id: I25617b83af4ad8d4b5d10db52f10aab2c0efc58b Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'tools/qmake')
-rw-r--r--tools/qmake/mkspecs/features/configure.prf1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qmake/mkspecs/features/configure.prf b/tools/qmake/mkspecs/features/configure.prf
index 43a5f2757..bea1c5fdf 100644
--- a/tools/qmake/mkspecs/features/configure.prf
+++ b/tools/qmake/mkspecs/features/configure.prf
@@ -25,6 +25,7 @@ defineTest(runConfigure) {
QT_FOR_CONFIG += webengine-private
qtConfig(proprietary-codecs): WEBENGINE_CONFIG += use_proprietary_codecs
qtConfig(spellchecker): WEBENGINE_CONFIG += use_spellchecker
+ qtConfig(appstore-compliant): WEBENGINE_CONFIG += use_appstore_compliant_code
}
linux {