Re: [Development] CMake Workshop Summary

2019-02-24 Thread Lisandro Damián Nicanor Pérez Meyer
Sorry for chiming in so late! El miércoles, 13 de febrero de 2019 11:40:15 -03 Tor Arne Vestbø escribió: > > On 13 Feb 2019, at 14:58, Kevin Funk via Development > > wrote: > > make it more difficult for distros to co-install the CMake config files > > for different Qt versions. > > This

Re: [Development] CMake Workshop Summary

2019-02-24 Thread Lisandro Damián Nicanor Pérez Meyer
El sábado, 23 de febrero de 2019 12:26:26 -03 Thiago Macieira escribió: > On Saturday, 23 February 2019 01:52:06 PST Richard Weickelt wrote: > > > But do note that our parallelism isn't that bad right now. There's a > > > long > > > critical path before parallel things can currently be built, but

Re: [Development] CMake Workshop Summary

2019-02-24 Thread Lisandro Damián Nicanor Pérez Meyer
El miércoles, 13 de febrero de 2019 14:52:41 -03 Thiago Macieira escribió: > On Wednesday, 13 February 2019 09:08:58 PST Stephen Kelly via Development > > wrote: > > Of course it is easy to create a `Qt5or6::Core` target for transitional > > use > > and get all the benefits. > > > >

Re: [Development] CMake Workshop Summary

2019-02-24 Thread Thiago Macieira
On Sunday, 24 February 2019 08:08:39 PST Lisandro Damián Nicanor Pérez Meyer wrote: > For 5.11 something along: > > > > Note that only critical path is followed, +/- docs. > > In other words: only 6 submodules can be built

[Development] QtQuick.Layouts and content margins

2019-02-24 Thread Alberto Mardegan
Hi there! I'm working on a desktop style for QtQuick.Controls 2 [1], and I'm currently investigating the issue of layouts. My current approach is to define my own ColumnLayout element like this: == import QtQuick.Layouts 1.2 import it.mardy.Desktop.private 1.0 ColumnLayout {

[Development] Packager's wishlist: no need of private headers for theme plugins

2019-02-24 Thread Lisandro Damián Nicanor Pérez Meyer
Hi! Reading the CMake thread made me remember another issue we had with Qt 5 which, hopefully, can be rethink for Qt 6. I have already asked to version applications with the major version [0], but there is something else that will *surely* make developers *and* packagers' life easier: being

Re: [Development] CMake Workshop Summary

2019-02-24 Thread Lisandro Damián Nicanor Pérez Meyer
El domingo, 24 de febrero de 2019 13:58:17 -03 Thiago Macieira escribió: > On Sunday, 24 February 2019 08:08:39 PST Lisandro Damián Nicanor Pérez Meyer > wrote: > > For 5.11 something along: > > > > > > > > Note that only critical

[Development] nmake qtcreator from source failed

2019-02-24 Thread mirchd
Hello, it says, -- link /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /DLL /SUBSYSTEM:WINDOWS /VERSION:1.12 /MANIFEST:embed /OUT:..\..\..\..\..\..\lib\qtcreator\qbscored1.dll @C:\Users\CHENDI~1.NIN\AppData\Local\Temp\nmAFA0.tmp create lib ..\..\..\..\..\..\lib\qtcreator\qbscored1.lib

Re: [Development] nmake qtcreator from source failed

2019-02-24 Thread Christian Gagneraud
On Mon, 25 Feb 2019 17:58 mirchd, wrote: > Hello, > You'll have better luck on qt creator mailing list, as it seems you're trying to build it. It might help to give qtc version along compiler/os env and version. Chris > it says, > -- > link /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /DLL

Re: [Development] nmake qtcreator from source failed

2019-02-24 Thread mirchd
thanks, I'll try it 在 2019-02-25 13:25:38,"Christian Gagneraud" 写道: On Mon, 25 Feb 2019 17:58 mirchd, wrote: Hello, You'll have better luck on qt creator mailing list, as it seems you're trying to build it. It might help to give qtc version along compiler/os env and version. Chris