From b64b1fa19310753212c2c688a819c8d3a0ac56bc Mon Sep 17 00:00:00 2001 From: Iikka Eklund Date: Tue, 3 Jul 2012 11:50:07 +0300 Subject: Add ICU libraries as a part of the Windows installer Updated Windows configuration so that ICU libraries will be bundled as a part of the qt5 beta msvc2010 installations, both 32bit and 64bit packages. Change-Id: Ia359be2e8ead24b7813b1df0283b026f120a0fee Reviewed-by: Friedemann Kleint Reviewed-by: Marius Storm-Olsen Reviewed-by: Jason McDonald --- release-tools/configurations/win_x86_beta | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/release-tools/configurations/win_x86_beta b/release-tools/configurations/win_x86_beta index 978a425..103345d 100644 --- a/release-tools/configurations/win_x86_beta +++ b/release-tools/configurations/win_x86_beta @@ -83,7 +83,7 @@ archive_name: qt-everywhere-opensource-src-5.0.0.7z [qt.sdk.desktop] [qt.sdk.desktop.500_beta.msvc2010_64] -archives: desktop.500_beta.msvc2010_64 +archives: desktop.500_beta.msvc2010_64, icu_49.win_64 target_install_base: /Desktop/Qt/5.0.0-beta/msvc2010_64 version: 5.0.0 version_tag: %QT_VERSION% @@ -94,9 +94,15 @@ package_strip_dirs: 1 target_install_dir: / rpath_target: archive_name: msvc2010_64_all.7z +[icu_49.win_64] +archive_uri: http://origin.releases.qt-project.org/prebuilt/icu_49_win_64.7z +package_strip_dirs: 0 +target_install_dir: /bin +rpath_target: +archive_name: icu_49_win_64.7z [qt.sdk.desktop.500_beta.msvc2010] -archives: desktop.500_beta.msvc2010 +archives: desktop.500_beta.msvc2010, icu_49.win_32 target_install_base: /Desktop/Qt/5.0.0-beta/msvc2010 version: 5.0.0 version_tag: %QT_VERSION% @@ -107,4 +113,10 @@ package_strip_dirs: 1 target_install_dir: / rpath_target: archive_name: msvc2010_all.7z +[icu_49.win_32] +archive_uri: http://origin.releases.qt-project.org/prebuilt/icu_49_win_32.7z +package_strip_dirs: 0 +target_install_dir: /bin +rpath_target: +archive_name: icu_49_win_32.7z -- cgit v1.2.3