diff options
author | Ulf Hermann <[email protected]> | 2020-01-30 15:34:28 +0100 |
---|---|---|
committer | Ulf Hermann <[email protected]> | 2020-01-30 22:22:50 +0100 |
commit | 38e6b511e9a5215ef0e8b3217fb51b5f8fbaa62d (patch) | |
tree | c098b88ee46aa09d136e6ac28841fddbaeb50320 | |
parent | 01660fbb67c39c74b2e1eeae1e3d1b97c8886cdb (diff) |
Run qtEnsurePluginResourcesCpp() from qtquickcompiler.prf
This was missed when factoring out the resources flattening.
Fixes: QTBUG-81699
Fixes: QTBUG-81713
Change-Id: I6ee42c0b91aaa57c593b218eb52359205098e5c6
Reviewed-by: Simon Hausmann <[email protected]>
-rw-r--r-- | tools/qmlcachegen/qtquickcompiler.prf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qmlcachegen/qtquickcompiler.prf b/tools/qmlcachegen/qtquickcompiler.prf index 77906b19a6..17f1cb5a79 100644 --- a/tools/qmlcachegen/qtquickcompiler.prf +++ b/tools/qmlcachegen/qtquickcompiler.prf @@ -33,6 +33,7 @@ defineTest(qtQuickSkippedResourceFile) { # Flatten RESOURCES that may contain individual files or objects load(resources_functions) qtFlattenResources() +qtEnsurePluginResourcesCpp() NEWRESOURCES = QMLCACHE_RESOURCE_FILES = |