aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/squish/squishplugin_global.h
blob: 3115700eb49db4245efa5cd5a763a7ff667866bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright (C) 2022 The Qt Company Ltd
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#ifndef SQUISHPLUGIN_GLOBAL_H
#define SQUISHPLUGIN_GLOBAL_H

#include <QtGlobal>

#if defined(SQUISH_LIBRARY)
#  define SQUISHSHARED_EXPORT Q_DECL_EXPORT
#else
#  define SQUISHSHARED_EXPORT Q_DECL_IMPORT
#endif

#endif // SQUISHPLUGIN_GLOBAL_H