aboutsummaryrefslogtreecommitdiff
path: root/NvBlast/tools/ArtistTools/source/BlastPlugin/blastplugin_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'NvBlast/tools/ArtistTools/source/BlastPlugin/blastplugin_global.h')
-rw-r--r--NvBlast/tools/ArtistTools/source/BlastPlugin/blastplugin_global.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/NvBlast/tools/ArtistTools/source/BlastPlugin/blastplugin_global.h b/NvBlast/tools/ArtistTools/source/BlastPlugin/blastplugin_global.h
new file mode 100644
index 0000000..082519a
--- /dev/null
+++ b/NvBlast/tools/ArtistTools/source/BlastPlugin/blastplugin_global.h
@@ -0,0 +1,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 \ No newline at end of file