diff options
author | Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> | 2015-09-02 15:28:57 +0200 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> | 2015-09-03 04:33:38 +0000 |
commit | 8a5f74ddf2cf3106cf84f9d327b9782de9155e07 (patch) | |
tree | d9dab5dd7a49724d1689c478d5bea2198785875f | |
parent | f5e18c62391f384b1ed7e21b1ee214d89321b356 (diff) | |
download | qtmultimedia-upstream.tar.gz qtmultimedia-upstream.tar.bz2 qtmultimedia-upstream.zip |
Add 'resourcepolicy' to MODULE_PLUGIN_TYPES of multimedia.pro.v5.5.90+alpha1upstream
Fix warning:
WARNING: Project ERROR: No module claims plugin type resourcepolicy
discovered when running lupdate to create the translations.
Change-Id: I9fdde3e86219164cabbfe10672899eb2984f06d2
Reviewed-by: Robin Burchell <robin.burchell@viroteck.net>
-rw-r--r-- | src/multimedia/multimedia.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/multimedia/multimedia.pro b/src/multimedia/multimedia.pro index ff47768a..3aff7594 100644 --- a/src/multimedia/multimedia.pro +++ b/src/multimedia/multimedia.pro @@ -7,7 +7,8 @@ MODULE_PLUGIN_TYPES = \ video/bufferpool \ video/gstvideorenderer \ video/videonode \ - playlistformats + playlistformats \ + resourcepolicy QMAKE_DOCS = $$PWD/doc/qtmultimedia.qdocconf |