00001 /*************************************************************************** 00002 * Copyright (C) 2009-2010 by Dominik Kapusta <d@ayoy.net> * 00003 * * 00004 * This library is free software; you can redistribute it and/or modify * 00005 * it under the terms of the GNU Lesser General Public License as * 00006 * published by the Free Software Foundation; either version 2.1 of * 00007 * the License, or (at your option) any later version. * 00008 * * 00009 * This library is distributed in the hope that it will be useful, * 00010 * but WITHOUT ANY WARRANTY; without even the implied warranty of * 00011 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * 00012 * Lesser General Public License for more details. * 00013 * * 00014 * You should have received a copy of the GNU Lesser General Public * 00015 * License along with this library; if not, write to * 00016 * the Free Software Foundation, Inc., * 00017 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * 00018 ***************************************************************************/ 00019 00020 00028 #ifndef QOAUTH_GLOBAL_H 00029 #define QOAUTH_GLOBAL_H 00030 00031 #include <QtCore/qglobal.h> 00032 00033 #if defined(QOAUTH) 00034 # define QOAUTH_EXPORT Q_DECL_EXPORT 00035 #else 00036 # define QOAUTH_EXPORT Q_DECL_IMPORT 00037 #endif 00038 00039 #endif // QOAUTH_GLOBAL_H