mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-24 21:57:45 +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>
21 lines
332 B
Plaintext
21 lines
332 B
Plaintext
[requires]
|
|
icu/57.1@vitallium/stable
|
|
libxml2/2.9.4@vitallium/stable
|
|
libxslt/1.1.29@vitallium/stable
|
|
|
|
[generators]
|
|
cmake
|
|
txt
|
|
|
|
[options]
|
|
icu:shared=True
|
|
libxml2:shared=True
|
|
libxslt:shared=True
|
|
|
|
[imports]
|
|
bin, icudt57.dll -> ./bin
|
|
bin, icuin57.dll -> ./bin
|
|
bin, icuuc57.dll -> ./bin
|
|
bin, libxml2.dll -> ./bin
|
|
bin, libxslt.dll -> ./bin
|