Re: [Interest] Failing to build Qt iOS 6.8.1 from source

2024-12-03 Thread Thiago Macieira
On Tuesday 3 December 2024 02:34:08 Pacific Standard Time Alexandru Croitor via Interest wrote: > So you either have to install or build qtquick3d for the macos build, before > building ios. > > Or you need to explicitly skip configuring qtquick3d with > configure . -skip qtquick3d Or if yo

Re: [Interest] Failing to build Qt iOS 6.8.1 from source

2024-12-03 Thread Nuno Santos via Interest
Alexandru, Thanks for your valuable reply. > On 3 Dec 2024, at 10:34, Alexandru Croitor wrote: > > Hi, > > Your perl init-repository call does not include qtquick3d. Yes, I usually don’t build it as I don’t need it for now. > > Nevertheless the configure script picks up all existing source

Re: [Interest] Failing to build Qt iOS 6.8.1 from source

2024-12-03 Thread Alexandru Croitor via Interest
Hi, Your perl init-repository call does not include qtquick3d. Nevertheless the configure script picks up all existing source directories with a CMakeLists.txt file in them, and for some reason the qtquick3d source dir is present for you. Perhaps it was from a previous checkout, impossible to

[Interest] Failing to build Qt iOS 6.8.1 from source

2024-12-03 Thread Nuno Santos via Interest
Hi, I’ve just installed Qt 6.8.1 from the online installer for Mac and now I need to do a custom build for iOS because of this bug: https://bugreports.qt.io/browse/QTBUG-126736 I’ve already did a custom build from the source for Qt 6.8.0 and it worked without any problems: perl init-repositor