Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2014-07-17 16:57:04 +0400
committerKlaas Freitag <freitag@owncloud.com>2014-07-24 12:07:46 +0400
commitf84e0010eea5854b7fd94965a3a2e3fa8fd9561e (patch)
tree58d94c9c7844b424b7f9a31a3280658216facf11
parentc97f46d403b83aa56c460e3f7b8aeb769c0a63f4 (diff)
NSIS: ICU rebumped to 5.3 as per build service changev1.6.2-rc2
-rw-r--r--cmake/modules/NSIS.template.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index 923b2b352..5b92ee106 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -414,9 +414,9 @@ Section "${APPLICATION_NAME}" SEC_APPLICATION
;Qt deps
File "${MING_BIN}\libpng16-16.dll"
- File "${MING_BIN}\icudata51.dll"
- File "${MING_BIN}\icui18n51.dll"
- File "${MING_BIN}\icuuc51.dll"
+ File "${MING_BIN}\icudata53.dll"
+ File "${MING_BIN}\icui18n53.dll"
+ File "${MING_BIN}\icuuc53.dll"
File "${MING_BIN}\libEGL.dll"
File "${MING_BIN}\libGLESv2.dll"
File "${MING_BIN}\libjpeg-8.dll"