File indexing completed on 2024-05-12 05:10:41

0001 /**
0002   SPDX-FileCopyrightText: 2017-2024 Laurent Montel <montel.org>
0003 
0004   SPDX-License-Identifier: LGPL-2.0-or-later
0005 */
0006 #pragma once
0007 
0008 #include "akonadi-calendar_export.h"
0009 
0010 /* Classes which are exported only for unit tests */
0011 #ifdef BUILD_TESTING
0012 #ifndef AKONADI_CALENDAR_TESTS_EXPORT
0013 #define AKONADI_CALENDAR_TESTS_EXPORT AKONADI_CALENDAR_EXPORT
0014 #endif
0015 #else /* not compiling tests */
0016 #define AKONADI_CALENDAR_TESTS_EXPORT
0017 #endif