mirror of
https://github.com/NohamR/RMHook-Win.git
synced 2026-05-26 04:17:10 +00:00
Add Qt libs and headers
This commit is contained in:
21
paho-mqtt3as-proxy/Qt/include/QtCore/qtresource.h
Normal file
21
paho-mqtt3as-proxy/Qt/include/QtCore/qtresource.h
Normal file
@@ -0,0 +1,21 @@
|
||||
// Copyright (C) 2022 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 QTRESOURCE_H
|
||||
#define QTRESOURCE_H
|
||||
|
||||
#include <QtCore/qtconfigmacros.h>
|
||||
|
||||
#if 0
|
||||
#pragma qt_class(QtResource)
|
||||
#pragma qt_sync_stop_processing
|
||||
#endif
|
||||
|
||||
#define Q_INIT_RESOURCE(name) \
|
||||
do { extern int QT_MANGLE_NAMESPACE(qInitResources_ ## name) (); \
|
||||
QT_MANGLE_NAMESPACE(qInitResources_ ## name) (); } while (false)
|
||||
#define Q_CLEANUP_RESOURCE(name) \
|
||||
do { extern int QT_MANGLE_NAMESPACE(qCleanupResources_ ## name) (); \
|
||||
QT_MANGLE_NAMESPACE(qCleanupResources_ ## name) (); } while (false)
|
||||
|
||||
#endif // QTRESOURCE_H
|
||||
Reference in New Issue
Block a user