Debugger: Merge DEBUGGER_EXPORT and ANALYZERBASE_EXPORT

Change-Id: Ia6af3e8aa11d7661e9d48adc4e7821badbb2db56
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
This commit is contained in:
hjk
2016-02-25 15:16:56 +01:00
parent c15a2afc49
commit 4babde7d85
@@ -27,12 +27,8 @@
#ifndef ANALYZERBASE_GLOBAL_H
#define ANALYZERBASE_GLOBAL_H
#include <qglobal.h>
#include "../debugger_global.h"
#if defined(ANALYZERBASE_LIBRARY)
# define ANALYZER_EXPORT Q_DECL_EXPORT
#else
# define ANALYZER_EXPORT Q_DECL_IMPORT
#endif
#define ANALYZER_EXPORT DEBUGGER_EXPORT
#endif // ANALYZERBASE_GLOBAL_H