qml - qt quick 2 application deploy to android got problems -


my qt applications works desktop mode. doesn't work in android. in applications used qtquick.controls( think problem ). qtquick.controls written in qml language. these qml files doesn't included in apk package, doesn't work in android.

can 1 tell me how include system library qtquick.controls in android apk files?

qtquick.controls has been added in qt 5.1 , available desktop moment won't able use on android yet.

more info on release info of qt 5.1

qt quick controls, full library of pre-built, re-usable , customizable ui controls on top of declarative qml language take qt quick development new level, on desktop platforms. qt quick controls go multi-platform , qt 5.1 introduce first batch, controls desktop platforms native look-and-feel.

moreover, module not list of qml files deploy. written in c++ , can find source here


Comments