From a536eec3d420e7e95dc4708687e14edf683d767a Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Wed, 30 Nov 2016 16:20:52 +0100 Subject: Use the app-store compliance configure option Qtbase now has the option which we can follow. Change-Id: I25617b83af4ad8d4b5d10db52f10aab2c0efc58b Reviewed-by: Jake Petroules --- tools/qmake/mkspecs/features/configure.prf | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') 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 { -- cgit v1.2.3