diff options
author | Joerg Bornemann <joerg.bornemann@digia.com> | 2013-05-07 15:51:51 +0200 |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@digia.com> | 2013-05-07 18:13:48 +0200 |
commit | da817a7c7da650dd7f63644e5760fc36bb104b3d (patch) | |
tree | bd41068934025b78a5c31791bdc2f20a7d17bfc3 /src/plugins/analyzerbase/analyzerbase_global.h | |
parent | 6bf2cd36735a13b8d3946a19e5af013e129251cd (diff) | |
download | qt-creator-da817a7c7da650dd7f63644e5760fc36bb104b3d.tar.gz |
unify _LIBRARY defines
The _LIBRARY defines for plugins should consist of the plugin name
plus the suffix _LIBRARY to make it possible to generate those
automatically.
Change-Id: Icafc9bce876d77521b47d815c94e7df6da061a51
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'src/plugins/analyzerbase/analyzerbase_global.h')
-rw-r--r-- | src/plugins/analyzerbase/analyzerbase_global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/analyzerbase/analyzerbase_global.h b/src/plugins/analyzerbase/analyzerbase_global.h index 8fb5de1cc6..a5966fd472 100644 --- a/src/plugins/analyzerbase/analyzerbase_global.h +++ b/src/plugins/analyzerbase/analyzerbase_global.h @@ -33,7 +33,7 @@ #include <qglobal.h> -#if defined(ANALYZER_LIBRARY) +#if defined(ANALYZERBASE_LIBRARY) # define ANALYZER_EXPORT Q_DECL_EXPORT #else # define ANALYZER_EXPORT Q_DECL_IMPORT |