Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
In some cases as plugin developer you want to add additional files to be just copied to output folder (for example .dll files to be invoked dynamically or .pri files for WinRT components).
It is not currently possible as plugman does not support `<resource-file>` on Windows and `<source-file>` elements are not copied to output directory
To fix this I propose to add support of <resource-file> on Windows similar to <source-file> with CopyToOutputFolder = true.