Re: [Interest] malloc error with Qt5.9

2017-06-02 Thread Thiago Macieira
On Friday, 2 June 2017 11:04:57 PDT Charles-Elie Gentil wrote: > Hello, > > > When I build and try my program with Qt5.8 I don’t have problem, but if use > Qt5.9 the same program fail and I get this error in Qt Creator : > > MyProgram(68825,0x7fffeafda3c0) malloc: *** error for object 0x7fef4398

Re: [Interest] Using macdeployqt after Qbs

2017-06-02 Thread Charles-Elie Gentil
Hi James, This is perfect. Thank you very much Best regards, Charlie m...@jiyuusoft.net http://blog.jiyuusoft.net > Le 2 juin 2017 à 20:32, Jake Petroules a écrit : > > Hi Charles, > > I see the problem - you created a new Qbs application via Qt Creator, and the > Qt Creator template is

Re: [Interest] Using macdeployqt after Qbs

2017-06-02 Thread Jake Petroules
Hi Charles, I see the problem - you created a new Qbs application via Qt Creator, and the Qt Creator template is outdated. We will fix that. In your test.qbs file, you need to replace the Group item at the bottom of the file with the following two items: Properties { condit

Re: [Interest] Documented way of building QSQLITE plugin does not work anymore

2017-06-02 Thread Benjamin TERRIER
2017-06-02 18:08 GMT+02:00 Thiago Macieira : > This is a known issue. You either have to wait for 5.9.1 Good to know. Thanks for the answer. > or you need to > rebuild all of qtbase to get the plugin. As I said earlier, I saved myself the "pain" of rebuilding all of qtbase by tweaking the plugin

[Interest] malloc error with Qt5.9

2017-06-02 Thread Charles-Elie Gentil
Hello, When I build and try my program with Qt5.8 I don’t have problem, but if use Qt5.9 the same program fail and I get this error in Qt Creator : MyProgram(68825,0x7fffeafda3c0) malloc: *** error for object 0x7fef4398a880: pointer being freed was not allocated *** set a breakpoint in malloc_

Re: [Interest] Documented way of building QSQLITE plugin does not work anymore

2017-06-02 Thread Thiago Macieira
On Friday, 2 June 2017 01:07:11 PDT Benjamin TERRIER wrote: > Following Qt 5.9 release, I have found a documented use case that does not > work anymore. > > My need is that I have a customized SQLite 3 dll. Therefore I need to > rebuild the qsqlite plugin. > Up to Qt 5.6, it could be done by follo

Re: [Interest] QueuedConnection, QByteArray, reserve, capacity

2017-06-02 Thread Thiago Macieira
On Friday, 2 June 2017 01:51:40 PDT Yuri Alexandrov wrote: > I was just proposing something like > setAllocationPolicy( some Enum/int ) > or > setAllocationFlags( int with some bit fields) > > which might control how an allocation is done. That's exactly what I had understood and I said that we'd

Re: [Interest] Fallback (hicolor) theme in resource (.qrc) on Mac not working

2017-06-02 Thread Elvis Stansvik
2017-06-01 16:44 GMT+02:00 Elvis Stansvik : > On Mac and Windows, I'm bundling parts of the Breeze icon theme in the > application resources. > > E.g. I have resources like > > :/icons/breeze/actions/24/document-open.svg > :/icons/breeze/actions/24/help-about.svg > :/icons/breeze/actions/24/documen

Re: [Interest] QueuedConnection, QByteArray, reserve, capacity

2017-06-02 Thread Yuri Alexandrov
>One could make it a policy class like the allocators you can supply in >the std containers, but we're not using that pattern anywhere else in Qt >that I am aware of. I think you and Thiago got me wrong. Of course I am aware about this policy patterns, but I am not in anyway propose anything like

[Interest] Documented way of building QSQLITE plugin does not work anymore

2017-06-02 Thread Benjamin TERRIER
Hi, Following Qt 5.9 release, I have found a documented use case that does not work anymore. My need is that I have a customized SQLite 3 dll. Therefore I need to rebuild the qsqlite plugin. Up to Qt 5.6, it could be done by following Qt documentation ( http://doc.qt.io/qt-5/sql-driver.html#how-t