QuasarAppLib/quasarapp_global.h
2020-04-19 13:04:33 +03:00

13 lines
255 B
C

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