qi3pc 1.0.0.1
Qt bindings for i3wm's IPC interface
Loading...
Searching...
No Matches
qi3pc_global.h
1/* \author Hantz Vius
2 *
3 * \copyright Copyright (C) 2019-2025 Hantz Vius
4 *
5 * \license{
6 * This file is part of qi3pc.
7 *
8 * qi3pc is free software: you can redistribute it and/or modify
9 * it under the terms of the GNU Affero General Public License as published by
10 * the Free Software Foundation, either version 3 of the License, or
11 * (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU Affero General Public License for more details.
17 *
18 * You should have received a copy of the GNU Affero General Public License
19 * along with this program. If not, see <https://www.gnu.org/licenses/>.}
20*/
21
22#ifndef QI3PC_GLOBAL_H
23#define QI3PC_GLOBAL_H
24
25#include <QtCore/qglobal.h>
26
27#if defined(QI3PC_LIBRARY)
28# define QI3PCSHARED_EXPORT Q_DECL_EXPORT
29#else
30# define QI3PCSHARED_EXPORT Q_DECL_IMPORT
31#endif
32
33#endif // QI3PC_GLOBAL_H