File indexing completed on 2024-12-22 04:33:56

0001 //SPDX-FileCopyrightText: 2015 Jolla Ltd. <valerio.valerio@jolla.com>
0002 //SPDX-FileContributor: Andres Gomez
0003 //
0004 //SPDX-License-Identifier: LGPL-2.1-or-later
0005 
0006 
0007 #ifndef QT_DBUS_EXTENDED_H
0008 #define QT_DBUS_EXTENDED_H
0009 
0010 #if defined(QT_DBUS_EXTENDED_LIBRARY)
0011 #  define QT_DBUS_EXTENDED_EXPORT Q_DECL_EXPORT
0012 #else
0013 #  define QT_DBUS_EXTENDED_EXPORT Q_DECL_IMPORT
0014 #endif
0015 
0016 #endif /* QT_DBUS_EXTENDED_H */