From 6741f959bb56e750c0aa871212987a0df228f8e5 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Thu, 29 Dec 2016 10:59:02 +0100 Subject: [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. --- ports/qt5/portfile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3