diff options
| -rw-r--r-- | ports/qt5/CONTROL | 4 | ||||
| -rw-r--r-- | ports/qt5/portfile.cmake | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/qt5/CONTROL b/ports/qt5/CONTROL index 0b34843f1..40bde5f2a 100644 --- a/ports/qt5/CONTROL +++ b/ports/qt5/CONTROL @@ -1,4 +1,4 @@ Source: qt5 -Version: 5.7.1-1 +Version: 5.7.1-2 Description: Qt5 application framework main components. Webengine, examples and tests not included. -Build-Depends: sqlite3, libpq
\ No newline at end of file +Build-Depends: sqlite3, libpq 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 |
