summaryrefslogtreecommitdiff
path: root/gr-qtgui/include/gnuradio/qtgui/api.h
blob: 2f4e7c68573a40a9458941b19fe3d221ef83a27e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * Copyright 2010 Free Software Foundation, Inc.
 *
 * This file is part of GNU Radio
 *
 * SPDX-License-Identifier: GPL-3.0-or-later
 *
 */

#ifndef INCLUDED_QTGUI_API_H
#define INCLUDED_QTGUI_API_H

#include <gnuradio/attributes.h>

#ifdef gnuradio_qtgui_EXPORTS
#define QTGUI_API __GR_ATTR_EXPORT
#else
#define QTGUI_API __GR_ATTR_IMPORT
#endif

#endif /* INCLUDED_QTGUI_API_H */