aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/pysidetest/pysidetest_macros.h
blob: 29bd0dc39390d45bae24ebe0ded9bb265a5cd367 (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 PYSIDETEST_MACROS_H
#define PYSIDETEST_MACROS_H

#include <pysidemacros.h>

#define PYSIDETEST_EXPORT PYSIDE_EXPORT
#define PYSIDETEST_IMPORT PYSIDE_IMPORT

#ifdef BUILD_PYSIDETEST
#  define PYSIDETEST_API PYSIDETEST_EXPORT
#else
#  define PYSIDETEST_API PYSIDETEST_IMPORT
#endif

#endif // PYSIDETEST_MACROS_H