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.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/pdf/qtpdfglobal.h b/src/pdf/qtpdfglobal.h
new file mode 100644
index 000000000..2d0900029
--- /dev/null
+++ b/src/pdf/qtpdfglobal.h
@@ -0,0 +1,11 @@
+// Copyright (C) 2020 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
+
+#ifndef QTPDFGLOBAL_H
+#define QTPDFGLOBAL_H
+
+#include <QtCore/qglobal.h>
+#include <QtPdf/qtpdfexports.h>
+
+#endif // QTPDFGLOBAL_H
+