| 1 | // Copyright (C) 2023 The Qt Company Ltd. |
| 2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only |
| 3 | |
| 4 | #ifndef QTGRAPHS_QGRAPHSGLOBAL_H |
| 5 | #define QTGRAPHS_QGRAPHSGLOBAL_H |
| 6 | |
| 7 | #include <QtCore/qglobal.h> |
| 8 | #include <QtGraphs/qtgraphsexports.h> |
| 9 | |
| 10 | #ifdef QTDATAVIS3D_HEADERS |
| 11 | #error Mixing QtDataVisualization and QtGraphs in the same TU is unsupported since they use\ |
| 12 | the same class names. |
| 13 | #endif |
| 14 | |
| 15 | #ifdef QTCHARTS_HEADERS |
| 16 | #error Mixing QtCharts and QtGraphs in the same TU is unsupported since they use\ |
| 17 | the same class names. |
| 18 | #endif |
| 19 | |
| 20 | #define |
| 21 | |
| 22 | #endif |
| 23 | |