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

#pragma once

namespace intermediate_lib {
bool isLeafLibResourceAvailable();
bool isResourceAvailable();
} //namespace