4
0
mirror of https://github.com/QuasarApp/QuasarAppLib.git synced 2025-05-06 22:49:42 +00:00
QuasarAppLib/quasaraapp_global.h
2018-08-11 18:25:17 +03:00

13 lines
258 B
C

#ifndef QUASARAAPP_GLOBAL_H
#define QUASARAAPP_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(QUASARAAPP_LIBRARY)
# define QUASARAAPPSHARED_EXPORT Q_DECL_EXPORT
#else
# define QUASARAAPPSHARED_EXPORT Q_DECL_IMPORT
#endif
#endif // QUASARAAPP_GLOBAL_H