summaryrefslogtreecommitdiffstats
path: root/src/scxml/qscxmlglobals.h
blob: ce5c5bebb2b0f9121e5746485835e990a7d49fd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

#ifndef QSCXMLGLOBALS_H
#define QSCXMLGLOBALS_H
#include <QtCore/qglobal.h>

#if defined(BUILD_QSCXMLC)
#  define Q_SCXML_EXPORT
#else
#  include <QtScxml/qtscxmlexports.h>
#endif

// Silence syncqt
QT_BEGIN_NAMESPACE
QT_END_NAMESPACE

#endif // QSCXMLGLOBALS_H