In my .pro file
my_deployment.pkg_prerules += \
"(0x200346DE), 1, 0, 0, {\"Qt Quick components\"}"
DEPLOYMENT += my_deployment
CONFIG += qt-components
The creator generate the pkg files, there in the pkg file the
(0x200346DE), 1, 0, 0, {"Qt Quick components"}
But , when i install the application, is download the qt-components, but it's version is 1.01. That cause my application runing incorrect.
If i package the qt-components.sis(1.00) in the .sis, the user the smartinstaller down it
My application runing correct.
Is the smartinstaller will down the latest qt-components?





