author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Mon, 04 Oct 2010 01:19:32 +0300 | |
changeset 37 | 758a864f9613 |
parent 33 | 3e2da88830cd |
permissions | -rw-r--r-- |
0 | 1 |
/**************************************************************************** |
2 |
** |
|
18
2f34d5167611
Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
3
diff
changeset
|
3 |
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
0 | 4 |
** All rights reserved. |
5 |
** Contact: Nokia Corporation (qt-info@nokia.com) |
|
6 |
** |
|
7 |
** This file is part of the QtCore module of the Qt Toolkit. |
|
8 |
** |
|
9 |
** $QT_BEGIN_LICENSE:LGPL$ |
|
10 |
** No Commercial Usage |
|
11 |
** This file contains pre-release code and may not be distributed. |
|
12 |
** You may use this file in accordance with the terms and conditions |
|
13 |
** contained in the Technology Preview License Agreement accompanying |
|
14 |
** this package. |
|
15 |
** |
|
16 |
** GNU Lesser General Public License Usage |
|
17 |
** Alternatively, this file may be used under the terms of the GNU Lesser |
|
18 |
** General Public License version 2.1 as published by the Free Software |
|
19 |
** Foundation and appearing in the file LICENSE.LGPL included in the |
|
20 |
** packaging of this file. Please review the following information to |
|
21 |
** ensure the GNU Lesser General Public License version 2.1 requirements |
|
22 |
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. |
|
23 |
** |
|
24 |
** In addition, as a special exception, Nokia gives you certain additional |
|
25 |
** rights. These rights are described in the Nokia Qt LGPL Exception |
|
26 |
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. |
|
27 |
** |
|
28 |
** If you have questions regarding the use of this file, please contact |
|
29 |
** Nokia at qt-info@nokia.com. |
|
30 |
** |
|
31 |
** |
|
32 |
** |
|
33 |
** |
|
34 |
** |
|
35 |
** |
|
36 |
** |
|
37 |
** |
|
38 |
** $QT_END_LICENSE$ |
|
39 |
** |
|
40 |
****************************************************************************/ |
|
41 |
||
42 |
/* |
|
43 |
* All features and their dependencies. |
|
44 |
* |
|
45 |
* This list is generated from $QTDIR/src/corelib/global/qfeatures.txt |
|
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
46 |
* by $QTSRCDIR/util/scripts/make_qfeatures_dot_h |
0 | 47 |
*/ |
48 |
||
49 |
// QAction |
|
50 |
//#define QT_NO_ACTION |
|
51 |
||
52 |
// Big Codecs |
|
53 |
//#define QT_NO_BIG_CODECS |
|
54 |
||
55 |
// Color Names |
|
56 |
//#define QT_NO_COLORNAMES |
|
57 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
58 |
// QtConcurrent |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
59 |
//#define QT_NO_CONCURRENT |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
60 |
|
0 | 61 |
// QCopChannel |
62 |
//#define QT_NO_COP |
|
63 |
||
64 |
// CssParser |
|
65 |
//#define QT_NO_CSSPARSER |
|
66 |
||
67 |
// QCursor |
|
68 |
//#define QT_NO_CURSOR |
|
69 |
||
70 |
// QDesktopServices |
|
71 |
//#define QT_NO_DESKTOPSERVICES |
|
72 |
||
73 |
// QDirectPainter |
|
74 |
//#define QT_NO_DIRECTPAINTER |
|
75 |
||
76 |
// Document Object Model |
|
77 |
//#define QT_NO_DOM |
|
78 |
||
79 |
// Effects |
|
80 |
//#define QT_NO_EFFECTS |
|
81 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
82 |
// QFileSystemWatcher |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
83 |
//#define QT_NO_FILESYSTEMWATCHER |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
84 |
|
0 | 85 |
// Freetype Font Engine |
86 |
//#define QT_NO_FREETYPE |
|
87 |
||
33
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
88 |
// Gesture |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
89 |
//#define QT_NO_GESTURES |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
90 |
|
0 | 91 |
// QGroupBox |
92 |
//#define QT_NO_GROUPBOX |
|
93 |
||
94 |
// QImageIOPlugin |
|
95 |
//#define QT_NO_IMAGEFORMATPLUGIN |
|
96 |
||
97 |
// BMP Image Format |
|
98 |
//#define QT_NO_IMAGEFORMAT_BMP |
|
99 |
||
100 |
// JPEG Image Format |
|
101 |
//#define QT_NO_IMAGEFORMAT_JPEG |
|
102 |
||
103 |
// PNG Image Format |
|
104 |
//#define QT_NO_IMAGEFORMAT_PNG |
|
105 |
||
106 |
// PPM Image Format |
|
107 |
//#define QT_NO_IMAGEFORMAT_PPM |
|
108 |
||
109 |
// XBM Image Format |
|
110 |
//#define QT_NO_IMAGEFORMAT_XBM |
|
111 |
||
112 |
// QImage::createHeuristicMask() |
|
113 |
//#define QT_NO_IMAGE_HEURISTIC_MASK |
|
114 |
||
115 |
// Image Text |
|
116 |
//#define QT_NO_IMAGE_TEXT |
|
117 |
||
118 |
// QLCDNumber |
|
119 |
//#define QT_NO_LCDNUMBER |
|
120 |
||
121 |
// QLineEdit |
|
122 |
//#define QT_NO_LINEEDIT |
|
123 |
||
124 |
// QMessageBox |
|
125 |
//#define QT_NO_MESSAGEBOX |
|
126 |
||
127 |
// QMovie |
|
128 |
//#define QT_NO_MOVIE |
|
129 |
||
130 |
// QNetworkInterface |
|
131 |
//#define QT_NO_NETWORKINTERFACE |
|
132 |
||
133 |
// QNetworkProxy |
|
134 |
//#define QT_NO_NETWORKPROXY |
|
135 |
||
136 |
// Qt::WA_PaintOnScreen |
|
137 |
//#define QT_NO_PAINTONSCREEN |
|
138 |
||
139 |
// Painting Debug Utilities |
|
140 |
//#define QT_NO_PAINT_DEBUG |
|
141 |
||
142 |
// Phonon::AbstractMediaStream |
|
143 |
//#define QT_NO_PHONON_ABSTRACTMEDIASTREAM |
|
144 |
||
145 |
// Support for Audio Capture |
|
146 |
//#define QT_NO_PHONON_AUDIOCAPTURE |
|
147 |
||
148 |
// Phonon::Effect |
|
149 |
//#define QT_NO_PHONON_EFFECT |
|
150 |
||
151 |
// Phonon::MediaController |
|
152 |
//#define QT_NO_PHONON_MEDIACONTROLLER |
|
153 |
||
154 |
// Phonon::ObjectDescriptionModel |
|
155 |
//#define QT_NO_PHONON_OBJECTDESCRIPTIONMODEL |
|
156 |
||
157 |
// Phonon::VideoWidget |
|
158 |
//#define QT_NO_PHONON_VIDEO |
|
159 |
||
160 |
// QPicture |
|
161 |
//#define QT_NO_PICTURE |
|
162 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
163 |
// QProcess |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
164 |
//#define QT_NO_PROCESS |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
165 |
|
0 | 166 |
// QProgressBar |
167 |
//#define QT_NO_PROGRESSBAR |
|
168 |
||
169 |
// Properties |
|
170 |
//#define QT_NO_PROPERTIES |
|
171 |
||
172 |
// Universally Unique Identifier Convertion |
|
173 |
//#define QT_NO_QUUID_STRING |
|
174 |
||
175 |
// QWSEmbedWidget |
|
176 |
//#define QT_NO_QWSEMBEDWIDGET |
|
177 |
||
178 |
// Alpha Cursor |
|
179 |
//#define QT_NO_QWS_ALPHA_CURSOR |
|
180 |
||
181 |
// Decoration |
|
182 |
//#define QT_NO_QWS_DECORATION_DEFAULT |
|
183 |
||
184 |
// Keyboard |
|
185 |
//#define QT_NO_QWS_KEYBOARD |
|
186 |
||
187 |
// Mouse |
|
188 |
//#define QT_NO_QWS_MOUSE |
|
189 |
||
190 |
// Mouse (Auto) |
|
191 |
//#define QT_NO_QWS_MOUSE_AUTO |
|
192 |
||
193 |
// Mouse (Non-Auto) |
|
194 |
//#define QT_NO_QWS_MOUSE_MANUAL |
|
195 |
||
196 |
// Multi-Process |
|
197 |
//#define QT_NO_QWS_MULTIPROCESS |
|
198 |
||
199 |
// Properties |
|
200 |
//#define QT_NO_QWS_PROPERTIES |
|
201 |
||
202 |
// QProxyScreen |
|
203 |
//#define QT_NO_QWS_PROXYSCREEN |
|
204 |
||
205 |
// Qt Prerendered Font Format |
|
206 |
//#define QT_NO_QWS_QPF |
|
207 |
||
208 |
// Qt Prerendered Font Format 2 |
|
209 |
//#define QT_NO_QWS_QPF2 |
|
210 |
||
211 |
// Raster Paint Engine callback functions |
|
212 |
//#define QT_NO_RASTERCALLBACKS |
|
213 |
||
214 |
// Resize Handler |
|
215 |
//#define QT_NO_RESIZEHANDLER |
|
216 |
||
217 |
// QRubberBand |
|
218 |
//#define QT_NO_RUBBERBAND |
|
219 |
||
220 |
// Session Manager |
|
221 |
//#define QT_NO_SESSIONMANAGER |
|
222 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
223 |
// QSettings |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
224 |
//#define QT_NO_SETTINGS |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
225 |
|
0 | 226 |
// QSharedMemory |
227 |
//#define QT_NO_SHAREDMEMORY |
|
228 |
||
229 |
// QShortcut |
|
230 |
//#define QT_NO_SHORTCUT |
|
231 |
||
232 |
// QSignalMapper |
|
233 |
//#define QT_NO_SIGNALMAPPER |
|
234 |
||
235 |
// QSizeGrip |
|
236 |
//#define QT_NO_SIZEGRIP |
|
237 |
||
238 |
// QSlider |
|
239 |
//#define QT_NO_SLIDER |
|
240 |
||
241 |
// Sounds |
|
242 |
//#define QT_NO_SOUND |
|
243 |
||
244 |
// Spin Widget |
|
245 |
//#define QT_NO_SPINWIDGET |
|
246 |
||
247 |
// Splash screen widget |
|
248 |
//#define QT_NO_SPLASHSCREEN |
|
249 |
||
250 |
// QStackedWidget |
|
251 |
//#define QT_NO_STACKEDWIDGET |
|
252 |
||
253 |
// QStatusBar |
|
254 |
//#define QT_NO_STATUSBAR |
|
255 |
||
256 |
// Status Tip |
|
257 |
//#define QT_NO_STATUSTIP |
|
258 |
||
259 |
// Standard Template Library |
|
260 |
//#define QT_NO_STL |
|
261 |
||
262 |
// QMotifStyle |
|
263 |
//#define QT_NO_STYLE_MOTIF |
|
264 |
||
265 |
// QWindowsStyle |
|
266 |
//#define QT_NO_STYLE_WINDOWS |
|
267 |
||
268 |
// QSystemSemaphore |
|
269 |
//#define QT_NO_SYSTEMSEMAPHORE |
|
270 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
271 |
// QSystemTrayIcon |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
272 |
//#define QT_NO_SYSTEMTRAYICON |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
273 |
|
0 | 274 |
// QTabletEvent |
275 |
//#define QT_NO_TABLETEVENT |
|
276 |
||
277 |
// QTemporaryFile |
|
278 |
//#define QT_NO_TEMPORARYFILE |
|
279 |
||
280 |
// QTextCodec |
|
281 |
//#define QT_NO_TEXTCODEC |
|
282 |
||
283 |
// Text Date |
|
284 |
//#define QT_NO_TEXTDATE |
|
285 |
||
286 |
// HtmlParser |
|
287 |
//#define QT_NO_TEXTHTMLPARSER |
|
288 |
||
289 |
// QTextStream |
|
290 |
//#define QT_NO_TEXTSTREAM |
|
291 |
||
292 |
// QToolTip |
|
293 |
//#define QT_NO_TOOLTIP |
|
294 |
||
295 |
// Translation |
|
296 |
//#define QT_NO_TRANSLATION |
|
297 |
||
298 |
// QUdpSocket |
|
299 |
//#define QT_NO_UDPSOCKET |
|
300 |
||
301 |
// QUndoCommand |
|
302 |
//#define QT_NO_UNDOCOMMAND |
|
303 |
||
304 |
// QUrlInfo |
|
305 |
//#define QT_NO_URLINFO |
|
306 |
||
307 |
// QValidator |
|
308 |
//#define QT_NO_VALIDATOR |
|
309 |
||
310 |
// QWheelEvent |
|
311 |
//#define QT_NO_WHEELEVENT |
|
312 |
||
313 |
// |
|
314 |
//#define QT_NO_XMLSTREAM |
|
315 |
||
316 |
// Animation |
|
317 |
#if !defined(QT_NO_ANIMATION) && (defined(QT_NO_PROPERTIES)) |
|
318 |
#define QT_NO_ANIMATION |
|
319 |
#endif |
|
320 |
||
321 |
// QButtonGroup |
|
322 |
#if !defined(QT_NO_BUTTONGROUP) && (defined(QT_NO_GROUPBOX)) |
|
323 |
#define QT_NO_BUTTONGROUP |
|
324 |
#endif |
|
325 |
||
326 |
// QClipboard |
|
327 |
#if !defined(QT_NO_CLIPBOARD) && (defined(QT_NO_QWS_PROPERTIES)) |
|
328 |
#define QT_NO_CLIPBOARD |
|
329 |
#endif |
|
330 |
||
331 |
// Codecs |
|
332 |
#if !defined(QT_NO_CODECS) && (defined(QT_NO_TEXTCODEC)) |
|
333 |
#define QT_NO_CODECS |
|
334 |
#endif |
|
335 |
||
336 |
// QDate/QTime/QDateTime |
|
337 |
#if !defined(QT_NO_DATESTRING) && (defined(QT_NO_TEXTDATE)) |
|
338 |
#define QT_NO_DATESTRING |
|
339 |
#endif |
|
340 |
||
341 |
// QDial |
|
342 |
#if !defined(QT_NO_DIAL) && (defined(QT_NO_SLIDER)) |
|
343 |
#define QT_NO_DIAL |
|
344 |
#endif |
|
345 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
346 |
// QFileSystemModel |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
347 |
#if !defined(QT_NO_FILESYSTEMMODEL) && (defined(QT_NO_FILESYSTEMWATCHER)) |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
348 |
#define QT_NO_FILESYSTEMMODEL |
0 | 349 |
#endif |
350 |
||
351 |
// QHostInfo |
|
352 |
#if !defined(QT_NO_HOSTINFO) && (defined(QT_NO_TEXTSTREAM)) |
|
353 |
#define QT_NO_HOSTINFO |
|
354 |
#endif |
|
355 |
||
356 |
// XPM Image Format |
|
357 |
#if !defined(QT_NO_IMAGEFORMAT_XPM) && (defined(QT_NO_TEXTSTREAM)) |
|
358 |
#define QT_NO_IMAGEFORMAT_XPM |
|
359 |
#endif |
|
360 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
361 |
// QLibrary |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
362 |
#if !defined(QT_NO_LIBRARY) && (defined(QT_NO_SETTINGS)) |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
363 |
#define QT_NO_LIBRARY |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
364 |
#endif |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
365 |
|
0 | 366 |
// QMenu |
367 |
#if !defined(QT_NO_MENU) && (defined(QT_NO_ACTION)) |
|
368 |
#define QT_NO_MENU |
|
369 |
#endif |
|
370 |
||
371 |
// QNetworkDiskCache |
|
372 |
#if !defined(QT_NO_NETWORKDISKCACHE) && (defined(QT_NO_TEMPORARYFILE)) |
|
373 |
#define QT_NO_NETWORKDISKCACHE |
|
374 |
#endif |
|
375 |
||
376 |
// Phonon::SeekSlider |
|
377 |
#if !defined(QT_NO_PHONON_SEEKSLIDER) && (defined(QT_NO_SLIDER)) |
|
378 |
#define QT_NO_PHONON_SEEKSLIDER |
|
379 |
#endif |
|
380 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
381 |
// Phonon::AbstractMediaStream |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
382 |
#if !defined(QT_NO_PHONON_SETTINGSGROUP) && (defined(QT_NO_SETTINGS)) |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
383 |
#define QT_NO_PHONON_SETTINGSGROUP |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
384 |
#endif |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
385 |
|
0 | 386 |
// Phonon::VideoPlayer |
387 |
#if !defined(QT_NO_PHONON_VIDEOPLAYER) && (defined(QT_NO_PHONON_VIDEO)) |
|
388 |
#define QT_NO_PHONON_VIDEOPLAYER |
|
389 |
#endif |
|
390 |
||
391 |
// Phonon::VolumeFaderEffect |
|
392 |
#if !defined(QT_NO_PHONON_VOLUMEFADEREFFECT) && (defined(QT_NO_PHONON_EFFECT)) |
|
393 |
#define QT_NO_PHONON_VOLUMEFADEREFFECT |
|
394 |
#endif |
|
395 |
||
396 |
// QProgressDialog |
|
397 |
#if !defined(QT_NO_PROGRESSDIALOG) && (defined(QT_NO_PROGRESSBAR)) |
|
398 |
#define QT_NO_PROGRESSDIALOG |
|
399 |
#endif |
|
400 |
||
401 |
// Cursor |
|
402 |
#if !defined(QT_NO_QWS_CURSOR) && (defined(QT_NO_CURSOR)) |
|
403 |
#define QT_NO_QWS_CURSOR |
|
404 |
#endif |
|
405 |
||
406 |
// Decoration (Styled) |
|
407 |
#if !defined(QT_NO_QWS_DECORATION_STYLED) && (defined(QT_NO_QWS_DECORATION_DEFAULT)) |
|
408 |
#define QT_NO_QWS_DECORATION_STYLED |
|
409 |
#endif |
|
410 |
||
411 |
// Decoration (Windows Style) |
|
412 |
#if !defined(QT_NO_QWS_DECORATION_WINDOWS) && (defined(QT_NO_QWS_DECORATION_DEFAULT)) |
|
413 |
#define QT_NO_QWS_DECORATION_WINDOWS |
|
414 |
#endif |
|
415 |
||
416 |
// Dynamic screen transformation. |
|
417 |
#if !defined(QT_NO_QWS_DYNAMICSCREENTRANSFORMATION) && (defined(QT_NO_QWS_PROXYSCREEN)) |
|
418 |
#define QT_NO_QWS_DYNAMICSCREENTRANSFORMATION |
|
419 |
#endif |
|
420 |
||
421 |
// Manager |
|
422 |
#if !defined(QT_NO_QWS_MANAGER) && (defined(QT_NO_QWS_DECORATION_DEFAULT)) |
|
423 |
#define QT_NO_QWS_MANAGER |
|
424 |
#endif |
|
425 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
426 |
// QVncTransformed |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
427 |
#if !defined(QT_NO_QWS_TRANSFORMED) && (defined(QT_NO_QWS_PROXYSCREEN)) |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
428 |
#define QT_NO_QWS_TRANSFORMED |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
429 |
#endif |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
430 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
431 |
// QVncScreen |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
432 |
#if !defined(QT_NO_QWS_VNC) && (defined(QT_NO_QWS_PROXYSCREEN)) |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
433 |
#define QT_NO_QWS_VNC |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
434 |
#endif |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
435 |
|
0 | 436 |
// QScrollBar |
437 |
#if !defined(QT_NO_SCROLLBAR) && (defined(QT_NO_SLIDER)) |
|
438 |
#define QT_NO_SCROLLBAR |
|
439 |
#endif |
|
440 |
||
441 |
// SOCKS5 |
|
442 |
#if !defined(QT_NO_SOCKS5) && (defined(QT_NO_NETWORKPROXY)) |
|
443 |
#define QT_NO_SOCKS5 |
|
444 |
#endif |
|
445 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
446 |
// QSoftKeyManager |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
447 |
#if !defined(QT_NO_SOFTKEYMANAGER) && (defined(QT_NO_ACTION)) |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
448 |
#define QT_NO_SOFTKEYMANAGER |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
449 |
#endif |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
450 |
|
0 | 451 |
// QSplitter |
452 |
#if !defined(QT_NO_SPLITTER) && (defined(QT_NO_RUBBERBAND)) |
|
453 |
#define QT_NO_SPLITTER |
|
454 |
#endif |
|
455 |
||
456 |
// State machine |
|
457 |
#if !defined(QT_NO_STATEMACHINE) && (defined(QT_NO_PROPERTIES)) |
|
458 |
#define QT_NO_STATEMACHINE |
|
459 |
#endif |
|
460 |
||
461 |
// QCDEStyle |
|
462 |
#if !defined(QT_NO_STYLE_CDE) && (defined(QT_NO_STYLE_MOTIF)) |
|
463 |
#define QT_NO_STYLE_CDE |
|
464 |
#endif |
|
465 |
||
466 |
// QWindowsXPStyle |
|
467 |
#if !defined(QT_NO_STYLE_WINDOWSXP) && (defined(QT_NO_STYLE_WINDOWS)) |
|
468 |
#define QT_NO_STYLE_WINDOWSXP |
|
469 |
#endif |
|
470 |
||
471 |
// SXE |
|
472 |
#if !defined(QT_NO_SXE) && (defined(QT_NO_QWS_MULTIPROCESS)) |
|
473 |
#define QT_NO_SXE |
|
474 |
#endif |
|
475 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
476 |
// QToolButton |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
477 |
#if !defined(QT_NO_TOOLBUTTON) && (defined(QT_NO_ACTION)) |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
478 |
#define QT_NO_TOOLBUTTON |
0 | 479 |
#endif |
480 |
||
481 |
// QUndoStack |
|
482 |
#if !defined(QT_NO_UNDOSTACK) && (defined(QT_NO_UNDOCOMMAND)) |
|
483 |
#define QT_NO_UNDOSTACK |
|
484 |
#endif |
|
485 |
||
486 |
// ActiveQt |
|
487 |
#if !defined(QT_NO_WIN_ACTIVEQT) && (defined(QT_NO_PROPERTIES)) |
|
488 |
#define QT_NO_WIN_ACTIVEQT |
|
489 |
#endif |
|
490 |
||
491 |
// QWizard |
|
492 |
#if !defined(QT_NO_WIZARD) && (defined(QT_NO_PROPERTIES)) |
|
493 |
#define QT_NO_WIZARD |
|
494 |
#endif |
|
495 |
||
496 |
// QXmlStreamReader |
|
497 |
#if !defined(QT_NO_XMLSTREAMREADER) && (defined(QT_NO_XMLSTREAM)) |
|
498 |
#define QT_NO_XMLSTREAMREADER |
|
499 |
#endif |
|
500 |
||
501 |
// QXmlStreamWriter |
|
502 |
#if !defined(QT_NO_XMLSTREAMWRITER) && (defined(QT_NO_XMLSTREAM)) |
|
503 |
#define QT_NO_XMLSTREAMWRITER |
|
504 |
#endif |
|
505 |
||
30
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
18
diff
changeset
|
506 |
// Bearer Management |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
18
diff
changeset
|
507 |
#if !defined(QT_NO_BEARERMANAGEMENT) && (defined(QT_NO_LIBRARY)) |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
18
diff
changeset
|
508 |
#define QT_NO_BEARERMANAGEMENT |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
18
diff
changeset
|
509 |
#endif |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
18
diff
changeset
|
510 |
|
0 | 511 |
// Context menu |
512 |
#if !defined(QT_NO_CONTEXTMENU) && (defined(QT_NO_MENU)) |
|
513 |
#define QT_NO_CONTEXTMENU |
|
514 |
#endif |
|
515 |
||
33
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
516 |
// QtDBus module |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
517 |
#if !defined(QT_NO_DBUS) && (defined(QT_NO_PROPERTIES) || defined(QT_NO_DOM)) |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
518 |
#define QT_NO_DBUS |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
519 |
#endif |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
520 |
|
0 | 521 |
// File Transfer Protocol |
522 |
#if !defined(QT_NO_FTP) && (defined(QT_NO_URLINFO) || defined(QT_NO_TEXTDATE)) |
|
523 |
#define QT_NO_FTP |
|
524 |
#endif |
|
525 |
||
526 |
// Hyper Text Transfer Protocol |
|
527 |
#if !defined(QT_NO_HTTP) && (defined(QT_NO_HOSTINFO)) |
|
528 |
#define QT_NO_HTTP |
|
529 |
#endif |
|
530 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
531 |
// QInputContext |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
532 |
#if !defined(QT_NO_IM) && (defined(QT_NO_LIBRARY)) |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
533 |
#define QT_NO_IM |
0 | 534 |
#endif |
535 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
536 |
// Phonon::PlatformPlugin |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
537 |
#if !defined(QT_NO_PHONON_PLATFORMPLUGIN) && (defined(QT_NO_LIBRARY)) |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
538 |
#define QT_NO_PHONON_PLATFORMPLUGIN |
0 | 539 |
#endif |
540 |
||
541 |
// QScrollArea |
|
542 |
#if !defined(QT_NO_SCROLLAREA) && (defined(QT_NO_SCROLLBAR)) |
|
543 |
#define QT_NO_SCROLLAREA |
|
544 |
#endif |
|
545 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
546 |
// QWindowsVistaStyle |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
547 |
#if !defined(QT_NO_STYLE_WINDOWSVISTA) && (defined(QT_NO_STYLE_WINDOWSXP)) |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
548 |
#define QT_NO_STYLE_WINDOWSVISTA |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
549 |
#endif |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
550 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
551 |
// QTabBar |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
552 |
#if !defined(QT_NO_TABBAR) && (defined(QT_NO_TOOLBUTTON)) |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
553 |
#define QT_NO_TABBAR |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
554 |
#endif |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
555 |
|
0 | 556 |
// OdfWriter |
557 |
#if !defined(QT_NO_TEXTODFWRITER) && (defined(QT_NO_XMLSTREAMWRITER)) |
|
558 |
#define QT_NO_TEXTODFWRITER |
|
559 |
#endif |
|
560 |
||
561 |
// Translation (UTF-8 representation) |
|
562 |
#if !defined(QT_NO_TRANSLATION_UTF8) && (defined(QT_NO_TRANSLATION) || defined(QT_NO_TEXTCODEC)) |
|
563 |
#define QT_NO_TRANSLATION_UTF8 |
|
564 |
#endif |
|
565 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
566 |
// QUndoGroup |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
567 |
#if !defined(QT_NO_UNDOGROUP) && (defined(QT_NO_UNDOSTACK)) |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
568 |
#define QT_NO_UNDOGROUP |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
569 |
#endif |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
570 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
571 |
// QWhatsThis |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
572 |
#if !defined(QT_NO_WHATSTHIS) && (defined(QT_NO_TOOLBUTTON)) |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
573 |
#define QT_NO_WHATSTHIS |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
574 |
#endif |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
575 |
|
0 | 576 |
// Drag and drop |
577 |
#if !defined(QT_NO_DRAGANDDROP) && (defined(QT_NO_QWS_PROPERTIES) || defined(QT_NO_IMAGEFORMAT_XPM)) |
|
578 |
#define QT_NO_DRAGANDDROP |
|
579 |
#endif |
|
580 |
||
581 |
// QGraphicsView |
|
582 |
#if !defined(QT_NO_GRAPHICSVIEW) && (defined(QT_NO_SCROLLAREA)) |
|
583 |
#define QT_NO_GRAPHICSVIEW |
|
584 |
#endif |
|
585 |
||
586 |
// QMdiArea |
|
587 |
#if !defined(QT_NO_MDIAREA) && (defined(QT_NO_SCROLLAREA)) |
|
588 |
#define QT_NO_MDIAREA |
|
589 |
#endif |
|
590 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
591 |
// Phonon::VolumeSlider |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
592 |
#if !defined(QT_NO_PHONON_VOLUMESLIDER) && (defined(QT_NO_SLIDER) || defined(QT_NO_TOOLBUTTON)) |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
593 |
#define QT_NO_PHONON_VOLUMESLIDER |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
594 |
#endif |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
595 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
596 |
// QPrinter |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
597 |
#if !defined(QT_NO_PRINTER) && (defined(QT_NO_TEXTSTREAM) || defined(QT_NO_PICTURE) || defined(QT_NO_TEMPORARYFILE)) |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
598 |
#define QT_NO_PRINTER |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
599 |
#endif |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
600 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
601 |
// QWSInputMethod |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
602 |
#if !defined(QT_NO_QWS_INPUTMETHODS) && (defined(QT_NO_IM)) |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
603 |
#define QT_NO_QWS_INPUTMETHODS |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
604 |
#endif |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
605 |
|
0 | 606 |
// QSpinBox |
607 |
#if !defined(QT_NO_SPINBOX) && (defined(QT_NO_SPINWIDGET) || defined(QT_NO_LINEEDIT) || defined(QT_NO_VALIDATOR)) |
|
608 |
#define QT_NO_SPINBOX |
|
609 |
#endif |
|
610 |
||
611 |
// QCleanLooksStyle |
|
612 |
#if !defined(QT_NO_STYLE_CLEANLOOKS) && (defined(QT_NO_STYLE_WINDOWS) || defined(QT_NO_IMAGEFORMAT_XPM)) |
|
613 |
#define QT_NO_STYLE_CLEANLOOKS |
|
614 |
#endif |
|
615 |
||
616 |
// QPlastiqueStyle |
|
617 |
#if !defined(QT_NO_STYLE_PLASTIQUE) && (defined(QT_NO_STYLE_WINDOWS) || defined(QT_NO_IMAGEFORMAT_XPM)) |
|
618 |
#define QT_NO_STYLE_PLASTIQUE |
|
619 |
#endif |
|
620 |
||
621 |
// QStyleSheetStyle |
|
622 |
#if !defined(QT_NO_STYLE_STYLESHEET) && (defined(QT_NO_STYLE_WINDOWS) || defined(QT_NO_PROPERTIES) || defined(QT_NO_CSSPARSER)) |
|
623 |
#define QT_NO_STYLE_STYLESHEET |
|
624 |
#endif |
|
625 |
||
626 |
// QWindowsCEStyle |
|
627 |
#if !defined(QT_NO_STYLE_WINDOWSCE) && (defined(QT_NO_STYLE_WINDOWS) || defined(QT_NO_IMAGEFORMAT_XPM)) |
|
628 |
#define QT_NO_STYLE_WINDOWSCE |
|
629 |
#endif |
|
630 |
||
631 |
// QWindowsMobileStyle |
|
632 |
#if !defined(QT_NO_STYLE_WINDOWSMOBILE) && (defined(QT_NO_STYLE_WINDOWS) || defined(QT_NO_IMAGEFORMAT_XPM)) |
|
633 |
#define QT_NO_STYLE_WINDOWSMOBILE |
|
634 |
#endif |
|
635 |
||
636 |
// QtSvg module |
|
637 |
#if !defined(QT_NO_SVG) && (defined(QT_NO_XMLSTREAMREADER) || defined(QT_NO_CSSPARSER)) |
|
638 |
#define QT_NO_SVG |
|
639 |
#endif |
|
640 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
641 |
// Q3TabDialog |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
642 |
#if !defined(QT_NO_TABDIALOG) && (defined(QT_NO_TABBAR)) |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
643 |
#define QT_NO_TABDIALOG |
0 | 644 |
#endif |
645 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
646 |
// QTextCodecPlugin |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
647 |
#if !defined(QT_NO_TEXTCODECPLUGIN) && (defined(QT_NO_TEXTCODEC) || defined(QT_NO_LIBRARY)) |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
648 |
#define QT_NO_TEXTCODECPLUGIN |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
649 |
#endif |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
650 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
651 |
// QColorDialog |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
652 |
#if !defined(QT_NO_COLORDIALOG) && (defined(QT_NO_SPINBOX)) |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
653 |
#define QT_NO_COLORDIALOG |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
654 |
#endif |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
655 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
656 |
// QGraphicsEffect |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
657 |
#if !defined(QT_NO_GRAPHICSEFFECT) && (defined(QT_NO_GRAPHICSVIEW)) |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
658 |
#define QT_NO_GRAPHICSEFFECT |
0 | 659 |
#endif |
660 |
||
661 |
// The Model/View Framework |
|
662 |
#if !defined(QT_NO_ITEMVIEWS) && (defined(QT_NO_RUBBERBAND) || defined(QT_NO_SCROLLAREA)) |
|
663 |
#define QT_NO_ITEMVIEWS |
|
664 |
#endif |
|
665 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
666 |
// QMenuBar |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
667 |
#if !defined(QT_NO_MENUBAR) && (defined(QT_NO_MENU) || defined(QT_NO_TOOLBUTTON)) |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
668 |
#define QT_NO_MENUBAR |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
669 |
#endif |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
670 |
|
0 | 671 |
// Sound Server |
672 |
#if !defined(QT_NO_QWS_SOUNDSERVER) && (defined(QT_NO_SOUND) || defined(QT_NO_HOSTINFO) || defined(QT_NO_QWS_MULTIPROCESS)) |
|
673 |
#define QT_NO_QWS_SOUNDSERVER |
|
674 |
#endif |
|
675 |
||
676 |
// QSvgGenerator |
|
677 |
#if !defined(QT_NO_SVGGENERATOR) && (defined(QT_NO_SVG)) |
|
678 |
#define QT_NO_SVGGENERATOR |
|
679 |
#endif |
|
680 |
||
681 |
// QSvgRenderer |
|
682 |
#if !defined(QT_NO_SVGRENDERER) && (defined(QT_NO_SVG)) |
|
683 |
#define QT_NO_SVGRENDERER |
|
684 |
#endif |
|
685 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
686 |
// QTabWidget |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
687 |
#if !defined(QT_NO_TABWIDGET) && (defined(QT_NO_TABBAR) || defined(QT_NO_STACKEDWIDGET)) |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
688 |
#define QT_NO_TABWIDGET |
0 | 689 |
#endif |
690 |
||
691 |
// QTextEdit |
|
692 |
#if !defined(QT_NO_TEXTEDIT) && (defined(QT_NO_SCROLLAREA) || defined(QT_NO_PROPERTIES)) |
|
693 |
#define QT_NO_TEXTEDIT |
|
694 |
#endif |
|
695 |
||
696 |
// QErrorMessage |
|
697 |
#if !defined(QT_NO_ERRORMESSAGE) && (defined(QT_NO_TEXTEDIT)) |
|
698 |
#define QT_NO_ERRORMESSAGE |
|
699 |
#endif |
|
700 |
||
701 |
// QListView |
|
702 |
#if !defined(QT_NO_LISTVIEW) && (defined(QT_NO_ITEMVIEWS)) |
|
703 |
#define QT_NO_LISTVIEW |
|
704 |
#endif |
|
705 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
706 |
// QMainWindow |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
707 |
#if !defined(QT_NO_MAINWINDOW) && (defined(QT_NO_MENU) || defined(QT_NO_RESIZEHANDLER) || defined(QT_NO_TOOLBUTTON)) |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
708 |
#define QT_NO_MAINWINDOW |
0 | 709 |
#endif |
710 |
||
711 |
// QAbstractProxyModel |
|
712 |
#if !defined(QT_NO_PROXYMODEL) && (defined(QT_NO_ITEMVIEWS)) |
|
713 |
#define QT_NO_PROXYMODEL |
|
714 |
#endif |
|
715 |
||
716 |
// QStandardItemModel |
|
717 |
#if !defined(QT_NO_STANDARDITEMMODEL) && (defined(QT_NO_ITEMVIEWS)) |
|
718 |
#define QT_NO_STANDARDITEMMODEL |
|
719 |
#endif |
|
720 |
||
721 |
// QStringListModel |
|
722 |
#if !defined(QT_NO_STRINGLISTMODEL) && (defined(QT_NO_ITEMVIEWS)) |
|
723 |
#define QT_NO_STRINGLISTMODEL |
|
724 |
#endif |
|
725 |
||
726 |
// QSvgWidget |
|
727 |
#if !defined(QT_NO_SVGWIDGET) && (defined(QT_NO_SVGRENDERER)) |
|
728 |
#define QT_NO_SVGWIDGET |
|
729 |
#endif |
|
730 |
||
731 |
// QSyntaxHighlighter |
|
732 |
#if !defined(QT_NO_SYNTAXHIGHLIGHTER) && (defined(QT_NO_TEXTEDIT)) |
|
733 |
#define QT_NO_SYNTAXHIGHLIGHTER |
|
734 |
#endif |
|
735 |
||
736 |
// QTableView |
|
737 |
#if !defined(QT_NO_TABLEVIEW) && (defined(QT_NO_ITEMVIEWS)) |
|
738 |
#define QT_NO_TABLEVIEW |
|
739 |
#endif |
|
740 |
||
741 |
// QTextBrowser |
|
742 |
#if !defined(QT_NO_TEXTBROWSER) && (defined(QT_NO_TEXTEDIT)) |
|
743 |
#define QT_NO_TEXTBROWSER |
|
744 |
#endif |
|
745 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
746 |
// QToolBox |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
747 |
#if !defined(QT_NO_TOOLBOX) && (defined(QT_NO_TOOLBUTTON) || defined(QT_NO_SCROLLAREA)) |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
748 |
#define QT_NO_TOOLBOX |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
749 |
#endif |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
750 |
|
0 | 751 |
// QTreeView |
752 |
#if !defined(QT_NO_TREEVIEW) && (defined(QT_NO_ITEMVIEWS)) |
|
753 |
#define QT_NO_TREEVIEW |
|
754 |
#endif |
|
755 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
756 |
// Accessibility |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
757 |
#if !defined(QT_NO_ACCESSIBILITY) && (defined(QT_NO_PROPERTIES) || defined(QT_NO_MENUBAR)) |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
758 |
#define QT_NO_ACCESSIBILITY |
0 | 759 |
#endif |
760 |
||
761 |
// QColumnView |
|
762 |
#if !defined(QT_NO_COLUMNVIEW) && (defined(QT_NO_LISTVIEW)) |
|
763 |
#define QT_NO_COLUMNVIEW |
|
764 |
#endif |
|
765 |
||
766 |
// QCompleter |
|
767 |
#if !defined(QT_NO_COMPLETER) && (defined(QT_NO_PROXYMODEL)) |
|
768 |
#define QT_NO_COMPLETER |
|
769 |
#endif |
|
770 |
||
771 |
// Common UNIX Printing System |
|
772 |
#if !defined(QT_NO_CUPS) && (defined(QT_NO_PRINTER) || defined(QT_NO_LIBRARY)) |
|
773 |
#define QT_NO_CUPS |
|
774 |
#endif |
|
775 |
||
776 |
// QDataWidgetMapper |
|
777 |
#if !defined(QT_NO_DATAWIDGETMAPPER) && (defined(QT_NO_ITEMVIEWS) || defined(QT_NO_PROPERTIES)) |
|
778 |
#define QT_NO_DATAWIDGETMAPPER |
|
779 |
#endif |
|
780 |
||
781 |
// QListWidget |
|
782 |
#if !defined(QT_NO_LISTWIDGET) && (defined(QT_NO_LISTVIEW)) |
|
783 |
#define QT_NO_LISTWIDGET |
|
784 |
#endif |
|
785 |
||
786 |
// QSortFilterProxyModel |
|
787 |
#if !defined(QT_NO_SORTFILTERPROXYMODEL) && (defined(QT_NO_PROXYMODEL)) |
|
788 |
#define QT_NO_SORTFILTERPROXYMODEL |
|
789 |
#endif |
|
790 |
||
791 |
// QTableWidget |
|
792 |
#if !defined(QT_NO_TABLEWIDGET) && (defined(QT_NO_TABLEVIEW)) |
|
793 |
#define QT_NO_TABLEWIDGET |
|
794 |
#endif |
|
795 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
796 |
// QToolBar |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
797 |
#if !defined(QT_NO_TOOLBAR) && (defined(QT_NO_MAINWINDOW)) |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
798 |
#define QT_NO_TOOLBAR |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
799 |
#endif |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
800 |
|
0 | 801 |
// QTreeWidget |
802 |
#if !defined(QT_NO_TREEWIDGET) && (defined(QT_NO_TREEVIEW)) |
|
803 |
#define QT_NO_TREEWIDGET |
|
804 |
#endif |
|
805 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
806 |
// QDirModel |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
807 |
#if !defined(QT_NO_DIRMODEL) && (defined(QT_NO_ITEMVIEWS) || defined(QT_NO_FILESYSTEMMODEL)) |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
808 |
#define QT_NO_DIRMODEL |
0 | 809 |
#endif |
810 |
||
811 |
// QDockwidget |
|
812 |
#if !defined(QT_NO_DOCKWIDGET) && (defined(QT_NO_RUBBERBAND) || defined(QT_NO_MAINWINDOW)) |
|
813 |
#define QT_NO_DOCKWIDGET |
|
814 |
#endif |
|
815 |
||
816 |
// QUndoView |
|
817 |
#if !defined(QT_NO_UNDOVIEW) && (defined(QT_NO_UNDOSTACK) || defined(QT_NO_LISTVIEW)) |
|
818 |
#define QT_NO_UNDOVIEW |
|
819 |
#endif |
|
820 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
821 |
// QCompleter |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
822 |
#if !defined(QT_NO_FSCOMPLETER) && (defined(QT_NO_FILESYSTEMMODEL) || defined(QT_NO_COMPLETER)) |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
823 |
#define QT_NO_FSCOMPLETER |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
824 |
#endif |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
825 |
|
0 | 826 |
// QGraphicsSvgItem |
827 |
#if !defined(QT_NO_GRAPHICSSVGITEM) && (defined(QT_NO_SVGRENDERER) || defined(QT_NO_GRAPHICSVIEW)) |
|
828 |
#define QT_NO_GRAPHICSSVGITEM |
|
829 |
#endif |
|
830 |
||
831 |
// QComboBox |
|
832 |
#if !defined(QT_NO_COMBOBOX) && (defined(QT_NO_LINEEDIT) || defined(QT_NO_STANDARDITEMMODEL) || defined(QT_NO_LISTVIEW)) |
|
833 |
#define QT_NO_COMBOBOX |
|
834 |
#endif |
|
835 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
836 |
// QWorkSpace |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
837 |
#if !defined(QT_NO_WORKSPACE) && (defined(QT_NO_SCROLLBAR) || defined(QT_NO_MAINWINDOW) || defined(QT_NO_MENUBAR)) |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
838 |
#define QT_NO_WORKSPACE |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
839 |
#endif |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
840 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
841 |
// QPrintPreviewWidget |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
842 |
#if !defined(QT_NO_PRINTPREVIEWWIDGET) && (defined(QT_NO_GRAPHICSVIEW) || defined(QT_NO_PRINTER) || defined(QT_NO_MAINWINDOW)) |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
843 |
#define QT_NO_PRINTPREVIEWWIDGET |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
844 |
#endif |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
845 |
|
0 | 846 |
// QCalendarWidget |
847 |
#if !defined(QT_NO_CALENDARWIDGET) && (defined(QT_NO_TABLEVIEW) || defined(QT_NO_MENU) || defined(QT_NO_TEXTDATE) || defined(QT_NO_SPINBOX) || defined(QT_NO_TOOLBUTTON)) |
|
848 |
#define QT_NO_CALENDARWIDGET |
|
849 |
#endif |
|
850 |
||
851 |
// QDateTimeEdit |
|
852 |
#if !defined(QT_NO_DATETIMEEDIT) && (defined(QT_NO_CALENDARWIDGET) || defined(QT_NO_DATESTRING)) |
|
853 |
#define QT_NO_DATETIMEEDIT |
|
854 |
#endif |
|
855 |
||
856 |
// QInputDialog |
|
857 |
#if !defined(QT_NO_INPUTDIALOG) && (defined(QT_NO_COMBOBOX) || defined(QT_NO_SPINBOX) || defined(QT_NO_STACKEDWIDGET)) |
|
858 |
#define QT_NO_INPUTDIALOG |
|
859 |
#endif |
|
860 |
||
861 |
// Phonon::EffectWidget |
|
862 |
#if !defined(QT_NO_PHONON_EFFECTWIDGET) && (defined(QT_NO_PHONON_EFFECT) || defined(QT_NO_COMBOBOX) || defined(QT_NO_SPINBOX)) |
|
863 |
#define QT_NO_PHONON_EFFECTWIDGET |
|
864 |
#endif |
|
865 |
||
866 |
// QFontComboBox |
|
867 |
#if !defined(QT_NO_FONTCOMBOBOX) && (defined(QT_NO_COMBOBOX) || defined(QT_NO_STRINGLISTMODEL)) |
|
868 |
#define QT_NO_FONTCOMBOBOX |
|
869 |
#endif |
|
870 |
||
871 |
// QFontDialog |
|
872 |
#if !defined(QT_NO_FONTDIALOG) && (defined(QT_NO_STRINGLISTMODEL) || defined(QT_NO_COMBOBOX) || defined(QT_NO_VALIDATOR) || defined(QT_NO_GROUPBOX)) |
|
873 |
#define QT_NO_FONTDIALOG |
|
874 |
#endif |
|
875 |
||
876 |
// QPrintDialog |
|
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
877 |
#if !defined(QT_NO_PRINTDIALOG) && (defined(QT_NO_PRINTER) || defined(QT_NO_COMBOBOX) || defined(QT_NO_BUTTONGROUP) || defined(QT_NO_SPINBOX) || defined(QT_NO_TREEVIEW) || defined(QT_NO_TABWIDGET)) |
0 | 878 |
#define QT_NO_PRINTDIALOG |
879 |
#endif |
|
880 |
||
881 |
// QFileDialog |
|
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
882 |
#if !defined(QT_NO_FILEDIALOG) && (defined(QT_NO_DIRMODEL) || defined(QT_NO_TREEVIEW) || defined(QT_NO_COMBOBOX) || defined(QT_NO_TOOLBUTTON) || defined(QT_NO_BUTTONGROUP) || defined(QT_NO_TOOLTIP) || defined(QT_NO_SPLITTER) || defined(QT_NO_STACKEDWIDGET) || defined(QT_NO_PROXYMODEL)) |
0 | 883 |
#define QT_NO_FILEDIALOG |
884 |
#endif |
|
885 |
||
886 |
// QPrintPreviewDialog |
|
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
887 |
#if !defined(QT_NO_PRINTPREVIEWDIALOG) && (defined(QT_NO_PRINTPREVIEWWIDGET) || defined(QT_NO_PRINTDIALOG) || defined(QT_NO_TOOLBAR)) |
0 | 888 |
#define QT_NO_PRINTPREVIEWDIALOG |
889 |
#endif |
|
890 |