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 | #define QTGRAPHS_HEADERS |
16 | |
17 | #endif |
18 |