aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlregistration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmlregistration.h')
-rw-r--r--src/qml/qml/qqmlregistration.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/qml/qml/qqmlregistration.h b/src/qml/qml/qqmlregistration.h
new file mode 100644
index 0000000000..562a79eaf1
--- /dev/null
+++ b/src/qml/qml/qqmlregistration.h
@@ -0,0 +1,15 @@
+// Copyright (C) 2021 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 QQMLREGISTRATION_H
+#define QQMLREGISTRATION_H
+
+#include <QtCore/qglobal.h>
+#include <QtQmlIntegration/qqmlintegration.h>
+
+// satisfy configure, which warns about public headers not using those
+QT_BEGIN_NAMESPACE
+
+QT_END_NAMESPACE
+
+#endif // QQMLREGISTRATION_H