Hi,
Is it possible to publish a commercial app based on Qt and Qt Components (Qml) for Maemo N900 in Ovi store? What are the prerequists and is there anything special to consider?
Regards,
Hi,
Is it possible to publish a commercial app based on Qt and Qt Components (Qml) for Maemo N900 in Ovi store? What are the prerequists and is there anything special to consider?
Regards,
IMO yes, but with a bit of work. Just take http://talk.maemo.org/showthread.php?t=79134 that version of qt-components and package with your app to be deployed at your local /opt/ installation. After that, fix your QML import paths to point to your local version of qt-components but only use it if community version isn't installed. Do the same for blanco theme. With this approach, you satisfies ovi requirements but also benefit of a newer version of community qt-components if available.