mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
[qt5] Reduce number of skipped components.
This commit is contained in:
parent
a018ade610
commit
e4ff363f5c
@ -1,4 +1,4 @@
|
|||||||
Source: qt5
|
Source: qt5
|
||||||
Version: 5.7.1-3
|
Version: 5.7.1-4
|
||||||
Description: Qt5 application framework main components. Webengine, examples and tests not included.
|
Description: Qt5 application framework main components. Webengine, examples and tests not included.
|
||||||
Build-Depends: sqlite3, libpq, double-conversion
|
Build-Depends: sqlite3, libpq, double-conversion
|
||||||
|
@ -72,8 +72,8 @@ vcpkg_execute_required_process(
|
|||||||
-no-style-fusion
|
-no-style-fusion
|
||||||
-mp
|
-mp
|
||||||
-nomake examples -nomake tests
|
-nomake examples -nomake tests
|
||||||
-skip webengine -skip 3d -skip activeqt -skip androidextras -skip canvas3d -skip charts -skip connectivity -skip datavis3d -skip declarative
|
# Doesn't work: only -skip webengine
|
||||||
-skip graphicaleffects -skip wayland -skip webchannel -skip webview -skip translations -skip script -skip multimedia -skip purchasing
|
-skip webengine -skip connectivity -skip declarative
|
||||||
-qt-sql-sqlite -qt-sql-psql
|
-qt-sql-sqlite -qt-sql-psql
|
||||||
-prefix ${CURRENT_PACKAGES_DIR}
|
-prefix ${CURRENT_PACKAGES_DIR}
|
||||||
-bindir ${CURRENT_PACKAGES_DIR}/bin
|
-bindir ${CURRENT_PACKAGES_DIR}/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user