Re: [Development] Proposing to move deploy tools to qtbase

2021-11-27 Thread Alejandro Exojo
On Thu, Nov 25, 2021, at 7:43 PM, Thiago Macieira wrote: > On Thursday, 25 November 2021 09:21:58 MST Marius Kittler wrote: > > > I don't need deployment from Linux in order to develop and it looks like > > > people who have been using cross-compilation have worked around this > > > issue. > > > >

Re: [Development] Proposing to move deploy tools to qtbase

2021-11-26 Thread Thiago Macieira
On Friday, 26 November 2021 00:58:15 PST Joerg Bornemann wrote: > If there are a lot of people doing this we should consider raising > cross-compiling from Linux to Windows from "unsupported" to "community > supported" at the very least. I don't expect much work, because it's > working quite well.

Re: [Development] Proposing to move deploy tools to qtbase

2021-11-26 Thread Joerg Bornemann
On 11/26/21 1:26 AM, Thiago Macieira wrote: We're just the canary. There are a lot of people cross-compiling from Linux because the environment is much faster. If there are a lot of people doing this we should consider raising cross-compiling from Linux to Windows from "unsupported" to "commu

Re: [Development] Proposing to move deploy tools to qtbase

2021-11-25 Thread Thiago Macieira
On Thursday, 25 November 2021 13:07:25 PST Joerg Bornemann wrote: > Reverting because of the unsupported workflow of two persons might be a > bit of an overreaction. We're just the canary. There are a lot of people cross-compiling from Linux because the environment is much faster. But thanks for

Re: [Development] Proposing to move deploy tools to qtbase

2021-11-25 Thread Martin Storsjö
On Thu, 25 Nov 2021, Thiago Macieira wrote: On Thursday, 25 November 2021 11:57:01 PST Martin Storsjö wrote: On Thu, 25 Nov 2021, Thiago Macieira wrote: It is possible (although not very common) to do cross compilation to macOS - I maintain such a setup at https://github.com/mstorsjo/xcode-cros

Re: [Development] Proposing to move deploy tools to qtbase

2021-11-25 Thread Thiago Macieira
On Thursday, 25 November 2021 11:57:01 PST Martin Storsjö wrote: > On Thu, 25 Nov 2021, Thiago Macieira wrote: > > macdeployqt is less of an issue because there's no good toolchain for > > cross- compiling to a Mac. Apple does not provide the sources for their > > ld64 linker, for example. > > The

Re: [Development] Proposing to move deploy tools to qtbase

2021-11-25 Thread Joerg Bornemann
On 11/25/21 5:03 PM, Thiago Macieira wrote: The patches that do the move are here: https://codereview.qt-project.org/c/qt/qtbase/+/382055 https://codereview.qt-project.org/c/qt/qttools/+/382099 Please review. Belated -1 after testing. Can I ask that it be reverted? Reverting because of the

Re: [Development] Proposing to move deploy tools to qtbase

2021-11-25 Thread Martin Storsjö
On Thu, 25 Nov 2021, Thiago Macieira wrote: macdeployqt is less of an issue because there's no good toolchain for cross- compiling to a Mac. Apple does not provide the sources for their ld64 linker, for example. They do provide sources for it, see e.g. https://opensource.apple.com/source/ld6

Re: [Development] Proposing to move deploy tools to qtbase

2021-11-25 Thread Thiago Macieira
On Thursday, 25 November 2021 09:48:49 MST Volker Hilsheimer wrote: > Uh, how do you run tests on Windows without at least a VM? Wine. That suffices for all tests that I care about (non-GUI). But I do have access to a remote Windows Virtual Desktop. I just can't install the compiler on it. So if

Re: [Development] Proposing to move deploy tools to qtbase

2021-11-25 Thread Thiago Macieira
On Thursday, 25 November 2021 09:21:58 MST Marius Kittler wrote: > > I don't need deployment from Linux in order to develop and it looks like > > people who have been using cross-compilation have worked around this > > issue. > > Yes, like mxedeployqt or using static linking. macdeployqt is less

Re: [Development] Proposing to move deploy tools to qtbase

2021-11-25 Thread Volker Hilsheimer
> On 25 Nov 2021, at 17:03, Thiago Macieira wrote: > > On Tuesday, 23 November 2021 00:40:14 MST Joerg Bornemann wrote: >> The patches that do the move are here: >> https://codereview.qt-project.org/c/qt/qtbase/+/382055 >> https://codereview.qt-project.org/c/qt/qttools/+/382099 >> >> Please revi

