mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-21 04:16:39 +08:00
* Use --no-imports when installing packages, imports will be performed on "make install" step with new "conan imports" command. * Add txt generator to all conanfiles because it will be needed for "conan imports". Change-Id: Ie5e7ac6bfbf14dfa32ce82136b6be5e39476e393 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
23 lines
374 B
Plaintext
23 lines
374 B
Plaintext
[requires]
|
|
icu/57.1@annulen/stable
|
|
libxml2/2.9.4@annulen/stable
|
|
libxslt/1.1.29@annulen/stable
|
|
zlib/1.2.8@annulen/stable
|
|
|
|
[generators]
|
|
cmake
|
|
txt
|
|
|
|
[options]
|
|
icu:shared=True
|
|
libxml2:shared=True
|
|
libxslt:shared=True
|
|
zlib:shared=False
|
|
|
|
[imports]
|
|
lib, icudt57.dll -> ./bin
|
|
lib, icuin57.dll -> ./bin
|
|
lib, icuuc57.dll -> ./bin
|
|
bin, libxml2-2.dll -> ./bin
|
|
bin, libxslt-1.dll -> ./bin
|