From 0c60254208e10a7f93f2705a9fefced8a3460754 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Sun, 12 Jan 2020 20:47:55 +0200 Subject: [PATCH] From Qt 5.3 and onwards, configure does not link Qt Core against ICU libraries anymore by default. --HG-- branch : develop --- src/app/valentina/valentina.pro | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/valentina/valentina.pro b/src/app/valentina/valentina.pro index e406b7086..3e81e183c 100644 --- a/src/app/valentina/valentina.pro +++ b/src/app/valentina/valentina.pro @@ -344,9 +344,6 @@ win32:*g++* { $$PWD/../../libs/qmuparser/LICENSE_BSD.txt \ $${OUT_PWD}/../../libs/qmuparser/$${DESTDIR}/qmuparser2.dll \ $${OUT_PWD}/../../libs/vpropertyexplorer/$${DESTDIR}/vpropertyexplorer.dll \ - $$[QT_INSTALL_BINS]/icudt*.dll \ # Different name for different Qt releases - $$[QT_INSTALL_BINS]/icuin*.dll \ # Different name for different Qt releases - $$[QT_INSTALL_BINS]/icuuc*.dll \ # Different name for different Qt releases $$[QT_INSTALL_BINS]/Qt5Core.dll \ $$[QT_INSTALL_BINS]/Qt5Concurrent.dll \ $$[QT_INSTALL_BINS]/Qt5Gui.dll \