summaryrefslogtreecommitdiffstats
path: root/config.tests/precompile_header/header.h
blob: 0e35f8cb85d9af218bafbef1edfebb81a546e5ab (plain)
1
2
3
4
5
6
7
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