aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofiler_global.h
diff options
context:
space:
mode:
authorChristiaan Janssen <christiaan.janssen@nokia.com>2011-03-11 12:22:57 +0100
committerChristiaan Janssen <christiaan.janssen@nokia.com>2011-03-24 11:07:59 +0100
commitf774556de776f26869e94c35557196eae7d95a39 (patch)
tree6c1f36ff50591c430d4514d3167242482ff2ee96 /src/plugins/qmlprofiler/qmlprofiler_global.h
parent39daf232470db207ee5e6e6ab3a832bbec99421e (diff)
QmlProfiler: first commit
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofiler_global.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofiler_global.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofiler_global.h b/src/plugins/qmlprofiler/qmlprofiler_global.h
new file mode 100644
index 00000000000..7a75158cb0c
--- /dev/null
+++ b/src/plugins/qmlprofiler/qmlprofiler_global.h
@@ -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
+