aboutsummaryrefslogtreecommitdiffstats
path: root/usagestatistic_global.h
blob: 094f51ecc5122dc15967f696e48bf536a0256463 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include <QtGlobal>

#if defined(USAGESTATISTIC_LIBRARY)
#  define USAGESTATISTICSHARED_EXPORT Q_DECL_EXPORT
#else
#  define USAGESTATISTICSHARED_EXPORT Q_DECL_IMPORT
#endif