Re: [Development] QtWebKit is coming back (part 2)

2017-08-17 Thread Konstantin Tokarev
17.08.2017, 18:17, "Thiago Macieira" : > On Thursday, 17 August 2017 08:12:23 PDT Konstantin Tokarev wrote: >>  Altrernatively, you can drop qtwebkit sources on the same level with other >>  Qt modules, however it will break if you customize installation paths, e.g. >>  use custom libdir. Also, c

Re: [Development] QtWebKit is coming back (part 2)

2017-08-17 Thread Thiago Macieira
On Thursday, 17 August 2017 08:12:23 PDT Konstantin Tokarev wrote: > Altrernatively, you can drop qtwebkit sources on the same level with other > Qt modules, however it will break if you customize installation paths, e.g. > use custom libdir. Also, cross-compilation is not supported in this way Th

Re: [Development] QtWebKit is coming back (part 2)

2017-08-17 Thread Konstantin Tokarev
17.08.2017, 18:06, "Thiago Macieira" : > On Thursday, 17 August 2017 07:24:05 PDT Martin Koller wrote: >>  Hi, >> >>  is the 5.212 branch now as integrated in Qt as it was before in Qt 5.5 in >>  the way that I can build Qt with webkit support so that the help system and >>  assistant also use it

Re: [Development] QtWebKit is coming back (part 2)

2017-08-17 Thread Thiago Macieira
On Thursday, 17 August 2017 07:24:05 PDT Martin Koller wrote: > Hi, > > is the 5.212 branch now as integrated in Qt as it was before in Qt 5.5 in > the way that I can build Qt with webkit support so that the help system and > assistant also use it ? No. You need to use the split-build mechanism,

Re: [Development] QtWebKit is coming back (part 2)

2017-08-17 Thread Martin Koller
Hi, is the 5.212 branch now as integrated in Qt as it was before in Qt 5.5 in the way that I can build Qt with webkit support so that the help system and assistant also use it ? What is the recommended way to build Qt and assistant to have webkit support ? -- Best regards/Schöne Grüße Martin

[Development] [Announce] Qt Creator 4.4 RC released

2017-08-17 Thread List for announcements regarding Qt releases and development
We are happy to announce the release of Qt Creator 4.4 RC! http://blog.qt.io/blog/2017/08/17/qt-creator-4-4-rc-released/ -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin eike.zil...@qt.io http://qt.io Geschäftsführer: Mika Pälsi, Juha Varelius, M

Re: [Development] Introducing discussion about QStringFormatter

2017-08-17 Thread Mårten Nordheim
On 15.08.2017 18:05, Matthew Woehlke wrote: Possibly there could be a qFormat (or even qFormatString) free function providing extra convenience and abbreviation for the most common use case? (This could be instead of the static ::format function...) qFormatString is even less typing than QFormat

Re: [Development] Introducing discussion about QStringFormatter

2017-08-17 Thread Mårten Nordheim
On 14.08.2017 18:20, Thiago Macieira wrote: I had the same problem, but I guess we can safely assume that anyone writing RTL text in their source code knows what they're doing and are used to the text direction changing (or they'll report bugs if the behaviour is wrong). My question is whether p