1
0
Fork 0
OpenLCP/platform/qt/sacn/qsacn_global.h

10 lines
151 B
C

#pragma once
#include <QtCore/qglobal.h>
#if defined(QsACN_LIBRARY)
# define QT_EXPORT Q_DECL_EXPORT
#else
# define QT_EXPORT Q_DECL_IMPORT
#endif