Files
ximeaControlDll/Header_Files/irisximeaimager_global.h

13 lines
288 B
C
Raw Normal View History

#ifndef IRISXIMEAIMAGER_GLOBAL_H
#define IRISXIMEAIMAGER_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(IRISXIMEAIMAGER_LIBRARY)
# define IRISXIMEAIMAGERSHARED_EXPORT Q_DECL_EXPORT
#else
# define IRISXIMEAIMAGERSHARED_EXPORT Q_DECL_IMPORT
#endif
#endif // IRISXIMEAIMAGER_GLOBAL_H