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
sdk_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 SDK_GLOBAL_H
5#define SDK_GLOBAL_H
6
7#include <QtCore/qglobal.h>
8
10
11#define QDESIGNER_SDK_EXTERN Q_DECL_EXPORT
12#define QDESIGNER_SDK_IMPORT Q_DECL_IMPORT
13
14#ifdef QT_DESIGNER_STATIC
15# define QDESIGNER_SDK_EXPORT
16#elif defined(QDESIGNER_SDK_LIBRARY)
17# define QDESIGNER_SDK_EXPORT QDESIGNER_SDK_EXTERN
18#else
19# define QDESIGNER_SDK_EXPORT QDESIGNER_SDK_IMPORT
20#endif
21
23
24#endif // SDK_GLOBAL_H
\inmodule QtSql
#define QDESIGNER_SDK_IMPORT
Definition sdk_global.h:12