YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
yarpbuilderlib_global.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-License-Identifier: LGPL-2.1-or-later
4 */
5
6#ifndef YARPBUILDERLIB_GLOBAL_H
7#define YARPBUILDERLIB_GLOBAL_H
8
9#include <QtCore/qglobal.h>
10
11#if defined(YARPBUILDERLIB_LIBRARY)
12# define YARPBUILDERLIBSHARED_EXPORT Q_DECL_EXPORT
13#else
14# define YARPBUILDERLIBSHARED_EXPORT Q_DECL_IMPORT
15#endif
16
17#endif // YARPBUILDERLIB_GLOBAL_H