2 * This file is part of SDLGamepad.
4 * SDLGamepad is free software: you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation, either version 3 of the License, or
7 * (at your option) any later version.
9 * SDLGamepad is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
14 * You should have received a copy of the GNU General Public License
15 * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
18 * mail.nalla@gmail.com
21 /**********************************************************************/
22 #ifndef SDLGAMEPAD_GLOBAL_H
23 #define SDLGAMEPAD_GLOBAL_H
25 /**********************************************************************/
26 #include <QtCore/qglobal.h>
28 /**********************************************************************/
29 #if defined(SDLGAMEPAD_LIBRARY)
30 # define SDLGAMEPADSHARED_EXPORT Q_DECL_EXPORT
32 # define SDLGAMEPADSHARED_EXPORT Q_DECL_IMPORT
35 /**********************************************************************/
36 #endif // SDLGAMEPAD_GLOBAL_H