OpenLCP/platform/qt/qsacnnode_global.h

10 lines
148 B
C
Raw Normal View History

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