From e4ff363f5c4732235c288496e1c6798968a158ce Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Thu, 23 Feb 2017 19:01:01 -0800 Subject: [qt5] Reduce number of skipped components. --- ports/qt5/CONTROL | 2 +- ports/qt5/portfile.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/qt5/CONTROL b/ports/qt5/CONTROL index c912dad3d..f42021c54 100644 --- a/ports/qt5/CONTROL +++ b/ports/qt5/CONTROL @@ -1,4 +1,4 @@ Source: qt5 -Version: 5.7.1-3 +Version: 5.7.1-4 Description: Qt5 application framework main components. Webengine, examples and tests not included. Build-Depends: sqlite3, libpq, double-conversion diff --git a/ports/qt5/portfile.cmake b/ports/qt5/portfile.cmake index 39a031581..33a1182d1 100644 --- a/ports/qt5/portfile.cmake +++ b/ports/qt5/portfile.cmake @@ -72,8 +72,8 @@ vcpkg_execute_required_process( -no-style-fusion -mp -nomake examples -nomake tests - -skip webengine -skip 3d -skip activeqt -skip androidextras -skip canvas3d -skip charts -skip connectivity -skip datavis3d -skip declarative - -skip graphicaleffects -skip wayland -skip webchannel -skip webview -skip translations -skip script -skip multimedia -skip purchasing + # Doesn't work: only -skip webengine + -skip webengine -skip connectivity -skip declarative -qt-sql-sqlite -qt-sql-psql -prefix ${CURRENT_PACKAGES_DIR} -bindir ${CURRENT_PACKAGES_DIR}/bin -- cgit v1.2.3