Re: [Development] Examples packaging

2012-11-22 Thread Sze Howe Koh
On Nov 22, 2012 11:39 PM, "Alan Alpert" <4163654...@gmail.com> wrote: > On the new features category, we had discussed a bit the next > generation QtDemo in Brisbane. What would be really cool for the QML > demos at least would be to have an editable code pane next to the > running example in the l

Re: [Development] Examples packaging

2012-11-22 Thread Alan Alpert
On Thu, Nov 22, 2012 at 7:04 AM, Charley Bay wrote: > Maurice spaketh: >> >> >, >> >> > My question is, what are the benefits compared to picking the example >> > source code from the source package directly. Does anybody really want to >> > have prebuilt binaries in the examples directory? Curren

Re: [Development] Examples packaging

2012-11-22 Thread Charley Bay
Maurice spaketh: > >, > > My question is, what are the benefits compared to picking the example > source code from the source package directly. Does anybody really want to > have prebuilt binaries in the examples directory? Current assumption is > that you go through the list via Qt Creator and bu

Re: [Development] Examples packaging

2012-11-22 Thread Alan Alpert
On Thu, Nov 22, 2012 at 1:52 AM, Kalinowski Maurice wrote: > Hi, > > We are currently going through the examples for the final Qt 5 packages and > as mentioned before, there are some differences compared to Qt 4 packaging. > > Most prominently, examples are packaged via make install and then take

[Development] Examples packaging

2012-11-22 Thread Kalinowski Maurice
Hi, We are currently going through the examples for the final Qt 5 packages and as mentioned before, there are some differences compared to Qt 4 packaging. Most prominently, examples are packaged via make install and then taken from the prefix directory. This has two problems: a) We need to ada