[Interest] building Qt iOS from source

2022-08-29 Thread Remy Rouvin
Hi, I try to build Qt 6.3.1 from source on my mac for ios. I use the following command: ./configure -platform macx-ios-clang -release -qt-host-path ../6.3.1/macos/lib/cmake/Qt6HostInfo I have an error : Configuring submodule 'qtbase' -- Could NOT find double-conversion (missing: double-

Re: [Interest] QIcon vs QQuickIcon

2022-06-14 Thread Remy Rouvin
What about passing the image in base64 format in the source property ? -Message d'origine- De : Interest De la part de ivan tkachenko Envoyé : mercredi 1 juin 2022 01:08 À : Benjamin TERRIER Cc : Qt Interest Objet : Re: [Interest] QIcon vs QQuickIcon > The standard solution is to use a

[Interest] Linker ObjC Flag issue

2022-05-08 Thread Remy Rouvin
Hi, I need to add Firebase framework to my iOS project. Firebase requires to add -ObjC flag to the linker. Unfortunately, when I add this flag I have a lot of duplicate symbols errors: . duplicate symbol 'IOSProximitySensor::s_startCount' in: /Users/remy/Qt/6.3.0/ios/plugins/sensors/libq

Re: [Interest] Qt 6.3.0 Android and SSL feature issue

2022-04-12 Thread Remy Rouvin
I’ve Clean / Run CMake configuration and it works perfectly. I should have done that before posting. Sorry for the inconvenience. Thank you so much. Rémy ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/in

[Interest] Qt 6.3.0 Android and SSL feature issue

2022-04-12 Thread Remy Rouvin
Hi everyone, I try to compile my project with the just released Qt 6.3.0 and I have this CMake Error: - CMake Error at C:/Qt/6.3.0/android_arm64_v8a/lib/cmake/Qt6/QtFeature.cmake:1249 (message): Feature ssl is already defined to be "OFF" and should now be set to "ON" when importing fea