QXmpp
Version:0.4.91
Main Page
Modules
Classes
Files
File List
All
Classes
Functions
Enumerations
Enumerator
Properties
Groups
src
base
QXmppGlobal.h
1
/*
2
* Copyright (C) 2008-2011 The QXmpp developers
3
*
4
* Author:
5
* Manjeet Dahiya
6
*
7
* Source:
8
* http://code.google.com/p/qxmpp
9
*
10
* This file is a part of QXmpp library.
11
*
12
* This library is free software; you can redistribute it and/or
13
* modify it under the terms of the GNU Lesser General Public
14
* License as published by the Free Software Foundation; either
15
* version 2.1 of the License, or (at your option) any later version.
16
*
17
* This library is distributed in the hope that it will be useful,
18
* but WITHOUT ANY WARRANTY; without even the implied warranty of
19
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20
* Lesser General Public License for more details.
21
*
22
*/
23
24
25
#ifndef QXMPPGLOBAL_H
26
#define QXMPPGLOBAL_H
27
28
#include <QString>
29
30
#if defined(QXMPP_SHARED)
31
# if defined(QXMPP_BUILD)
32
# define QXMPP_EXPORT Q_DECL_EXPORT
33
# else
34
# define QXMPP_EXPORT Q_DECL_IMPORT
35
# endif
36
#else
37
# define QXMPP_EXPORT
38
#endif
39
48
49
#define QXMPP_VERSION 0x00045b
50
51
QXMPP_EXPORT QString QXmppVersion();
52
53
#endif //QXMPPGLOBAL_H
Generated by
1.8.1