mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 09:43:02 +08:00
[qt5] Reduce number of skipped components.
This commit is contained in:
parent
a018ade610
commit
e4ff363f5c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user