summaryrefslogtreecommitdiffstats
path: root/cmake/modulecppexports.h.in
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2023-04-05 14:49:16 +0200
committerFabian Kosmale <fabian.kosmale@qt.io>2023-04-05 18:25:06 +0200
commit63b350b2ed10b2a6feed67f14e53bcfd605d6db7 (patch)
tree962f90995263acb737f7107c3bbebdfc6583ee2a /cmake/modulecppexports.h.in
parent792a5b15c906f42940d9dbfc2e7d1edc65eee3a2 (diff)
cmake: Indicate that export headers are autogenerated
This should help anyone stumbling upon them to realize that they should not be modified directly. Change-Id: Ib5218babdb8943646e222342f1040e5bba693076 Reviewed-by: Olivier De Cannière <olivier.decanniere@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'cmake/modulecppexports.h.in')
-rw-r--r--cmake/modulecppexports.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/modulecppexports.h.in b/cmake/modulecppexports.h.in
index a7a349084e..d4864bb9d4 100644
--- a/cmake/modulecppexports.h.in
+++ b/cmake/modulecppexports.h.in
@@ -1,6 +1,8 @@
// Copyright (C) 2022 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
+// This file is autogenerated. Changes will be overwritten.
+
#include <QtCore/qglobal.h>
#ifndef @header_base_name_upper@_H