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
4#ifndef QDESIGNER_COMPONENTS_GLOBAL_H
5#define QDESIGNER_COMPONENTS_GLOBAL_H
6
7#include <QtCore/qglobal.h>
8
10
11#define QDESIGNER_COMPONENTS_EXTERN Q_DECL_EXPORT
12#define QDESIGNER_COMPONENTS_IMPORT Q_DECL_IMPORT
13
14#ifdef QT_DESIGNER_STATIC
15# define QDESIGNER_COMPONENTS_EXPORT
16#elif defined(QDESIGNER_COMPONENTS_LIBRARY)
17# define QDESIGNER_COMPONENTS_EXPORT QDESIGNER_COMPONENTS_EXTERN
18#else
19# define QDESIGNER_COMPONENTS_EXPORT QDESIGNER_COMPONENTS_IMPORT
20#endif
21
22
24#endif // QDESIGNER_COMPONENTS_GLOBAL_H
\inmodule QtSql
#define QDESIGNER_COMPONENTS_IMPORT