aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-02-23 19:01:01 -0800
committerRobert Schumacher <roschuma@microsoft.com>2017-02-23 19:01:01 -0800
commite4ff363f5c4732235c288496e1c6798968a158ce (patch)
treefe0b684d527eabbdefe049749116910b2469d202
parenta018ade610783fcb1511c118192bb24f7fe20f4b (diff)
downloadvcpkg-e4ff363f5c4732235c288496e1c6798968a158ce.tar.gz
vcpkg-e4ff363f5c4732235c288496e1c6798968a158ce.zip
[qt5] Reduce number of skipped components.
-rw-r--r--ports/qt5/CONTROL2
-rw-r--r--ports/qt5/portfile.cmake4
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