aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangtools/clangtools_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/clangtools/clangtools_global.h')
-rw-r--r--src/plugins/clangtools/clangtools_global.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/clangtools/clangtools_global.h b/src/plugins/clangtools/clangtools_global.h
index c42bd95ccf..159526ec64 100644
--- a/src/plugins/clangtools/clangtools_global.h
+++ b/src/plugins/clangtools/clangtools_global.h
@@ -27,8 +27,8 @@
#include <QtGlobal>
-#if defined(CLANGSTATICANALYZER_LIBRARY)
-# define CLANGSTATICANALYZER_EXPORT Q_DECL_EXPORT
+#if defined(CLANGTOOLS_LIBRARY)
+# define CLANGTOOLS_EXPORT Q_DECL_EXPORT
#else
-# define CLANGSTATICANALYZER_EXPORT Q_DECL_IMPORT
+# define CLANGTOOLS_EXPORT Q_DECL_IMPORT
#endif