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
qdesigner_components_global.h
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
3// Qt-Security score:significant reason:default
4
5#ifndef QDESIGNER_COMPONENTS_GLOBAL_H
6#define QDESIGNER_COMPONENTS_GLOBAL_H
7
8#include <QtCore/qglobal.h>
9
11
12#define QDESIGNER_COMPONENTS_EXTERN Q_DECL_EXPORT
13#define QDESIGNER_COMPONENTS_IMPORT Q_DECL_IMPORT
14
15#ifdef QT_DESIGNER_STATIC
16# define QDESIGNER_COMPONENTS_EXPORT
17#elif defined(QDESIGNER_COMPONENTS_LIBRARY)
18# define QDESIGNER_COMPONENTS_EXPORT QDESIGNER_COMPONENTS_EXTERN
19#else
20# define QDESIGNER_COMPONENTS_EXPORT QDESIGNER_COMPONENTS_IMPORT
21#endif
22
23
25#endif // QDESIGNER_COMPONENTS_GLOBAL_H
\inmodule QtSql
#define QDESIGNER_COMPONENTS_IMPORT