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 <QtGrpc/qtgrpc-config.h> |
9 | #include <QtGrpc/qtgrpcexports.h> |
10 | |
11 | #include <QtNetwork/qtnetwork-config.h> |
12 | |
13 | #include <QtCore/qglobal.h> |
14 | #include <QtCore/qtconfigmacros.h> |
15 | #include <QtCore/qtcore-config.h> |
16 | |
17 | #endif // QTGRPCGLOBAL_H |
18 |