Re: [Development] Proposal to raise the minimum CMake version needed to build and use Qt 6.9

2024-11-13 Thread Thiago Macieira
On Wednesday 13 November 2024 19:28:30 Mountain Standard Time Tim Blechmann via Development wrote: > one point to consider is that cmake does not have any run-time > dependencies and it is extremely easy to install independently from the > OS: the binaries provided by kitware are fully self-contai

Re: [Development] Proposal to raise the minimum CMake version needed to build and use Qt 6.9

2024-11-13 Thread Tim Blechmann via Development
We'd like to bump the minimum required CMake version for building and using Qt to CMake 3.26. The pending change is https://codereview.qt-project.org/c/qt/qtbase/+/603886 The rationale is easier maintenance of build system code, and allowing to provide better public cmake apis and behaviors (c

Re: [Development] Proposal to raise the minimum CMake version needed to build and use Qt 6.9

2024-11-13 Thread Thiago Macieira
On Wednesday 13 November 2024 07:01:39 Pacific Standard Time Alexandru Croitor via Development wrote: > > Debian stable is debian 12. It ships with 3.25. > > > >> Is it unreasonable to ask to install cmake from one of those official > >> repos?> > > Backports are not part of stable, so yes, I wo

Re: [Development] Proposal to raise the minimum CMake version needed to build and use Qt 6.9

2024-11-13 Thread Alexandru Croitor via Development
> On 13. Nov 2024, at 16:01, Alexandru Croitor wrote: > > > >> On 13. Nov 2024, at 15:38, Sune Vuorela wrote: >> >> On 2024-11-13, Alexandru Croitor via Development >> wrote: >>> Which debian stable version are you using? >> >> Debian stable is debian 12. It ships with 3.25. >> >>> Is

Re: [Development] Proposal to raise the minimum CMake version needed to build and use Qt 6.9

2024-11-13 Thread Alexandru Croitor via Development
> On 13. Nov 2024, at 15:38, Sune Vuorela wrote: > > On 2024-11-13, Alexandru Croitor via Development > wrote: >> Which debian stable version are you using? > > Debian stable is debian 12. It ships with 3.25. > >> Is it unreasonable to ask to install cmake from one of those official repos?

Re: [Development] Proposal to raise the minimum CMake version needed to build and use Qt 6.9

2024-11-13 Thread Sune Vuorela
On 2024-11-13, Alexandru Croitor via Development wrote: > Which debian stable version are you using? Debian stable is debian 12. It ships with 3.25. > Is it unreasonable to ask to install cmake from one of those official repos? Backports are not part of stable, so yes, I would consider that is

Re: [Development] Proposal to raise the minimum CMake version needed to build and use Qt 6.9

2024-11-13 Thread Alexandru Croitor via Development
Hi, Thanks for reaching out. > On 13. Nov 2024, at 15:07, Sune Vuorela wrote: > > On 2024-11-13, Alexandru Croitor via Development > wrote: >> Hi, >> >> We'd like to bump the minimum required CMake version for building and using >> Qt to CMake 3.26. > >> If you have some feedback on why th

Re: [Development] Proposal to raise the minimum CMake version needed to build and use Qt 6.9

2024-11-13 Thread Sune Vuorela
On 2024-11-13, Alexandru Croitor via Development wrote: > Hi, > > We'd like to bump the minimum required CMake version for building and using > Qt to CMake 3.26. > If you have some feedback on why that might be a problem, please reach out. While I don't have that many current contributions to

Re: [Development] Qt Multimedia maintainership

2024-11-13 Thread Volker Hilsheimer via Development
> On 23 Oct 2024, at 09:31, Lars Knoll via Development > wrote: > > Hi everybody, > > Over the last year, I found that I do not have the time that is required as a > maintainer of Qt Multimedia. > > Artem Dyomin has been taking over more and more of that work from me over the > last two year

[Development] Proposal to raise the minimum CMake version needed to build and use Qt 6.9

2024-11-13 Thread Alexandru Croitor via Development
Hi, We'd like to bump the minimum required CMake version for building and using Qt to CMake 3.26. The pending change is https://codereview.qt-project.org/c/qt/qtbase/+/603886 The rationale is easier maintenance of build system code, and allowing to provide better public cmake apis and behavior