don't crash
[decibel-kopete-hacking.git] / lib / decibel_kde_export.h
blob1b2bd5cfc7c105f21bf2529633874de5636d8a06
1 /*
2 * the Decibel Realtime Communication Framework
3 * Copyright (C) 2008 by basyskom GmbH
4 * @author Tobias Hunger <info@basyskom.de>
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License version 2.1 as published by the Free Software Foundation.
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the
17 * Free Software Foundation, Inc.,
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 #ifndef DECIBEL_KDE_EXPORT_H
22 #define DECIBEL_KDE_EXPORT_H
24 #include <QtCore/QtGlobal>
26 #ifdef decibel_KDE_EXPORTS
27 # define DECIBEL_KDE_EXPORT Q_DECL_EXPORT
28 #else
29 # ifdef Q_OS_WIN
30 # define DECIBEL_KDE_EXPORT Q_DECL_IMPORT
31 # else
32 # define DECIBEL_KDE_EXPORT Q_DECL_EXPORT
33 # endif
34 #endif
36 #endif