forked from qt-creator/qt-creator
Debugger: Merge DEBUGGER_EXPORT and ANALYZERBASE_EXPORT
Change-Id: Ia6af3e8aa11d7661e9d48adc4e7821badbb2db56 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user