summaryrefslogtreecommitdiffstats
path: root/src/core/gyp_run.pro
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-11-12 13:15:12 +0100
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-12-01 12:08:16 +0000
commitd03473563cbd81f9a2b8127fe9c362d2b572a6c5 (patch)
treee64fa38251cbb8a4d940ade92be286c179a7deb4 /src/core/gyp_run.pro
parent03264b58a92b7c273e51b7d32a7d6fb6ec299446 (diff)
Configure gyp for arm64
Introduces basic support for doing native arm64 builds. Change-Id: Ic03327c053a1c8197ba0610cf1364ccc93f015ff Reviewed-by: Michael BrĂ¼ning <michael.bruning@theqtcompany.com>
Diffstat (limited to 'src/core/gyp_run.pro')
-rw-r--r--src/core/gyp_run.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/gyp_run.pro b/src/core/gyp_run.pro
index def7d4698..79e1dca64 100644
--- a/src/core/gyp_run.pro
+++ b/src/core/gyp_run.pro
@@ -83,6 +83,7 @@ contains(QT_ARCH, "arm") {
contains(QT_ARCH, "x86_64"): GYP_CONFIG += target_arch=x64
contains(QT_ARCH, "i386"): GYP_CONFIG += target_arch=ia32
+contains(QT_ARCH, "arm64"): GYP_CONFIG += target_arch=arm64
contains(WEBENGINE_CONFIG, use_proprietary_codecs): GYP_CONFIG += proprietary_codecs=1 ffmpeg_branding=Chrome