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

2023-08-21 Thread Kai Köhne via Development
> The question you must answer is why git > submodule update isn't checking those > commits out for those submodules. > > Anyway, why are you checking out 6.2.4 using Git? That's the key: qtlocation and qtspeech weren't part of 6.2 qt5.git. So when switching from dev to 6.2.4, 'git checkout' lea

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

2023-08-21 Thread Kai Köhne via Development
> I followed what you said, build qminimal manually. > However, after that, it still failed to build docs target. Like I said in a previous mail, you need qminimal and qsqlite (at least if you don't use latest dev). So make this: cmake --build . --parallel 4 --target qminimal qsqlite cmake -

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 becaus

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 ha

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 -DCMAKE_IGNORE_PREFI

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 are

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 also