| 1 | // Copyright (C) 2019 The Qt Company Ltd. |
|---|---|
| 2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only |
| 3 | |
| 4 | #ifndef QTHTTPSERVERGLOBAL_H |
| 5 | #define QTHTTPSERVERGLOBAL_H |
| 6 | |
| 7 | #include <QtCore/qglobal.h> |
| 8 | #include <QtHttpServer/qthttpserverexports.h> |
| 9 | |
| 10 | #endif // QTHTTPSERVERGLOBAL_H |
| 11 | |
| 12 |
