summaryrefslogtreecommitdiffstats
path: root/config.tests/precompile_header/header.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/precompile_header/header.h')
-rw-r--r--config.tests/precompile_header/header.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.tests/precompile_header/header.h b/config.tests/precompile_header/header.h
new file mode 100644
index 0000000000..0e35f8cb85
--- /dev/null
+++ b/config.tests/precompile_header/header.h
@@ -0,0 +1,8 @@
+// Copyright (C) 2021 The Qt Company Ltd.
+// SPDX-License-Identifier: BSD-3-Clause
+#ifndef HEADER_H
+#define HEADER_H
+
+// Nothing to see here. We just want the HEADER_H define.
+
+#endif