qtgrpc/examples/grpc/magic8ball
Alexey Edelev a5d79af204 Warn if users attempt building gRPC servers using MinGW
gRPC in examples using the reference grpc++, which depends on abseil.
There is known upstream issue that abseil passes the MSVC only linker
flag that blocks the example compilation with MinGW compiler. The
problem meanwhile is bigger than that, since abseil simply don't have
a proper MinGW support, so we should warn users, that we do not
officially support MinGW in the examples that use the reference gRPC
server implementation.

Pick-to: 6.8 6.7
Fixes: QTBUG-128174
Change-Id: I319c54b5df02dac0be1dee441ec324f54f05ad93
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2024-08-23 12:34:14 +02:00
..
grpc_server_example Warn if users attempt building gRPC servers using MinGW 2024-08-23 12:34:14 +02:00
proto Format the .proto files according to the clang-format rules 2023-08-23 10:02:50 +02:00
AnimatedAnswer.qml Window Material theme should be always light for magic8ball app 2023-03-02 21:36:17 +01:00
CMakeLists.txt CMake: Add explicit lookup of ProtobufQuick package for magic8ball 2024-07-15 13:11:12 +02:00
MagicText.qml The example of Qt gRPC-Client part with qml based UI 2023-02-21 21:30:32 +01:00
Main.qml Fix magic8ball QML example 2024-06-12 16:01:33 +02:00
ProgressDot.qml The example of Qt gRPC-Client part with qml based UI 2023-02-21 21:30:32 +01:00
WaitingAnimation.qml Window Material theme should be always light for magic8ball app 2023-03-02 21:36:17 +01:00
main.cpp Correct license for example files 2024-03-15 14:28:25 +01:00