diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2017-09-01 12:21:57 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2017-09-03 13:04:57 +0000 |
commit | d3364371411d4c9ee53d9d1d378e6bbd68946c0d (patch) | |
tree | f319de86ed113d8264f0cf4395caee0104e86882 /mkspecs | |
parent | 38f816a443a384aaaacc932de99bfdf30bcc469f (diff) | |
download | qtwebengine-d3364371411d4c9ee53d9d1d378e6bbd68946c0d.tar.gz |
Add detection for system re2
Change-Id: Ifa305045f3594f06b0ee106cd43f9d35853f8958
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'mkspecs')
-rw-r--r-- | mkspecs/features/configure.prf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/features/configure.prf b/mkspecs/features/configure.prf index 10c90e0bf..52772a562 100644 --- a/mkspecs/features/configure.prf +++ b/mkspecs/features/configure.prf @@ -34,6 +34,7 @@ defineTest(runConfigure) { qtConfig(system-opus): WEBENGINE_CONFIG += use_system_opus qtConfig(system-ffmpeg): WEBENGINE_CONFIG += use_system_ffmpeg qtConfig(system-icu): WEBENGINE_CONFIG += use_system_icu + qtConfig(system-re2): WEBENGINE_CONFIG += use_system_re2 !contains(WEBENGINE_CONFIG, use_system_libwebp): WEBENGINE_CONFIG += use_bundled_libwebp !contains(WEBENGINE_CONFIG, use_system_opus): WEBENGINE_CONFIG += use_bundled_opus !contains(WEBENGINE_CONFIG, use_system_ffmpeg): WEBENGINE_CONFIG += use_bundled_ffmpeg |