Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qtqmlglobal.h
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3// Qt-Security score:insignificant
4
5#ifndef QTQMLGLOBAL_H
6#define QTQMLGLOBAL_H
7
8
9#include <QtCore/qglobal.h>
10#include <QtQml/qtqml-config.h>
11#if QT_CONFIG(qml_network)
12# include <QtNetwork/qtnetworkglobal.h>
13#endif
14
15# include <QtQml/qtqmlexports.h>
16
17#endif // QTQMLGLOBAL_H