Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
2.6.0
-
None
Description
Right now it is impossible to customize the `rcc` compiler calls, e.g. it is impossible to add an additional compiler arguments, like `-no-compress --binary`, etc.
Maybe we can add an additional property to the `Qt.core` module, like:
property stringList additionalRccArgs: []
or something like that.