summaryrefslogtreecommitdiffstats
path: root/config.tests/precompile_header/header.h
blob: 4288ee27317c8b28f440b47bd4f3ae9597579ec5 (plain)
1
2
3
4
5
6
7
8
// 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 HEADER_H
#define HEADER_H

// Nothing to see here. We just want the HEADER_H define.

#endif