1 | /****************************************************************************
|
---|
2 | **
|
---|
3 | ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
---|
4 | ** Contact: Qt Software Information ([email protected])
|
---|
5 | **
|
---|
6 | ** This file is part of the QtCore module of the Qt Toolkit.
|
---|
7 | **
|
---|
8 | ** $QT_BEGIN_LICENSE:LGPL$
|
---|
9 | ** Commercial Usage
|
---|
10 | ** Licensees holding valid Qt Commercial licenses may use this file in
|
---|
11 | ** accordance with the Qt Commercial License Agreement provided with the
|
---|
12 | ** Software or, alternatively, in accordance with the terms contained in
|
---|
13 | ** a written agreement between you and Nokia.
|
---|
14 | **
|
---|
15 | ** GNU Lesser General Public License Usage
|
---|
16 | ** Alternatively, this file may be used under the terms of the GNU Lesser
|
---|
17 | ** General Public License version 2.1 as published by the Free Software
|
---|
18 | ** Foundation and appearing in the file LICENSE.LGPL included in the
|
---|
19 | ** packaging of this file. Please review the following information to
|
---|
20 | ** ensure the GNU Lesser General Public License version 2.1 requirements
|
---|
21 | ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
---|
22 | **
|
---|
23 | ** In addition, as a special exception, Nokia gives you certain
|
---|
24 | ** additional rights. These rights are described in the Nokia Qt LGPL
|
---|
25 | ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
|
---|
26 | ** package.
|
---|
27 | **
|
---|
28 | ** GNU General Public License Usage
|
---|
29 | ** Alternatively, this file may be used under the terms of the GNU
|
---|
30 | ** General Public License version 3.0 as published by the Free Software
|
---|
31 | ** Foundation and appearing in the file LICENSE.GPL included in the
|
---|
32 | ** packaging of this file. Please review the following information to
|
---|
33 | ** ensure the GNU General Public License version 3.0 requirements will be
|
---|
34 | ** met: http://www.gnu.org/copyleft/gpl.html.
|
---|
35 | **
|
---|
36 | ** If you are unsure which license is appropriate for your use, please
|
---|
37 | ** contact the sales department at [email protected].
|
---|
38 | ** $QT_END_LICENSE$
|
---|
39 | **
|
---|
40 | ****************************************************************************/
|
---|
41 |
|
---|
42 | /* Data structures */
|
---|
43 | #ifndef QT_NO_QUUID_STRING
|
---|
44 | # define QT_NO_QUUID_STRING
|
---|
45 | #endif
|
---|
46 | #ifndef QT_NO_STL
|
---|
47 | # define QT_NO_STL
|
---|
48 | #endif
|
---|
49 |
|
---|
50 | /* Dialogs */
|
---|
51 | #ifndef QT_NO_COLORDIALOG
|
---|
52 | # define QT_NO_COLORDIALOG
|
---|
53 | #endif
|
---|
54 | #ifndef QT_NO_ERRORMESSAGE
|
---|
55 | # define QT_NO_ERRORMESSAGE
|
---|
56 | #endif
|
---|
57 | #ifndef QT_NO_FILEDIALOG
|
---|
58 | # define QT_NO_FILEDIALOG
|
---|
59 | #endif
|
---|
60 | #ifndef QT_NO_FONTDIALOG
|
---|
61 | # define QT_NO_FONTDIALOG
|
---|
62 | #endif
|
---|
63 | #ifndef QT_NO_INPUTDIALOG
|
---|
64 | # define QT_NO_INPUTDIALOG
|
---|
65 | #endif
|
---|
66 | #ifndef QT_NO_MESSAGEBOX
|
---|
67 | # define QT_NO_MESSAGEBOX
|
---|
68 | #endif
|
---|
69 | #ifndef QT_NO_PRINTDIALOG
|
---|
70 | # define QT_NO_PRINTDIALOG
|
---|
71 | #endif
|
---|
72 | #ifndef QT_NO_PROGRESSDIALOG
|
---|
73 | # define QT_NO_PROGRESSDIALOG
|
---|
74 | #endif
|
---|
75 | #ifndef QT_NO_TABDIALOG
|
---|
76 | # define QT_NO_TABDIALOG
|
---|
77 | #endif
|
---|
78 |
|
---|
79 | /* File I/O */
|
---|
80 | #ifndef QT_NO_TEXTSTREAM
|
---|
81 | # define QT_NO_TEXTSTREAM
|
---|
82 | #endif
|
---|
83 | #ifndef QT_NO_SETTINGS
|
---|
84 | # define QT_NO_SETTINGS
|
---|
85 | #endif
|
---|
86 | #ifndef QT_NO_LIBRARY
|
---|
87 | # define QT_NO_LIBRARY
|
---|
88 | #endif
|
---|
89 |
|
---|
90 | /* Fonts */
|
---|
91 | #ifndef QT_NO_FREETYPE
|
---|
92 | # define QT_NO_FREETYPE
|
---|
93 | #endif
|
---|
94 |
|
---|
95 | /* Images */
|
---|
96 | #ifndef QT_NO_IMAGEFORMATPLUGIN
|
---|
97 | # define QT_NO_IMAGEFORMATPLUGIN
|
---|
98 | #endif
|
---|
99 | #ifndef QT_NO_IMAGEFORMAT_BMP
|
---|
100 | # define QT_NO_IMAGEFORMAT_BMP
|
---|
101 | #endif
|
---|
102 | #ifndef QT_NO_IMAGEFORMAT_JPEG
|
---|
103 | # define QT_NO_IMAGEFORMAT_JPEG
|
---|
104 | #endif
|
---|
105 | #ifndef QT_NO_IMAGEFORMAT_PPM
|
---|
106 | # define QT_NO_IMAGEFORMAT_PPM
|
---|
107 | #endif
|
---|
108 | #ifndef QT_NO_IMAGEFORMAT_XBM
|
---|
109 | # define QT_NO_IMAGEFORMAT_XBM
|
---|
110 | #endif
|
---|
111 | #ifndef QT_NO_IMAGEFORMAT_XPM
|
---|
112 | # define QT_NO_IMAGEFORMAT_XPM
|
---|
113 | #endif
|
---|
114 | #ifndef QT_NO_IMAGE_TEXT
|
---|
115 | # define QT_NO_IMAGE_TEXT
|
---|
116 | #endif
|
---|
117 | #ifndef QT_NO_MOVIE
|
---|
118 | # define QT_NO_MOVIE
|
---|
119 | #endif
|
---|
120 |
|
---|
121 | /* Internationalization */
|
---|
122 | #ifndef QT_NO_QWS_INPUTMETHODS
|
---|
123 | # define QT_NO_QWS_INPUTMETHODS
|
---|
124 | #endif
|
---|
125 | #ifndef QT_NO_TEXTCODEC
|
---|
126 | # define QT_NO_TEXTCODEC
|
---|
127 | #endif
|
---|
128 | #ifndef QT_NO_CODECS
|
---|
129 | # define QT_NO_CODECS
|
---|
130 | #endif
|
---|
131 | #ifndef QT_NO_TEXTCODECPLUGIN
|
---|
132 | # define QT_NO_TEXTCODECPLUGIN
|
---|
133 | #endif
|
---|
134 | #ifndef QT_NO_TRANSLATION
|
---|
135 | # define QT_NO_TRANSLATION
|
---|
136 | #endif
|
---|
137 | #ifndef QT_NO_TRANSLATION_UTF8
|
---|
138 | # define QT_NO_TRANSLATION_UTF8
|
---|
139 | #endif
|
---|
140 |
|
---|
141 | /* ItemViews */
|
---|
142 | #ifndef QT_NO_DIRMODEL
|
---|
143 | # define QT_NO_DIRMODEL
|
---|
144 | #endif
|
---|
145 | #ifndef QT_NO_PROXYMODEL
|
---|
146 | # define QT_NO_PROXYMODEL
|
---|
147 | #endif
|
---|
148 | #ifndef QT_NO_SORTFILTERPROXYMODEL
|
---|
149 | # define QT_NO_SORTFILTERPROXYMODEL
|
---|
150 | #endif
|
---|
151 | #ifndef QT_NO_STRINGLISTMODEL
|
---|
152 | # define QT_NO_STRINGLISTMODEL
|
---|
153 | #endif
|
---|
154 | #ifndef QT_NO_TABLEVIEW
|
---|
155 | # define QT_NO_TABLEVIEW
|
---|
156 | #endif
|
---|
157 | #ifndef QT_NO_TREEVIEW
|
---|
158 | # define QT_NO_TREEVIEW
|
---|
159 | #endif
|
---|
160 |
|
---|
161 | /* Kernel */
|
---|
162 | #ifndef QT_NO_ACTION
|
---|
163 | # define QT_NO_ACTION
|
---|
164 | #endif
|
---|
165 | #ifndef QT_NO_CLIPBOARD
|
---|
166 | # define QT_NO_CLIPBOARD
|
---|
167 | #endif
|
---|
168 | #ifndef QT_NO_DRAGANDDROP
|
---|
169 | # define QT_NO_DRAGANDDROP
|
---|
170 | #endif
|
---|
171 | #ifndef QT_NO_EFFECTS
|
---|
172 | # define QT_NO_EFFECTS
|
---|
173 | #endif
|
---|
174 | #ifndef QT_NO_PROPERTIES
|
---|
175 | # define QT_NO_PROPERTIES
|
---|
176 | #endif
|
---|
177 | #ifndef QT_NO_SESSIONMANAGER
|
---|
178 | # define QT_NO_SESSIONMANAGER
|
---|
179 | #endif
|
---|
180 | #ifndef QT_NO_SHORTCUT
|
---|
181 | # define QT_NO_SHORTCUT
|
---|
182 | #endif
|
---|
183 | #ifndef QT_NO_SOUND
|
---|
184 | # define QT_NO_SOUND
|
---|
185 | #endif
|
---|
186 | #ifndef QT_NO_WHEELEVENT
|
---|
187 | # define QT_NO_WHEELEVENT
|
---|
188 | #endif
|
---|
189 |
|
---|
190 | /* Networking */
|
---|
191 | #ifndef QT_NO_COP
|
---|
192 | # define QT_NO_COP
|
---|
193 | #endif
|
---|
194 | #ifndef QT_NO_HOSTINFO
|
---|
195 | # define QT_NO_HOSTINFO
|
---|
196 | #endif
|
---|
197 | #ifndef QT_NO_HTTP
|
---|
198 | # define QT_NO_HTTP
|
---|
199 | #endif
|
---|
200 |
|
---|
201 | /* Painting */
|
---|
202 | #ifndef QT_NO_COLORNAMES
|
---|
203 | # define QT_NO_COLORNAMES
|
---|
204 | #endif
|
---|
205 | #ifndef QT_NO_PICTURE
|
---|
206 | # define QT_NO_PICTURE
|
---|
207 | #endif
|
---|
208 | #ifndef QT_NO_PRINTER
|
---|
209 | # define QT_NO_PRINTER
|
---|
210 | #endif
|
---|
211 | #ifndef QT_NO_CUPS
|
---|
212 | # define QT_NO_CUPS
|
---|
213 | #endif
|
---|
214 |
|
---|
215 | /* Qt for Embedded Linux */
|
---|
216 | #ifndef QT_NO_QWS_SOUNDSERVER
|
---|
217 | # define QT_NO_QWS_SOUNDSERVER
|
---|
218 | #endif
|
---|
219 | #ifndef QT_NO_QWS_PROPERTIES
|
---|
220 | # define QT_NO_QWS_PROPERTIES
|
---|
221 | #endif
|
---|
222 |
|
---|
223 | /* Styles */
|
---|
224 | #ifndef QT_NO_STYLE_MOTIF
|
---|
|
---|