aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Traversaro <pegua1@gmail.com>2016-12-29 10:59:02 +0100
committerGitHub <noreply@github.com>2016-12-29 10:59:02 +0100
commit6741f959bb56e750c0aa871212987a0df228f8e5 (patch)
treeb2017d0fcafc40c54d9d9a9ff06f4f42cad32481
parent31daeeb7f585d0b64de78e31b4e0de8be8b5d213 (diff)
downloadvcpkg-6741f959bb56e750c0aa871212987a0df228f8e5.tar.gz
vcpkg-6741f959bb56e750c0aa871212987a0df228f8e5.zip
[qt5] Turn -no-pcre -qt-pcre
Despite Qt documentation ( http://doc.qt.io/qt-5/configure-options.html ) `-no-pcre` is not recognized as an option, while `-qt-pcre` is recognized as an option.
-rw-r--r--ports/qt5/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/qt5/portfile.cmake b/ports/qt5/portfile.cmake
index 41c103870..adcec1c8b 100644
--- a/ports/qt5/portfile.cmake
+++ b/ports/qt5/portfile.cmake
@@ -49,7 +49,7 @@ vcpkg_execute_required_process(
-qt-libjpeg
-no-libpng
-no-freetype
- -no-pcre
+ -qt-pcre
-no-harfbuzz
-system-sqlite
-nomake examples -nomake tests -skip webengine