Re: [Interest] Configuring git checkout/build to skip modules

2024-12-04 Thread Alexandru Croitor via Interest
Hi, > On 3. Dec 2024, at 23:20, Adam Light wrote: > > Is it not possible to skip optional dependencies like this? You can try passing --no-optional-deps or --no-resolve-deps to configure. To see what those options do, you can call the init-repository script with the -help option. This would n

Re: [Interest] Configuring git checkout/build to skip modules

2024-12-03 Thread Thiago Macieira
On Tuesday 3 December 2024 14:20:09 Pacific Standard Time Adam Light wrote: > I'm trying to check out from Git and build only the minimum subset of > modules that I need Only clone the modules you need. Modules that aren't present won't be built. > Is it not possible to skip optional dependencies

[Interest] Configuring git checkout/build to skip modules

2024-12-03 Thread Adam Light
Hi I'm trying to check out from Git and build only the minimum subset of modules that I need, but I'm not able to get this working as I expect. I'm following the instructions at https://doc.qt.io/qt-6/configure-options.html, and using the 6.8 branch. This is on Windows, using a Visual Studio comma