From 1cc6a9c4ce2d920f8786789cf9913db07bbb4aee Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Sat, 24 Dec 2016 15:26:58 +0100 Subject: [qt5] Explicitly avoid compiling qt dependencies that could be available in vcpkg To avoid problems such as the one described in https://github.com/Microsoft/vcpkg/issues/412 . If a particular dependency is actually needed, it can be added `-qt-` or `-system- to use the vcpkg version, see https://github.com/Microsoft/vcpkg/issues/455 . --- ports/qt5/portfile.cmake | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ports/qt5/portfile.cmake b/ports/qt5/portfile.cmake index c487d79a2..41c103870 100644 --- a/ports/qt5/portfile.cmake +++ b/ports/qt5/portfile.cmake @@ -47,6 +47,10 @@ vcpkg_execute_required_process( -debug-and-release -force-debug-info ${QT_RUNTIME_LINKAGE} -qt-zlib -qt-libjpeg + -no-libpng + -no-freetype + -no-pcre + -no-harfbuzz -system-sqlite -nomake examples -nomake tests -skip webengine -qt-sql-sqlite -qt-sql-psql -- cgit v1.2.3 From 2d9f8ff115f77a4355b304e3c9c98441606bc605 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Tue, 27 Dec 2016 14:23:20 -0800 Subject: [qt5] Bump version --- ports/qt5/CONTROL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/qt5/CONTROL b/ports/qt5/CONTROL index dd52e6a64..0b34843f1 100644 --- a/ports/qt5/CONTROL +++ b/ports/qt5/CONTROL @@ -1,4 +1,4 @@ Source: qt5 -Version: 5.7.1 +Version: 5.7.1-1 Description: Qt5 application framework main components. Webengine, examples and tests not included. Build-Depends: sqlite3, libpq \ No newline at end of file -- cgit v1.2.3