qi3pc 0.1.2
Qt based library to communicate with i3wm via its IPC API
Loading...
Searching...
No Matches
qi3pc_global.h
1#ifndef QI3PC_GLOBAL_H
2#define QI3PC_GLOBAL_H
3
4#include <QtCore/qglobal.h>
5
6#if defined(QI3PC_LIBRARY)
7# define QI3PCSHARED_EXPORT Q_DECL_EXPORT
8#else
9# define QI3PCSHARED_EXPORT Q_DECL_IMPORT
10#endif
11
12#endif // QI3PC_GLOBAL_H