QuasarAppLib/quasarapp_global.h

13 lines
255 B
C
Raw Permalink Normal View History

2018-08-11 18:09:56 +03:00
#ifndef QUASARAAPP_GLOBAL_H
#define QUASARAAPP_GLOBAL_H
#include <QtCore/qglobal.h>
2020-04-19 13:04:33 +03:00
#if defined(QUASARAPP_LIBRARY)
2018-08-17 16:00:26 +03:00
# define QUASARAPPSHARED_EXPORT Q_DECL_EXPORT
2018-08-11 18:09:56 +03:00
#else
2018-08-17 16:00:26 +03:00
# define QUASARAPPSHARED_EXPORT Q_DECL_IMPORT
2018-08-11 18:09:56 +03:00
#endif
#endif // QUASARAAPP_GLOBAL_H