4
0
mirror of https://github.com/QuasarApp/SimpleQmlNotify.git synced 2025-05-04 09:19:37 +00:00
SimpleQmlNotify/notifyservice_global.h
2019-11-19 15:20:38 +03:00

14 lines
279 B
C

#ifndef NOTIFYSERVICE_GLOBAL_H
#define NOTIFYSERVICE_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(QMLNOTYFYSERICE_LIBRARY)
# define NOTIFYSERVICESHARED_EXPORT Q_DECL_EXPORT
#else
# define NOTIFYSERVICESHARED_EXPORT Q_DECL_IMPORT
#endif
#endif // NOTIFYSERVICE_GLOBAL_H