Refresh d/patches
[gammaray-debian.git] / qmljsdebugger_global.h
blob1dc6d40f89f2f5ed50aa11a1d5623aa36c2360db
1 /*
2 qmljsdebugger_global.h
4 This file is part of GammaRay, the Qt application inspection and
5 manipulation tool.
7 Copyright (C) 2010-2011 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com
8 Author: Volker Krause <volker.krause@kdab.com>
10 This program is free software; you can redistribute it and/or modify
11 it under the terms of the GNU General Public License as published by
12 the Free Software Foundation, either version 2 of the License, or
13 (at your option) any later version.
15 This program is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 GNU General Public License for more details.
20 You should have received a copy of the GNU General Public License
21 along with this program. If not, see <http://www.gnu.org/licenses/>.
24 /**************************************************************************
26 ** This file is part of Qt Creator
28 ** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
30 ** Contact: Nokia Corporation (info@qt.nokia.com)
33 ** GNU Lesser General Public License Usage
35 ** This file may be used under the terms of the GNU Lesser General Public
36 ** License version 2.1 as published by the Free Software Foundation and
37 ** appearing in the file LICENSE.LGPL included in the packaging of this file.
38 ** Please review the following information to ensure the GNU Lesser General
39 ** Public License version 2.1 requirements will be met:
40 ** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
42 ** In addition, as a special exception, Nokia gives you certain additional
43 ** rights. These rights are described in the Nokia Qt LGPL Exception
44 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
46 ** Other Usage
48 ** Alternatively, this file may be used in accordance with the terms and
49 ** conditions contained in a signed written agreement between you and Nokia.
51 ** If you have questions regarding the use of this file, please contact
52 ** Nokia at qt-info@nokia.com.
54 **************************************************************************/
56 #ifndef GAMMARAY_QMLJSDEBUGGER_GLOBAL_H
57 #define GAMMARAY_QMLJSDEBUGGER_GLOBAL_H
59 #include <QtCore/qglobal.h>
61 # if defined(BUILD_QMLJSDEBUGGER_LIB)
62 # define QMLJSDEBUGGER_EXPORT Q_DECL_EXPORT
63 # define QMLJSDEBUGGER_EXTERN Q_DECL_IMPORT
64 # elif defined(BUILD_QMLJSDEBUGGER_STATIC_LIB)
65 # define QMLJSDEBUGGER_EXPORT
66 # define QMLJSDEBUGGER_EXTERN Q_DECL_IMPORT
67 # else
68 # define QMLJSDEBUGGER_EXPORT
69 # define QMLJSDEBUGGER_EXTERN Q_DECL_IMPORT
70 #endif
72 #endif // QMLJSDEBUGGER_GLOBAL_H