On Tue, Nov 30, 2010 at 5:27 AM, Kai Koehne <kai.koe...@nokia.com> wrote:
> On 11/29/2010 8:01 PM, ext Adriano Rezende wrote:
>> Hi,
>>
>> On Wed, Nov 24, 2010 at 7:00 PM, Ville M. Vainio<vivai...@gmail.com>  wrote:
>>> Every now and again (case in points - yesterday after Tampere MeeGo
>>> meetup) this pops up in conversations - people seem to miss a .jar
>>> like archive format for QML files. Basically, this would be a zipped
>>> bunch of qml files, and perhaps c++ modules.
>>
>> I've implemented package support some time ago for QML using tar
>> format as reference.
>
> Pretty interesting! Have you incidentally looked at the WGZ standard as
> source of inspiration?
>
> http://www.w3.org/TR/widgets/

No, I created this simple standard based the old JAR packages from Sun.
My index file currently have only 5 attributes: name (package name),
main-element (relative path to the main qml file), version (package
version), author, remote-source (url for the remote package, if it
exists). Another difference is that I use tar format instead of zip.
So to create a qml package you just need to create a tarball of your
project and put the "index.info" file in the root.

Br,
Adriano

>
> Regards
>
> Kai Koehne

_______________________________________________
Qt-qml mailing list
Qt-qml@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-qml

Reply via email to