forked from qt-creator/qt-creator
Kudos to cgmb and https://github.com/cgmb/guardonce Change-Id: Ifa8970734b8d43fd08c9260c645bdb0228633791 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
10 lines
167 B
C
10 lines
167 B
C
#pragma once
|
|
|
|
#include <QtGlobal>
|
|
|
|
#if defined(EXAMPLE_LIBRARY)
|
|
# define EXAMPLESHARED_EXPORT Q_DECL_EXPORT
|
|
#else
|
|
# define EXAMPLESHARED_EXPORT Q_DECL_IMPORT
|
|
#endif
|