From 0c2b18778a5c7f38bcddda0ee5ceb04da540e6d8 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Thu, 18 Jan 2018 10:31:08 +0100 Subject: Fix illegal name setup in qmlcachegen After commit c2b4c6393fee37e0c6c4a8c5d40d13120cc8a94e we must also initialize the set in order to benefit from the improved lookup on the cache side. Change-Id: I0f66f118b912ed66a281d16caea67500f9c14046 Reviewed-by: Lars Knoll --- tools/qmlcachegen/qmlcachegen.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/qmlcachegen/qmlcachegen.cpp b/tools/qmlcachegen/qmlcachegen.cpp index 844cd816bc..8d59a34a28 100644 --- a/tools/qmlcachegen/qmlcachegen.cpp +++ b/tools/qmlcachegen/qmlcachegen.cpp @@ -413,6 +413,8 @@ int main(int argc, char **argv) if (parser.isSet(outputFileOption)) outputFileName = parser.value(outputFileOption); + setupIllegalNames(); + const QString targetABI = parser.value(targetABIOption); if (inputFile.endsWith(QLatin1String(".qml"))) { -- cgit v1.2.3