MapLibre Native for Qt
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Functions
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
f
g
h
i
l
m
n
o
p
t
u
v
w
z
Typedefs
Enumerations
Enumerator
c
d
f
l
m
n
p
s
u
Properties
Files
File List
Examples
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Modules
Pages
Loading...
Searching...
No Matches
export_core.hpp
1
// Copyright (C) 2023 MapLibre contributors
2
3
// SPDX-License-Identifier: BSD-2-Clause
4
5
#ifndef QMAPLIBRE_CORE_EXPORT_H
6
#define QMAPLIBRE_CORE_EXPORT_H
7
8
#include <QtCore/QtGlobal>
9
10
#if !defined(QT_MAPLIBRE_STATIC)
11
#if defined(QT_BUILD_MAPLIBRE_CORE_LIB)
12
#define Q_MAPLIBRE_CORE_EXPORT Q_DECL_EXPORT
13
#else
14
#define Q_MAPLIBRE_CORE_EXPORT Q_DECL_IMPORT
15
#endif
16
#else
17
#define Q_MAPLIBRE_CORE_EXPORT
18
#endif
19
20
#endif
// QMAPLIBRE_CORE_EXPORT_H
src
core
export_core.hpp
MapLibre website
|
GitHub repository
|
MapLibre Native Core