mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 09:43:02 +08:00
[qt5] Further reduce regressions.
Fix issue where generated cmake points at the wrong tools folder.
This commit is contained in:
parent
8f89f41a06
commit
df4d385d3d
@ -1,4 +1,4 @@
|
||||
Source: qt5
|
||||
Version: 5.7.1-4
|
||||
Version: 5.7.1-5
|
||||
Description: Qt5 application framework main components. Webengine, examples and tests not included.
|
||||
Build-Depends: sqlite3, libpq, double-conversion
|
||||
|
@ -71,13 +71,12 @@ vcpkg_execute_required_process(
|
||||
-no-style-windowsvista
|
||||
-no-style-fusion
|
||||
-mp
|
||||
-nomake examples -nomake tests
|
||||
# Doesn't work: only -skip webengine
|
||||
-skip webengine -skip connectivity -skip declarative
|
||||
-nomake examples -nomake tests -no-compile-examples
|
||||
-skip webengine -skip declarative
|
||||
-qt-sql-sqlite -qt-sql-psql
|
||||
-prefix ${CURRENT_PACKAGES_DIR}
|
||||
-bindir ${CURRENT_PACKAGES_DIR}/bin
|
||||
-hostbindir ${CURRENT_PACKAGES_DIR}/tools
|
||||
-hostbindir ${CURRENT_PACKAGES_DIR}/tools/qt5
|
||||
-archdatadir ${CURRENT_PACKAGES_DIR}/share/qt5
|
||||
-datadir ${CURRENT_PACKAGES_DIR}/share/qt5
|
||||
-plugindir ${CURRENT_PACKAGES_DIR}/plugins
|
||||
|
Loading…
Reference in New Issue
Block a user