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