This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-app/libnymea-common/libnymea-common.h
2018-05-29 13:33:58 +02:00

8 lines
164 B
C

#include <QtCore/QtGlobal>
#if defined(LIBNYMEA_COMMON)
# define LIBNYMEA_COMMON_EXPORT Q_DECL_EXPORT
#else
# define LIBNYMEA_COMMON_EXPORT Q_DECL_IMPORT
#endif