File indexing completed on 2024-05-19 15:01:11

0001 /****************************************************************************
0002 ** Copyright (C) 2019-2020 Klaralvdalens Datakonsult AB, a KDAB Group company, info@kdab.com.
0003 ** All rights reserved.
0004 **
0005 ** This file is part of the KD MacTouchBar library.
0006 **
0007 ** This file may be distributed and/or modified under the terms of the
0008 ** GNU Lesser General Public License version 3 as published by the
0009 ** Free Software Foundation and appearing in the file LICENSE.LGPL.txt included.
0010 **
0011 ** You may even contact us at info@kdab.com for different licensing options.
0012 **
0013 ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
0014 ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
0015 **
0016 ** Contact info@kdab.com if any conditions of this licensing are not
0017 ** clear to you.
0018 **
0019 **********************************************************************/
0020 #ifndef KDMACTOUCHBAR_GLOBAL_H
0021 #define KDMACTOUCHBAR_GLOBAL_H
0022 
0023 #include <QtCore/QtGlobal>
0024 
0025 #ifdef KDMACTOUCHBAR_BUILD_KDMACTOUCHBAR_LIB
0026 # define KDMACTOUCHBAR_EXPORT Q_DECL_EXPORT
0027 #else
0028 # define KDMACTOUCHBAR_EXPORT Q_DECL_IMPORT
0029 #endif
0030 
0031 #endif /* KDMACTOUCHBAR_GLOBAL_H */