Marble

geodata_export.h
1 // SPDX-License-Identifier: LGPL-2.1-or-later
2 //
3 // SPDX-FileCopyrightText: 2007 Christian Ehrlicher <[email protected]>
4 // SPDX-FileCopyrightText: 2008 Patrick Spendrin <[email protected]>
5 //
6 
7 #ifndef GEODATA_EXPORT_H
8 #define GEODATA_EXPORT_H
9 
10 #include "marble_export.h"
11 
12 // please make sure to create a real export-header if geodata becomes an independent library
13 #define GEODATA_EXPORT MARBLE_EXPORT
14 #define GEODATA_DEPRECATED MARBLE_DEPRECATED
15 
16 #endif // GEODATA_EXPORT_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Dec 5 2023 03:53:49 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.