digiKam
digikam_export.h
Go to the documentation of this file.
1 /* ============================================================
2  *
3  * This file is a part of digiKam project
4  * https://www.digikam.org
5  *
6  * Date : 2009-08-03
7  * Description : digiKam export headers
8  *
9  * NOTE: Only use pure C comments here as this header is shared between C and C++
10  *
11  * Copyright (C) 2009-2022 by Gilles Caulier <caulier dot gilles at gmail dot com>
12  *
13  * This program is free software; you can redistribute it
14  * and/or modify it under the terms of the GNU General
15  * Public License as published by the Free Software Foundation;
16  * either version 2, or (at your option)
17  * any later version.
18  *
19  * This program is distributed in the hope that it will be useful,
20  * but WITHOUT ANY WARRANTY; without even the implied warranty of
21  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22  * GNU General Public License for more details.
23  *
24  * ============================================================ */
25 
26 #ifndef DIGIKAM_EXPORT_HEADERS_H
27 #define DIGIKAM_EXPORT_HEADERS_H
28 
33 #include "digikam_core_export.h"
34 #include "digikam_database_export.h"
35 #include "digikam_gui_export.h"
36 
37 #endif /* DIGIKAM_EXPORT_HEADERS_H */