forked from qt-creator/qt-creator
QmlProfiler: first commit
This commit is contained in:
13
src/plugins/qmlprofiler/qmlprofiler_global.h
Normal file
13
src/plugins/qmlprofiler/qmlprofiler_global.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef QMLPROFILERPLUGIN_GLOBAL_H
|
||||
#define QMLPROFILERPLUGIN_GLOBAL_H
|
||||
|
||||
#include <QtCore/QtGlobal>
|
||||
|
||||
#if defined(QMLPROFILERPLUGIN_LIBRARY)
|
||||
# define QMLPROFILERPLUGINSHARED_EXPORT Q_DECL_EXPORT
|
||||
#else
|
||||
# define QMLPROFILERPLUGINSHARED_EXPORT Q_DECL_IMPORT
|
||||
#endif
|
||||
|
||||
#endif // QMLPROFILERPLUGIN_GLOBAL_H
|
||||
|
||||
Reference in New Issue
Block a user