/* SPDX-FileCopyrightText: 2006 Matthias Kretz SPDX-License-Identifier: GPL-2.0-or-later */ #pragma once #include #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