Files
qt5/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.txt
Konstantin Tokarev 7dc66c9528 Updated conan to 0.16.0
* 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>
2016-11-30 15:31:52 +00:00

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