aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/libsmart/libsmartmacros.h
blob: c1f229b6c23e9027441f6d7d07be9ec1d1fd4370 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#ifndef LIB_SMART_MACROS_H
#define LIB_SMART_MACROS_H

#include "../libminimal/libminimalmacros.h"

#define LIB_SMART_EXPORT LIBMINIMAL_EXPORT
#define LIB_SMART_IMPORT LIBMINIMAL_IMPORT

#ifdef LIBSMART_BUILD
#  define LIB_SMART_API LIB_SMART_EXPORT
#else
#  define LIB_SMART_API LIB_SMART_IMPORT
#endif

#endif // LIB_SMART_MACROS_H