mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-31 05:03:22 +08:00
[qt5] Explicitly avoid compiling qt dependencies that could be available in vcpkg
To avoid problems such as the one described in https://github.com/Microsoft/vcpkg/issues/412 . If a particular dependency is actually needed, it can be added `-qt-<dep>` or `-system-<dep> to use the vcpkg version, see https://github.com/Microsoft/vcpkg/issues/455 .
This commit is contained in:
parent
d3f477b351
commit
1cc6a9c4ce
@ -47,6 +47,10 @@ vcpkg_execute_required_process(
|
||||
-debug-and-release -force-debug-info ${QT_RUNTIME_LINKAGE}
|
||||
-qt-zlib
|
||||
-qt-libjpeg
|
||||
-no-libpng
|
||||
-no-freetype
|
||||
-no-pcre
|
||||
-no-harfbuzz
|
||||
-system-sqlite
|
||||
-nomake examples -nomake tests -skip webengine
|
||||
-qt-sql-sqlite -qt-sql-psql
|
||||
|
Loading…
x
Reference in New Issue
Block a user