Hello!

Yes, documentation really misses that...

I didn't get one thing - as long as repogen creates .7z for each folder within 
package data dir, why should i manually add that list of 7z files? Repogen can 
create a file that lists which files should be downloaded instead of that 
manual scripting.

Also, workflow "1. generate repo 2. fix package.xml 3. regenerate repo 4. 
create installer" looks awkward too, steps 2 and 3 are unnecessary. Or am i 
missing something?

Иван Комиссаров

28.01.2013, в 10:39, Heimrich Karsten <karsten.heimr...@digia.com> написал(а):

> this has nothing todo with your problem, please make sure to have something 
> like this in your component script:
> 
> // constructor
> function Component()
> {
>     addDownloadable("myData.7z");
> }
> 
> or to put the <DownloadableArchives>myData.7z</DownloadableArchives> in the 
> right package.xml. Seems documentation lacks a bit of information for offline 
> installers? Tim, Niels?
> 
> http://doc-snapshot.qt-project.org/qtifw-1.2/ifw-component-description.html
> 
> -- Karsten
> 
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to