File indexing completed on 2024-12-08 07:28:31
0001 /* This file is part of the KDE project 0002 SPDX-FileCopyrightText: 2007 Matthias Kretz <kretz@kde.org> 0003 0004 SPDX-License-Identifier: LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL 0005 */ 0006 0007 #pragma once 0008 0009 #ifndef KDENLIVECORE_EXPORT 0010 #if defined(MAKE_KDENLIVECORE_LIB) 0011 /* We are building this library */ 0012 #define KDENLIVECORE_EXPORT Q_DECL_EXPORT 0013 #else 0014 /* We are using this library */ 0015 #define KDENLIVECORE_EXPORT Q_DECL_IMPORT 0016 #endif 0017 #endif