From 6852ba815de30de1c321599d0864f0786a2d2652 Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Wed, 23 Oct 2019 16:37:22 +0200 Subject: Correct some references to corelib/tools/ to say corelib/text/ The Unicode data tables moved with QString and friends. So did the locale data generated from CLDR. This amends commit a9aa206b7b8ac4e69f8c46233b4080e00e845ff5. Change-Id: If12f0420b559dcb78993adc00e9f39751bca684a Reviewed-by: Volker Hilsheimer --- util/locale_database/qlocalexml2cpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/locale_database/qlocalexml2cpp.py') diff --git a/util/locale_database/qlocalexml2cpp.py b/util/locale_database/qlocalexml2cpp.py index a5ff7ebbf4..52e6331569 100755 --- a/util/locale_database/qlocalexml2cpp.py +++ b/util/locale_database/qlocalexml2cpp.py @@ -357,7 +357,7 @@ def main(): qtsrcdir = sys.argv[2] if not (os.path.isdir(qtsrcdir) - and all(os.path.isfile(os.path.join(qtsrcdir, 'src', 'corelib', 'tools', leaf)) + and all(os.path.isfile(os.path.join(qtsrcdir, 'src', 'corelib', 'text', leaf)) for leaf in ('qlocale_data_p.h', 'qlocale.h', 'qlocale.qdoc'))): usage() -- cgit v1.2.3