Providing protobuf and gRPC support for Qt.
Go to file
Alexey Edelev 3d6c2827a0 Disable QML Protobuf tests in Android
The introduced ProtobufQuick module breaks the assignment operator
for the fields of the protobuf scalar types. It seems the issue is
related to the QML_USING macro which is used to register the protobuf
scalar types. If type is not registers it operates normally and
doesn't throw an error. As workaround the assignment can be done
using explicit Number() constructor.

Task-number: QTBUG-127174
Pick-to: 6.8
Change-Id: I8a8b0c588d0f083fb6a9d35fb35366a3bc01f1cf
Reviewed-by: Dennis Oberst <dennis.oberst@qt.io>
2024-07-16 11:39:09 +02:00
LICENSES Rename protobuf_LICENSE.txt to LicenseRef-protobuf.txt 2024-02-02 15:54:58 +01:00
cmake CMake: Make examples build as external projects 2024-03-06 17:14:45 +01:00
coin Change Axivion analysis result format 2024-06-28 10:17:09 +03:00
examples CMake: Add explicit lookup of ProtobufQuick package for magic8ball 2024-07-15 13:11:12 +02:00
src Cache property values when deserializing them 2024-07-15 15:46:26 +02:00
tests Disable QML Protobuf tests in Android 2024-07-16 11:39:09 +02:00
.clang-format clang-format: use AlignArrayOfStructures Left 2024-04-03 12:15:49 +01:00
.cmake.conf Bump version to 6.9.0 2024-06-06 03:49:05 +01:00
.gitattributes
.gitignore Privately introduce QProtobufPropertyOrderBuilder 2024-06-27 18:01:37 +02:00
.tag
CMakeLists.txt Add the missing lookup for QuickTest component 2024-03-11 18:00:41 +01:00
configure.cmake
dependencies.yaml Update dependencies on 'dev' in qt/qtgrpc 2024-07-11 15:06:01 +00:00
licenseRule.json Add the Qt ProtobufQuick module to licenseRule.json 2024-06-21 12:46:17 +02:00
qt_attribution.json Move conformance test to auto tests 2024-05-09 11:50:50 +02:00
qt_cmdline.cmake