aboutsummaryrefslogtreecommitdiff
path: root/NvBlast/tools/ArtistTools/source/BlastPlugin/blastplugin_global.h
blob: 082519a02a26b76a08a08ea1596d491ca8a2ab15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifdef PLUGINBT_LIB
# define PLUGINBT_EXPORT Q_DECL_EXPORT
#else
# define PLUGINBT_EXPORT Q_DECL_IMPORT
#endif

#ifdef PLUGINBTRENDER_LIB
# define PLUGINBTRENDER_EXPORT Q_DECL_EXPORT
#else
# define PLUGINBTRENDER_EXPORT Q_DECL_IMPORT
#endif