Re: [Development] Proposing to move deploy tools to qtbase

2021-11-25 Thread Marius Kittler
Am Donnerstag, 25. November 2021, 17:03:37 CET schrieb Thiago Macieira: > On Tuesday, 23 November 2021 00:40:14 MST Joerg Bornemann wrote: > > The patches that do the move are here: > > https://codereview.qt-project.org/c/qt/qtbase/+/382055 > > https://codereview.qt-project.org/c/qt/qttools/+/38209

Re: [Development] Proposing to move deploy tools to qtbase

2021-11-25 Thread Thiago Macieira
On Tuesday, 23 November 2021 00:40:14 MST Joerg Bornemann wrote: > The patches that do the move are here: > https://codereview.qt-project.org/c/qt/qtbase/+/382055 > https://codereview.qt-project.org/c/qt/qttools/+/382099 > > Please review. Belated -1 after testing. Can I ask that it be reverted?

Re: [Development] Proposing to move deploy tools to qtbase

2021-11-22 Thread Joerg Bornemann
On 11/16/21 12:06 PM, EXT Craig Scott wrote: [proposal to move macdeployqt and windeployqt to qtbase] Both macdeployqt and windeployqt are small and don’t depend on anything other that QtCore (their tests do depend on QtTest as well). With feature freeze for 6.3 only a few weeks away, it woul

Re: [Development] Proposing to move deploy tools to qtbase

2021-11-16 Thread Mitch Curtis
> -Original Message- > From: Development On Behalf Of > Ulf Hermann > Sent: Tuesday, 16 November 2021 3:23 PM > To: development@qt-project.org > Subject: Re: [Development] Proposing to move deploy tools to qtbase > > > I’m working on adding new CMake APIs for

Re: [Development] Proposing to move deploy tools to qtbase

2021-11-16 Thread Tor Arne Vestbø
Agreed, +1 Cheers, Tor Arne On 16 Nov 2021, at 15:23, Ulf Hermann mailto:ulf.herm...@qt.io>> wrote: I’m working on adding new CMake APIs for install support for Qt 6.3. As part of that, there will be conveniences for invoking the appropriate xxxdeployqt tool where available. At the moment, ma

Re: [Development] Proposing to move deploy tools to qtbase

2021-11-16 Thread Shawn Rutledge
On 2021 Nov 16, at 12:06, EXT Craig Scott mailto:craig.sc...@qt.io>> wrote: I’m working on adding new CMake APIs for install support for Qt 6.3. As part of that, there will be conveniences for invoking the appropriate xxxdeployqt tool where available. At the moment, macdeployqt and windeployqt

Re: [Development] Proposing to move deploy tools to qtbase

2021-11-16 Thread Ulf Hermann
I’m working on adding new CMake APIs for install support for Qt 6.3. As part of that, there will be conveniences for invoking the appropriate xxxdeployqt tool where available. At the moment, macdeployqt and windeployqt live in qttools, whereas androiddeployqt lives in qtbase. I’d like to propos

Re: [Development] Proposing to move deploy tools to qtbase

2021-11-16 Thread Mårten Nordheim
ct.org<mailto:development@qt-project.org> Subject: Re: [Development] Proposing to move deploy tools to qtbase On Tuesday, 16 November 2021 03:06:55 PST EXT Craig Scott wrote: > Both macdeployqt and windeployqt are small and don’t depend on anything > other that QtCore (their tests do d

Re: [Development] Proposing to move deploy tools to qtbase

2021-11-16 Thread Thiago Macieira
On Tuesday, 16 November 2021 03:06:55 PST EXT Craig Scott wrote: > Both macdeployqt and windeployqt are small and don’t depend on anything > other that QtCore (their tests do depend on QtTest as well). > > With feature freeze for 6.3 only a few weeks away, it would be good if we > could resolve th

[Development] Proposing to move deploy tools to qtbase

2021-11-16 Thread EXT Craig Scott
I’m working on adding new CMake APIs for install support for Qt 6.3. As part of that, there will be conveniences for invoking the appropriate xxxdeployqt tool where available. At the moment, macdeployqt and windeployqt live in qttools, whereas androiddeployqt lives in qtbase. I’d like to propose