mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-21 04:16:39 +08:00
[*] Update Conan to 1.17.0, adjust to change in command line arguments
[*] Update Conan packages to up-to-date versions, add libjpeg-turbo and
packages for 64-bit MinGW
[*] Rename 03-conan.ps1 to 11-conan.ps1 so that it is installed after
Python 3 and MinGW
[*] Add license header to conan.ps1
Change-Id: Ibc451ddc54a7227eb6d3a007a20351e77a46875f
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
33 lines
534 B
Plaintext
33 lines
534 B
Plaintext
[requires]
|
|
icu/64.2@qtproject/stable
|
|
libxml2/2.9.9@qtproject/stable
|
|
libxslt/1.1.33@qtproject/stable
|
|
libjpeg-turbo/2.0.2@qtproject/stable
|
|
zlib/1.2.11@qtproject/stable
|
|
|
|
[generators]
|
|
cmake
|
|
txt
|
|
|
|
[options]
|
|
icu:shared=True
|
|
icu:data_packaging=library
|
|
|
|
libxml2:shared=True
|
|
libxml2:iconv=False
|
|
libxml2:icu=True
|
|
libxml2:zlib=False
|
|
|
|
libxslt:shared=True
|
|
|
|
libjpeg-turbo:shared=False
|
|
|
|
zlib:shared=False
|
|
|
|
[imports]
|
|
lib, icudt64.dll -> ./bin
|
|
lib, icuin64.dll -> ./bin
|
|
lib, icuuc64.dll -> ./bin
|
|
bin, libxml2-2.dll -> ./bin
|
|
bin, libxslt-1.dll -> ./bin
|