Re: [Interest] prebuild packages for windows and pdb

2015-08-14 Thread Thiago Macieira
On Friday 14 August 2015 13:20:02 Felix morack wrote: > This has stopped for Qt 5.5 which does not ship any pdb files, which is a > bug: > > https://bugreports.qt.io/browse/QTBUG-47080 > > > Is there any assurance so far that pdb files will be included again with Qt > 5.5.1? The bug report poin

[Interest] Porting from QtWebKit to QtWebEngine

2015-08-14 Thread Jean-Francois Dockes
Hi, I am trying to port two GUI applications from QtWebKit to QtWebEngine (recoll and upplay). I had a look at the porting page (https://wiki.qt.io/Porting_from_QtWebKit_to_QtWebEngine is that it ?), but I am blocking on an issue which does not seem to be mentionned: there does not seem to be a

Re: [Interest] Exposing types to the QJSEngine in Qt 5.5

2015-08-14 Thread Sandro Andrade
On Fri, Aug 7, 2015 at 2:23 PM, Jaroslaw Staniek wrote: > Hi Again, > No thoghts about the matter? Hi, I'm facing the same problem. Is there any way of having gadgets exported for use in QJsEngine and QQmlContext? Thanks, Sandro > > >From https://wiki.qt.io/New_Features_in_Qt_5.5: > "You can n

Re: [Interest] prebuild packages for windows and pdb

2015-08-14 Thread Gunnar Roth
> Am 14.08.2015 um 13:20 schrieb Felix morack : > > which means we have to build our own Qt version, which lead to binary > compatibility issues. This is because? Actually pdb for release builds were never delivered at least for qt5 and without this you cannot debug or profile release builds

[Interest] Custom Build Step in Qt Creator

2015-08-14 Thread mark diener
How do I make Qt 5.4.2 on OSX add a custom build step when a new project or kit is added to a project. Inside the pro.user file, the result would be an added build step before any others. I am getting tired of manually adding the step and can go so far as to manually cut and paste the requires XM

[Interest] prebuild packages for windows and pdb

2015-08-14 Thread Felix morack
Hi, In the past the Qt prebuild packages distributed by the online installer correctly included the .pdb file for the debug build. This has stopped for Qt 5.5 which does not ship any pdb files, which is a bug: https://bugreports.qt.io/browse/QTBUG-47080 Is there any assurance so far that pdb

Re: [Interest] pre-processing for Qt widget stylesheet

2015-08-14 Thread Konstantin Tokarev
14.08.2015, 10:03, "Hamish Moffatt" : > On 12/08/15 17:01, Alejandro Exojo wrote: >>  The problem is that Sass is more than a template engine. Is a language >> crafted >>  for generating CSS. It has functions for colors, understands selector >>  inheritance, and a lot more. See for example: >> >

Re: [Interest] pre-processing for Qt widget stylesheet

2015-08-14 Thread Hamish Moffatt
On 12/08/15 17:01, Alejandro Exojo wrote: > The problem is that Sass is more than a template engine. Is a language crafted > for generating CSS. It has functions for colors, understands selector > inheritance, and a lot more. See for example: > > http://sassymothereffingtextshadow.com/ > > OK, prob