Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
Qt6CoreResourceInit.in.cpp
Go to the documentation of this file.
1// Copyright (C) 2023 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
3
4// This file was generated by the qt_add_resources command.
5
6#include <QtCore/qtsymbolmacros.h>
7
8QT_DECLARE_EXTERN_RESOURCE(@RESOURCE_NAME@)
9
10namespace {
11 struct resourceReferenceKeeper {
12 resourceReferenceKeeper() { QT_KEEP_RESOURCE(@RESOURCE_NAME@) }
13 } resourceReferenceKeeperInstance;
14}
#define QT_DECLARE_EXTERN_RESOURCE(NAME)
#define QT_KEEP_RESOURCE(NAME)