summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/test_add_resources_big_resources/leaf_lib.h
blob: 71195a7c7406db42bf2224edbb4331c7d9ccd283 (plain)
1
2
3
4
5
6
7
8
// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

#pragma once

namespace leaf_lib {
bool isResourceAvailable();
} // namespace