4
0
mirror of https://github.com/QuasarApp/QuasarAppLib.git synced 2025-05-05 22:19:43 +00:00
QuasarAppLib/quasarapp_global.h
2018-08-17 16:00:26 +03:00

13 lines
256 B
C

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