Re: [Development] Failed to run configure.bat in qt/qt5 repository on Windows?

2023-08-21 Thread Thiago Macieira
On Monday, 21 August 2023 08:01:20 PDT Haowei Hsu wrote: > does *`configure.bat`* default to including all the submodules? Yes. Which means it isn't tested and there are often problems you need to fix yourself before you reach your goal. Right now, I have to exclude qtgrpc from the build

Re: [Development] How to use `init-repository` properly to clean up the working tree after checking out?

2023-08-21 Thread Thiago Macieira
On Sunday, 20 August 2023 21:41:02 PDT Haowei Hsu wrote: > The following attachment, *log-git-ls-tree.txt*, is the log that I run *`git > ls-tree @`* command. > Can you discern any clues from this? No. That tells us what commit they should be in, but that's information I already had (because I

Re: [Development] Failed to run configure.bat in qt/qt5 repository on Windows?

2023-08-21 Thread Haowei Hsu
Hello, Cristian. There's something I'd like to confirm first. If I run *`configure.bat`* without adding either *`-submodules`* or *`-skip`*, for instance: *..\..\configure.bat -release -developer-build -nomake examples -nomake tests -- -DCMAKE_PREFIX_PATH=D:/Repo/tmp/libclang

Re: [Development] Failed to run configure.bat in qt/qt5 repository on Windows?

2023-08-21 Thread Cristian Adam via Development
Hi, For some reason you don't get the minimal plugin built: qt.qpa.plugin: Could not find the Qt platform plugin "minimal" in "" This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. Available platform plugins

Re: [Development] Failed to run configure.bat in qt/qt5 repository on Windows?

2023-08-21 Thread Paul Wicking via Development
> On 20 Aug 2023, at 20:36, Thiago Macieira wrote: > > The top-level build is finicky and only supported as a convenience. It breaks > often because it's not what the CI uses. Please compile and build each module > only, unless you plan on helping fix those issues. So my suggestion is that

Re: [Development] Using DMA instead of SHM in non OpenGL apps (Linux/Wayland)

2023-08-21 Thread David Edmundson
On Fri, Aug 18, 2023 at 8:18 PM Eduardo Hopperdietzel wrote: > > Hi David, > > That's a very good point I hadn't thought about. I will create a testing > Wayland client benchmark and measure the time it takes for QPainer to perform > different drawing operations using both SHM and DMA. I'll