summaryrefslogtreecommitdiffstats
path: root/src/pdf/qtpdfglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdf/qtpdfglobal.h')
-rw-r--r--src/pdf/qtpdfglobal.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/pdf/qtpdfglobal.h b/src/pdf/qtpdfglobal.h
new file mode 100644
index 0000000..a4b6d53
--- /dev/null
+++ b/src/pdf/qtpdfglobal.h
@@ -0,0 +1,23 @@
+#ifndef QTPDFGLOBAL_H
+#define QTPDFGLOBAL_H
+
+#include <QtCore/qglobal.h>
+
+QT_BEGIN_NAMESPACE
+
+#ifndef Q_PDF_EXPORT
+# ifndef QT_STATIC
+# if defined(QT_BUILD_PDF_LIB)
+# define Q_PDF_EXPORT Q_DECL_EXPORT
+# else
+# define Q_PDF_EXPORT Q_DECL_IMPORT
+# endif
+# else
+# define Q_PDF_EXPORT
+# endif
+#endif
+
+QT_END_NAMESPACE
+
+#endif // QTPDFGLOBAL_H
+