OpenLCP/platform/qt/sacn/qsacn_global.h

10 lines
151 B
C
Raw Normal View History

2021-08-06 12:15:02 -04:00
#pragma once
#include <QtCore/qglobal.h>
2021-09-14 09:17:14 -04:00
#if defined(QsACN_LIBRARY)
# define QT_EXPORT Q_DECL_EXPORT
#else
# define QT_EXPORT Q_DECL_IMPORT
#endif