QuasarAppLib/quasaraapp_global.h

13 lines
258 B
C
Raw Normal View History

2018-08-11 18:09:56 +03:00
#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