aboutsummaryrefslogtreecommitdiffstats
path: root/doc/api/examples/exampleplugin/example_global.h
blob: 00c77e6b162ab6cc364c79417fc2c51134a5d07a (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include <QtGlobal>

#if defined(EXAMPLE_LIBRARY)
#  define EXAMPLESHARED_EXPORT Q_DECL_EXPORT
#else
#  define EXAMPLESHARED_EXPORT Q_DECL_IMPORT
#endif