aboutsummaryrefslogtreecommitdiffstats
path: root/src/aglextras/aglextrasglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/aglextras/aglextrasglobal.h')
-rw-r--r--src/aglextras/aglextrasglobal.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/aglextras/aglextrasglobal.h b/src/aglextras/aglextrasglobal.h
new file mode 100644
index 0000000..24f23b7
--- /dev/null
+++ b/src/aglextras/aglextrasglobal.h
@@ -0,0 +1,20 @@
+#ifndef AGLEXTRASGLOBAL_H
+#define AGLEXTRASGLOBAL_H
+
+#include <QtCore/qglobal.h>
+
+QT_BEGIN_NAMESPACE
+
+#ifndef QT_STATIC
+#if defined (QT_BUILD_AGLEXTRAS_LIB)
+#define AGLEXTRAS_EXPORT Q_DECL_EXPORT
+#else
+#define AGLEXTRAS_EXPORT Q_DECL_IMPORT
+#endif
+#else
+#define AGLEXTRAS_EXPORT
+#endif
+
+QT_END_NAMESPACE
+
+#endif // AGLEXTRASGLOBAL_H