External Binary Resources and QtQuickCompiler
Unsolved
General and Desktop
-
Hi,
I have an External Binary Resource file that contains my qml files but I want to use compiled qmls instead of source files,
the only way I found to use compiled qmls is a QMake option:CONFIG += qtquickcompiler
that package up resources into my application binary but I need external one.
How can I package compiled qmls into my external resource file?Thanks.
PS: seems that the
qtquickcompiler
option is a.prf
file that usesqmlcachegen.exe
to generate the compiled cache of qmls.