QmlProfiler: first commit

This commit is contained in:
Christiaan Janssen
2011-03-11 12:22:57 +01:00
parent 39daf23247
commit f774556de7
40 changed files with 4337 additions and 1 deletions

View 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