From 21f6ce84ecca9a4ff2aa980b21d2e5174c78d14b Mon Sep 17 00:00:00 2001 From: Zoltan Arvai Date: Thu, 15 May 2014 12:21:55 +0200 Subject: Install ICU data file to Qt on Windows ICU data file is required by Qt5WebEngineCore. Change-Id: Ifcbb1119e9dfe25b6a1bb206475176f21278c2a9 Reviewed-by: Michael Bruning --- src/core/core.pro | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/core') diff --git a/src/core/core.pro b/src/core/core.pro index 39a7763f5..67e27f3ad 100644 --- a/src/core/core.pro +++ b/src/core/core.pro @@ -38,6 +38,11 @@ macx: PLUGIN_PREFIX = win32 { PLUGIN_EXTENSION = .dll PLUGIN_PREFIX = + + icu.files = $$OUT_PWD/$$getConfigDir()/icudt46l.dat + icu.CONFIG += no_check_exist + icu.path = $$[QT_INSTALL_BINS] + INSTALLS += icu } plugins.files = $$OUT_PWD/$$getConfigDir()/$${PLUGIN_PREFIX}ffmpegsumo$${PLUGIN_EXTENSION} -- cgit v1.2.3