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
extension_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 EXTENSION_GLOBAL_H
6#define EXTENSION_GLOBAL_H
7
8#include <QtCore/qglobal.h>
9
11
12#define QDESIGNER_EXTENSION_EXTERN Q_DECL_EXPORT
13#define QDESIGNER_EXTENSION_IMPORT Q_DECL_IMPORT
14
15#ifdef QT_DESIGNER_STATIC
16# define QDESIGNER_EXTENSION_EXPORT
17#elif defined(QDESIGNER_EXTENSION_LIBRARY)
18# define QDESIGNER_EXTENSION_EXPORT QDESIGNER_EXTENSION_EXTERN
19#else
20# define QDESIGNER_EXTENSION_EXPORT QDESIGNER_EXTENSION_IMPORT
21#endif
22
24
25#endif // EXTENSION_GLOBAL_H
\inmodule QtSql
#define QDESIGNER_EXTENSION_IMPORT