| 1 | // Copyright (C) 2016 The Qt Company Ltd. |
|---|---|
| 2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 |
| 3 | |
| 4 | #ifndef TABORDEREDITOR_GLOBAL_H |
| 5 | #define TABORDEREDITOR_GLOBAL_H |
| 6 | |
| 7 | #include <QtCore/qglobal.h> |
| 8 | |
| 9 | #ifdef Q_OS_WIN |
| 10 | #ifdef QT_TABORDEREDITOR_LIBRARY |
| 11 | # define QT_TABORDEREDITOR_EXPORT |
| 12 | #else |
| 13 | # define QT_TABORDEREDITOR_EXPORT |
| 14 | #endif |
| 15 | #else |
| 16 | #define QT_TABORDEREDITOR_EXPORT |
| 17 | #endif |
| 18 | |
| 19 | #endif // TABORDEREDITOR_GLOBAL_H |
| 20 |
