Re: [Development] Qt example files missing

2014-04-15 Thread Thiago Macieira
Em ter 15 abr 2014, às 16:58:34, James McDonnell escreveu: > Is there aŠscript or a build server or something that I could look at that > shows exactly how this is done? All build scripts are in the qtsdk repository, in the packaging-tools/ subdir. -- Thiago Macieira - thiago.macieira (AT) intel

Re: [Development] Qt example files missing

2014-04-15 Thread James McDonnell
Is there aŠscript or a build server or something that I could look at that shows exactly how this is done? - Original Message - On 14-04-15 12:38 PM, "Thiago Macieira" wrote: >Em ter 15 abr 2014, às 15:52:49, James McDonnell escreveu: >> Hi, >> >> Can anyone explain why the Qt 5.2.0 and

Re: [Development] Qt example files missing

2014-04-15 Thread Thiago Macieira
Em ter 15 abr 2014, às 15:52:49, James McDonnell escreveu: > Hi, > > Can anyone explain why the Qt 5.2.0 and 5.2.1 that I installed in Ubuntu > contain > examples/declarative/tutorials/extending/chapter6-plugins/chartsplugin.json > but the Qt that I build (make/make install) doesn't? Are the exam

[Development] Qt example files missing

2014-04-15 Thread James McDonnell
Hi, Can anyone explain why the Qt 5.2.0 and 5.2.1 that I installed in Ubuntu contain examples/declarative/tutorials/extending/chapter6-plugins/chartsplugin.json but the Qt that I build (make/make install) doesn't? Are the examples being packaged in some other way for the installers? I instal