1// Copyright (C) 2022 The Qt Company Ltd.
2// Copyright (C) 2019 Alexey Edelev <semlanik@gmail.com>
3// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
4
5#ifndef QTGRPCGLOBAL_H
6#define QTGRPCGLOBAL_H
7
8#include <QtCore/QtGlobal>
9#include <QtCore/qtconfigmacros.h>
10#include <QtCore/qtcore-config.h>
11#include <QtGrpc/qtgrpc-config.h>
12#include <QtGrpc/qtgrpcexports.h>
13#include <QtNetwork/qtnetwork-config.h>
14
15#endif // QTGRPCGLOBAL_H
16

source code of qtgrpc/src/grpc/qtgrpcglobal.h