Brooklyn/plasma/workspace/kcms/kfontinst/lib/kfontinst_export.h

26 lines
412 B
C
Raw Normal View History

2022-03-05 22:41:29 +05:00
/*
SPDX-FileCopyrightText: 2006 Matthias Kretz <kretz@kde.org>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#pragma once
#include <QtGlobal>
#if defined _WIN32 || defined _WIN64
#ifndef KFONTINST_EXPORT
#if defined(MAKE_KFONTINST_LIB)
#define KFONTINST_EXPORT Q_DECL_EXPORT
#else
#define KFONTINST_EXPORT Q_DECL_IMPORT
#endif
#endif
#else /* UNIX */
#define KFONTINST_EXPORT Q_DECL_EXPORT
#endif