Conan: fix names of ICU dll's which are added to qtwebkit binary package

Change-Id: I5e6357e8dc0e5ae44447bc13cfba8429b89934e7
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
This commit is contained in:
Konstantin Tokarev
2017-11-10 16:43:10 +03:00
committed by Liang Qi
parent 841cf6893a
commit c016a01b4c
2 changed files with 6 additions and 6 deletions

View File

@@ -13,8 +13,8 @@ libxml2:shared=True
libxslt:shared=True
[imports]
bin, icudt57.dll -> ./bin
bin, icuin57.dll -> ./bin
bin, icuuc57.dll -> ./bin
bin, icudt59.dll -> ./bin
bin, icuin59.dll -> ./bin
bin, icuuc59.dll -> ./bin
bin, libxml2.dll -> ./bin
bin, libxslt.dll -> ./bin

View File

@@ -13,8 +13,8 @@ libxml2:shared=True
libxslt:shared=True
[imports]
bin, icudt57.dll -> ./bin
bin, icuin57.dll -> ./bin
bin, icuuc57.dll -> ./bin
bin, icudt59.dll -> ./bin
bin, icuin59.dll -> ./bin
bin, icuuc59.dll -> ./bin
bin, libxml2.dll -> ./bin
bin, libxslt.dll -> ./bin