Re: [Development] Execute a function in the specified existing thread

2023-07-03 Thread JiDe Zhang
https://codereview.qt-project.org/c/qt/qtbase/+/489239 I have a patch to show my idea. I think it is worthwhile, you can provide an exists thread to QtConcurrent::run, isn't run the function in a new thread always. From: Volker Hilsheimer Sent: Saturday, June 10

Re: [Development] Enorcing QT_SKIP_AUTO_[QML_]PLUGIN_INCLUSION

2023-07-03 Thread Alexandru Croitor via Development
> On 3. Jul 2023, at 16:50, Lisandro Damián Nicanor Pérez Meyer > wrote: > > El lunes, 3 de julio de 2023 11:47:44 -03 Lisandro Damián Nicanor Pérez Meyer > escribió: > [snip] >> So far it has worked, but of course I'll have more feedback later on :-) > > > I just built 5.6.1 as shared lib

Re: [Development] Enorcing QT_SKIP_AUTO_[QML_]PLUGIN_INCLUSION

2023-07-03 Thread Alexandru Croitor via Development
> On 3. Jul 2023, at 16:47, Lisandro Damián Nicanor Pérez Meyer > wrote: > > Now the question is: is the CMake file used to only check for it's presence > or will designer fail to load the static file? If the CMake file is present, but not loaded (via an explicit find_package call or transi

Re: [Development] Enorcing QT_SKIP_AUTO_[QML_]PLUGIN_INCLUSION

2023-07-03 Thread Lisandro Damián Nicanor Pérez Meyer
El lunes, 3 de julio de 2023 11:47:44 -03 Lisandro Damián Nicanor Pérez Meyer escribió: [snip] > So far it has worked, but of course I'll have more feedback later on :-) I just built 5.6.1 as shared libraries and all the ".a" files created are libraries and not plugins (the file you mentioned

Re: [Development] Enorcing QT_SKIP_AUTO_[QML_]PLUGIN_INCLUSION

2023-07-03 Thread Lisandro Damián Nicanor Pérez Meyer
El lunes, 3 de julio de 2023 10:49:43 -03 Alexandru Croitor escribió: > > > On 3. Jul 2023, at 15:29, Lisandro Damián Nicanor Pérez Meyer > > wrote: > > > > Hi! > > > > El lunes, 3 de julio de 2023 05:26:11 -03 Alexandru Croitor escribió: > >>> On 30. Jun 2023, at 20:04, Lisandro Damián Nicano

Re: [Development] Meeting minutes from Qt Release Team meeting 20.06.2023

2023-07-03 Thread Ilya Fedin
On Tue, 20 Jun 2023 14:12:25 + Jani Heikkinen via Development wrote: > Qt 6.5 status: > > - Branching from '6.5' to '6.5.2' done > > - Qt 6.5.2 content is not frozen yet. The target is to freeze the Qt > 6.5.2 content later this week > > - The target is to release Qt 6.5.2 Wed 28th June

Re: [Development] Enorcing QT_SKIP_AUTO_[QML_]PLUGIN_INCLUSION

2023-07-03 Thread Alexandru Croitor via Development
> On 3. Jul 2023, at 15:29, Lisandro Damián Nicanor Pérez Meyer > wrote: > > Hi! > > El lunes, 3 de julio de 2023 05:26:11 -03 Alexandru Croitor escribió: >>> On 30. Jun 2023, at 20:04, Lisandro Damián Nicanor Pérez Meyer >>> wrote: > [snip] >>> I recently noted the CMake variables QT_SKIP_

Re: [Development] Enorcing QT_SKIP_AUTO_[QML_]PLUGIN_INCLUSION

2023-07-03 Thread Lisandro Damián Nicanor Pérez Meyer
Hi! El lunes, 3 de julio de 2023 05:26:11 -03 Alexandru Croitor escribió: > > On 30. Jun 2023, at 20:04, Lisandro Damián Nicanor Pérez Meyer > > wrote: [snip] > > I recently noted the CMake variables QT_SKIP_AUTO_PLUGIN_INCLUSION and > > QT_SKIP_AUTO_QML_PLUGIN_INCLUSION, which default to undef

[Development] Expanding Unity Build on CI for Qt Base

2023-07-03 Thread EXT Amir Abdol via Development
Hi, We are enabling the Unity Build for Qt Base on dev branch for a few more platforms: Windows 10 LLVM, Windows 11 LLVM, and macOS 12 x86_64, macOS 13 arm64 (for comparing the speed up between platforms.) While we are monitoring and experimenting with the build on CI, we may enable/disable th

Re: [Development] Enorcing QT_SKIP_AUTO_[QML_]PLUGIN_INCLUSION

2023-07-03 Thread Alexandru Croitor via Development
> On 30. Jun 2023, at 20:04, Lisandro Damián Nicanor Pérez Meyer > wrote: > > Hi! Hi > > I recently noted the CMake variables QT_SKIP_AUTO_PLUGIN_INCLUSION and > QT_SKIP_AUTO_QML_PLUGIN_INCLUSION, which default to undefined. > > If I understand correctly the CMake file for searching for p