| e5fcad3 by Lars Knoll at 2009-03-23 |
1 |
/**************************************************************************** |
|
2 |
** |
| 89c08c0 by Jason McDonald at 2012-01-11 |
3 |
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies). |
| 04e3b30 by Jason McDonald at 2009-09-09 |
4 |
** All rights reserved. |
| 858c70f by Jason McDonald at 2009-06-16 |
5 |
** Contact: Nokia Corporation (qt-info@nokia.com) |
| e5fcad3 by Lars Knoll at 2009-03-23 |
6 |
** |
|
7 |
** This file is part of the test suite of the Qt Toolkit. |
|
8 |
** |
|
9 |
** $QT_BEGIN_LICENSE:LGPL$ |
|
10 |
** GNU Lesser General Public License Usage |
| 1eea52e by Jyri Tahtela at 2011-05-13 |
11 |
** This file may be used under the terms of the GNU Lesser General Public |
|
12 |
** License version 2.1 as published by the Free Software Foundation and |
|
13 |
** appearing in the file LICENSE.LGPL included in the packaging of this |
|
14 |
** file. Please review the following information to ensure the GNU Lesser |
|
15 |
** General Public License version 2.1 requirements will be met: |
|
16 |
** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. |
| e5fcad3 by Lars Knoll at 2009-03-23 |
17 |
** |
| 04e3b30 by Jason McDonald at 2009-09-09 |
18 |
** In addition, as a special exception, Nokia gives you certain additional |
| 1eea52e by Jyri Tahtela at 2011-05-13 |
19 |
** rights. These rights are described in the Nokia Qt LGPL Exception |
| 04e3b30 by Jason McDonald at 2009-09-09 |
20 |
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. |
| e5fcad3 by Lars Knoll at 2009-03-23 |
21 |
** |
| 1eea52e by Jyri Tahtela at 2011-05-13 |
22 |
** GNU General Public License Usage |
|
23 |
** Alternatively, this file may be used under the terms of the GNU General |
|
24 |
** Public License version 3.0 as published by the Free Software Foundation |
|
25 |
** and appearing in the file LICENSE.GPL included in the packaging of this |
|
26 |
** file. Please review the following information to ensure the GNU General |
|
27 |
** Public License version 3.0 requirements will be met: |
|
28 |
** http://www.gnu.org/copyleft/gpl.html. |
| 309db73 by Jason McDonald at 2009-08-31 |
29 |
** |
| 1eea52e by Jyri Tahtela at 2011-05-13 |
30 |
** Other Usage |
|
31 |
** Alternatively, this file may be used in accordance with the terms and |
|
32 |
** conditions contained in a signed written agreement between you and Nokia. |
| 309db73 by Jason McDonald at 2009-08-31 |
33 |
** |
|
34 |
** |
|
35 |
** |
|
36 |
** |
| e5fcad3 by Lars Knoll at 2009-03-23 |
37 |
** |
|
38 |
** $QT_END_LICENSE$ |
|
39 |
** |
|
40 |
****************************************************************************/ |
|
41 |
#include <boost/aligned_storage.hpp> |
|
42 |
#include <boost/any.hpp> |
|
43 |
#include <boost/array.hpp> |
|
44 |
#include <boost/assert.hpp> |
|
45 |
#include <boost/assign.hpp> |
|
46 |
#include <boost/bind.hpp> |
|
47 |
#include <boost/blank_fwd.hpp> |
|
48 |
#include <boost/blank.hpp> |
|
49 |
#include <boost/call_traits.hpp> |
|
50 |
#include <boost/cast.hpp> |
|
51 |
#include <boost/checked_delete.hpp> |
|
52 |
#include <boost/compressed_pair.hpp> |
|
53 |
#include <boost/concept_archetype.hpp> |
|
54 |
#include <boost/concept_check.hpp> |
|
55 |
#include <boost/config.hpp> |
|
56 |
#include <boost/crc.hpp> |
|
57 |
#include <boost/cstdint.hpp> |
|
58 |
#include <boost/cstdlib.hpp> |
|
59 |
#include <boost/current_function.hpp> |
|
60 |
#include <boost/dynamic_bitset_fwd.hpp> |
|
61 |
#include <boost/dynamic_bitset.hpp> |
|
62 |
#include <boost/enable_shared_from_this.hpp> |
|
63 |
#include <boost/format.hpp> |
|
64 |
#include <boost/functional.hpp> |
|
65 |
#include <boost/function_equal.hpp> |
|
66 |
#include <boost/function.hpp> |
|
67 |
#include <boost/function_output_iterator.hpp> |
|
68 |
#include <boost/generator_iterator.hpp> |
|
69 |
#include <boost/get_pointer.hpp> |
|
70 |
#include <boost/implicit_cast.hpp> |
|
71 |
#include <boost/indirect_reference.hpp> |
|
72 |
#include <boost/integer_fwd.hpp> |
|
73 |
#include <boost/integer.hpp> |
|
74 |
#include <boost/integer_traits.hpp> |
|
75 |
#include <boost/intrusive_ptr.hpp> |
|
76 |
#include <boost/io_fwd.hpp> |
|
77 |
#include <boost/iterator_adaptors.hpp> |
|
78 |
#include <boost/iterator.hpp> |
|
79 |
#include <boost/last_value.hpp> |
|
80 |
#include <boost/lexical_cast.hpp> |
|
81 |
#include <boost/limits.hpp> |
|
82 |
#include <boost/math_fwd.hpp> |
|
83 |
#include <boost/mem_fn.hpp> |
|
84 |
#include <boost/multi_array.hpp> |
|
85 |
#include <boost/next_prior.hpp> |
|
86 |
#include <boost/noncopyable.hpp> |
|
87 |
#include <boost/nondet_random.hpp> |
|
88 |
#include <boost/none.hpp> |
|
89 |
#include <boost/non_type.hpp> |
|
90 |
#include <boost/operators.hpp> |
|
91 |
#include <boost/optional.hpp> |
|
92 |
#include <boost/pfto.hpp> |
|
93 |
#include <boost/pointee.hpp> |
|
94 |
#include <boost/preprocessor.hpp> |
|
95 |
#include <boost/progress.hpp> |
|
96 |
#include <boost/property_map.hpp> |
|
97 |
#include <boost/property_map_iterator.hpp> |
|
98 |
#include <boost/random.hpp> |
|
99 |
#include <boost/range.hpp> |
|
100 |
#include <boost/rational.hpp> |
|
101 |
#include <boost/ref.hpp> |
|
102 |
#include <boost/scoped_array.hpp> |
|
103 |
#include <boost/scoped_ptr.hpp> |
|
104 |
#include <boost/shared_array.hpp> |
|
105 |
#include <boost/shared_container_iterator.hpp> |
|
106 |
#include <boost/shared_ptr.hpp> |
|
107 |
#include <boost/smart_cast.hpp> |
|
108 |
#include <boost/smart_ptr.hpp> |
|
109 |
#include <boost/spirit.hpp> |
|
110 |
#include <boost/state_saver.hpp> |
|
111 |
#include <boost/static_assert.hpp> |
|
112 |
#include <boost/static_warning.hpp> |
|
113 |
#include <boost/strong_typedef.hpp> |
|
114 |
#include <boost/throw_exception.hpp> |
|
115 |
#include <boost/timer.hpp> |
|
116 |
#include <boost/token_functions.hpp> |
|
117 |
#include <boost/token_iterator.hpp> |
|
118 |
#include <boost/tokenizer.hpp> |
|
119 |
#include <boost/type.hpp> |
|
120 |
#include <boost/type_traits.hpp> |
|
121 |
#include <boost/utility.hpp> |
|
122 |
#include <boost/variant.hpp> |
|
123 |
#include <boost/vector_property_map.hpp> |
|
124 |
#include <boost/version.hpp> |
|
125 |
#include <boost/visit_each.hpp> |
|
126 |
#include <boost/weak_ptr.hpp> |