Re: [Interest] Qt World Summit recordings 2016 are finally here

2016-12-16 Thread Thiago Macieira
On sexta-feira, 16 de dezembro de 2016 20:54:44 PST Jake Petroules wrote: > The videos are restricted to Qt Account holders for now so that The Qt > Company can attempt to gather sales leads to support the Qt Commercial > offering, which funds development and allows Qt to exist for the benefit of >

[Interest] Qt Purchasing API transaction error description says -> "Unable to get intent sender from service" -

2016-12-16 Thread Nuno Santos
Hi, I have recently came across with this transaction error description when testing in-app purchases in a testing phone: "Unable to get intent sender from service" What does it mean? Googling around I found this: QAndroidJniObject intentSender = m_javaObject.callObjectMethod("createBuyInten

Re: [Interest] Qt World Summit recordings 2016 are finally here

2016-12-16 Thread Jake Petroules
> On Dec 16, 2016, at 5:43 AM, alexander golks wrote: > > Am Fri, 16 Dec 2016 13:21:28 + > schrieb Richard Moore : > >> On 16 December 2016 at 12:57, Giuseppe D'Angelo >> wrote: >> >>> Il 16/12/2016 12:46, Carl Engh ha scritto: Just wanted to let you all know that the Qt World Summ

Re: [Interest] Qt World Summit recordings 2016 are finally here

2016-12-16 Thread Johannes Lochmann
Hi, but why behind closed doors? This does not make any sense whatsoever to me... Best regards, Johannes P.S.: What a coincidence: https://www.commandprompt.com/blog/do_not_buy_the_closed_source_lies/ ___ Interest mailing list Interest@qt-project.o

Re: [Interest] Qt World Summit recordings 2016 are finally here

2016-12-16 Thread alexander golks
Am Fri, 16 Dec 2016 13:21:28 + schrieb Richard Moore : > On 16 December 2016 at 12:57, Giuseppe D'Angelo > wrote: > > > Il 16/12/2016 12:46, Carl Engh ha scritto: > > > Just wanted to let you all know that the Qt World Summit 2016 recordings > > > can be found here: https://www.qt.io/qtws1

Re: [Interest] Qt World Summit recordings 2016 are finally here

2016-12-16 Thread Benjamin TERRIER
2016-12-16 14:21 GMT+01:00 Richard Moore : > On 16 December 2016 at 12:57, Giuseppe D'Angelo > wrote: >> >> Il 16/12/2016 12:46, Carl Engh ha scritto: >> > Just wanted to let you all know that the Qt World Summit 2016 recordings >> > can be found here: https://www.qt.io/qtws16/ >> > >> > >> > >> >

Re: [Interest] Qt World Summit recordings 2016 are finally here

2016-12-16 Thread Richard Moore
On 16 December 2016 at 12:57, Giuseppe D'Angelo wrote: > Il 16/12/2016 12:46, Carl Engh ha scritto: > > Just wanted to let you all know that the Qt World Summit 2016 recordings > > can be found here: https://www.qt.io/qtws16/ > > > > > > > > PS! You need a Qt account to access them. > > But... wh

Re: [Interest] Qt World Summit recordings 2016 are finally here

2016-12-16 Thread Giuseppe D'Angelo
Il 16/12/2016 12:46, Carl Engh ha scritto: > Just wanted to let you all know that the Qt World Summit 2016 recordings > can be found here: https://www.qt.io/qtws16/ > > > > PS! You need a Qt account to access them. But... why?! And the videos seem to be on Youtube, but private?! That's just a

[Interest] Qt World Summit recordings 2016 are finally here

2016-12-16 Thread Carl Engh
Hi, Just wanted to let you all know that the Qt World Summit 2016 recordings can be found here: https://www.qt.io/qtws16/ PS! You need a Qt account to access them. Regards, Carl ___ Interest mailing list Interest@qt-project.org http://lists.qt-project

Re: [Interest] configuring qt from cmake fails

2016-12-16 Thread Fabian Wein
>>> You have to pass -stdlib=libc++. > add_compile_options(-stdlib=libc++) We solved it by adding the flags via a PV macro, by a quick search I could not dig deep enough to verify if it ended up with add_compile_options() but it might be. Anyway, it works. Thanks for your help Fabian _