summaryrefslogtreecommitdiffstats
path: root/src/corelib/Qt6CoreResourceInit.in.cpp
blob: 3f1757362d0a75e75ab32748205318c2703e190e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

// This file was generated by the qt_add_resources command.

#include <QtCore/qtsymbolmacros.h>

QT_DECLARE_EXTERN_RESOURCE(@RESOURCE_NAME@)

namespace {
    struct resourceReferenceKeeper {
        resourceReferenceKeeper() { QT_KEEP_RESOURCE(@RESOURCE_NAME@) }
    } resourceReferenceKeeperInstance;
}