File indexing completed on 2025-01-19 03:50:42
0001 /* ============================================================ 0002 * 0003 * This file is a part of digiKam project 0004 * https://www.digikam.org 0005 * 0006 * Date : 2009-08-03 0007 * Description : digiKam export headers 0008 * 0009 * NOTE: Only use pure C comments here as this header is shared between C and C++ 0010 * 0011 * SPDX-FileCopyrightText: 2009-2024 by Gilles Caulier <caulier dot gilles at gmail dot com> 0012 * 0013 * SPDX-License-Identifier: GPL-2.0-or-later 0014 * 0015 * ============================================================ */ 0016 0017 #ifndef DIGIKAM_EXPORT_HEADERS_H 0018 #define DIGIKAM_EXPORT_HEADERS_H 0019 0020 /** 0021 * These header files automatically generated by generate_export_header() macro 0022 * for each shared library targets. 0023 */ 0024 #include "digikam_core_export.h" 0025 #include "digikam_database_export.h" 0026 #include "digikam_gui_export.h" 0027 0028 #endif /* DIGIKAM_EXPORT_HEADERS_H */