From 05a64936bb350a3f4e8e4fa56e383b8642003407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Wed, 31 Mar 2021 11:53:36 +0200 Subject: Fix missing 'We mean it' warning for generated qml_compile_hash_p.h Change-Id: I327d377c80749741274a76dfa609417c005bf6c7 Reviewed-by: Alexandru Croitor (cherry picked from commit 403ecb6422b499d9033934148994fe251acc937b) Reviewed-by: Qt Cherry-pick Bot --- src/qml/qml_compile_hash_p.h.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/qml/qml_compile_hash_p.h.in (limited to 'src') diff --git a/src/qml/qml_compile_hash_p.h.in b/src/qml/qml_compile_hash_p.h.in new file mode 100644 index 0000000000..3316da16d6 --- /dev/null +++ b/src/qml/qml_compile_hash_p.h.in @@ -0,0 +1,15 @@ +// Generated file, DO NOT EDIT + +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. +// + +#define QML_COMPILE_HASH "${QML_COMPILE_HASH}" +#define QML_COMPILE_HASH_LENGTH ${QML_COMPILE_HASH_LENGTH} -- cgit v1.2.3