From 04855f1697e41ed2a06e5fb07a4143da53b5065b Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 29 Sep 2020 23:43:22 +0300 Subject: [PATCH] Fix instructions for Qt build without ICU. --- docs/building-cmake.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/building-cmake.md b/docs/building-cmake.md index b17dba2eb..4921e1173 100644 --- a/docs/building-cmake.md +++ b/docs/building-cmake.md @@ -262,6 +262,7 @@ Go to ***BuildPath*** and run -qt-pcre \ -qt-xcb \ -no-gtk \ + -no-icu \ -static \ -dbus-runtime \ -openssl-linked \