From fe7d1b895de1320499694579e6402bdc603f37d9 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Tue, 13 Mar 2018 08:06:14 +0100 Subject: Compile QML files ahead of time in resources After qtbase commits defe266 and 9c42959, we can use 'builtin_resources' and 'install_qml_files' configs to get qml_module.prf to do all that for us without having to write custom qrc/copy/install rules. This allows us to unconditionally enable the Qt Quick Compiler for the resources. The rest, i.e. optionally leaving out the QML files, will be handled via the Qt deployment tools. Task-number: QTBUG-67501 Change-Id: I18f2122ff4945496921b7183c365497c37dfe3a3 Reviewed-by: Qt CI Bot Reviewed-by: Simon Hausmann Reviewed-by: Mitch Curtis --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7cd0eafe..fdee2d39 100644 --- a/.gitignore +++ b/.gitignore @@ -154,4 +154,5 @@ qt.conf *.version *.version.in *.qmlc +.qmlcache codeattributions.qdoc -- cgit v1.2.3