You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kev/Drawer/GVision/MLMicroStructure/mlmicrostructure_global.h

14 lines
256 B
C

#pragma once
#include <QtCore/qglobal.h>
#ifndef BUILD_STATIC
# if defined(MLMICROSTRUCTURE_LIB)
# define MLMICROSTRUCTURE_EXPORT Q_DECL_EXPORT
# else
# define MLMICROSTRUCTURE_EXPORT Q_DECL_IMPORT
# endif
#else
# define MLMICROSTRUCTURE_EXPORT
#endif