// 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 QTDBUSGLOBAL_H #define QTDBUSGLOBAL_H #include #include #include #ifndef Q_MOC_RUN # define Q_NOREPLY #endif #ifdef Q_CC_MSVC #include #include #endif #ifndef QT_NO_DBUS #include #endif // QT_NO_DBUS #endif