mirror of
https://github.com/QuasarApp/SimpleQmlNotify.git
synced 2025-04-26 13:44:34 +00:00
14 lines
279 B
C
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
|