source: trunk/src/corelib/global/qconfig-minimal.h@ 72

Last change on this file since 72 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 12.7 KB
Line 
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#ifndef QT_NO_TEXTDATE
50# define QT_NO_TEXTDATE
51#endif
52#ifndef QT_NO_DATESTRING
53# define QT_NO_DATESTRING
54#endif
55
56/* Dialogs */
57#ifndef QT_NO_COLORDIALOG
58# define QT_NO_COLORDIALOG
59#endif
60#ifndef QT_NO_ERRORMESSAGE
61# define QT_NO_ERRORMESSAGE
62#endif
63#ifndef QT_NO_FILEDIALOG
64# define QT_NO_FILEDIALOG
65#endif
66#ifndef QT_NO_FONTDIALOG
67# define QT_NO_FONTDIALOG
68#endif
69#ifndef QT_NO_INPUTDIALOG
70# define QT_NO_INPUTDIALOG
71#endif
72#ifndef QT_NO_MESSAGEBOX
73# define QT_NO_MESSAGEBOX
74#endif
75#ifndef QT_NO_PRINTDIALOG
76# define QT_NO_PRINTDIALOG
77#endif
78#ifndef QT_NO_PRINTPREVIEWDIALOG
79# define QT_NO_PRINTPREVIEWDIALOG
80#endif
81#ifndef QT_NO_PROGRESSDIALOG
82# define QT_NO_PROGRESSDIALOG
83#endif
84#ifndef QT_NO_TABDIALOG
85# define QT_NO_TABDIALOG
86#endif
87#ifndef QT_NO_WIZARD
88# define QT_NO_WIZARD
89#endif
90
91/* File I/O */
92#ifndef QT_NO_DOM
93# define QT_NO_DOM
94#endif
95#ifndef QT_NO_FILESYSTEMWATCHER
96# define QT_NO_FILESYSTEMWATCHER
97#endif
98#ifndef QT_NO_FILESYSTEMMODEL
99# define QT_NO_FILESYSTEMMODEL
100#endif
101#ifndef QT_NO_PROCESS
102# define QT_NO_PROCESS
103#endif
104#ifndef QT_NO_TEMPORARYFILE
105# define QT_NO_TEMPORARYFILE
106#endif
107#ifndef QT_NO_TEXTSTREAM
108# define QT_NO_TEXTSTREAM
109#endif
110#ifndef QT_NO_SETTINGS
111# define QT_NO_SETTINGS
112#endif
113#ifndef QT_NO_LIBRARY
114# define QT_NO_LIBRARY
115#endif
116
117/* Fonts */
118#ifndef QT_NO_FREETYPE
119# define QT_NO_FREETYPE
120#endif
121#ifndef QT_NO_QWS_QPF2
122# define QT_NO_QWS_QPF2
123#endif
124
125/* Images */
126#ifndef QT_NO_ICON
127# define QT_NO_ICON
128#endif
129#ifndef QT_NO_IMAGEFORMATPLUGIN
130# define QT_NO_IMAGEFORMATPLUGIN
131#endif
132#ifndef QT_NO_IMAGEFORMAT_BMP
133# define QT_NO_IMAGEFORMAT_BMP
134#endif
135#ifndef QT_NO_IMAGEFORMAT_JPEG
136# define QT_NO_IMAGEFORMAT_JPEG
137#endif
138#ifndef QT_NO_IMAGEFORMAT_PNG
139# define QT_NO_IMAGEFORMAT_PNG
140#endif
141#ifndef QT_NO_IMAGEFORMAT_PPM
142# define QT_NO_IMAGEFORMAT_PPM
143#endif
144#ifndef QT_NO_IMAGEFORMAT_XBM
145# define QT_NO_IMAGEFORMAT_XBM
146#endif
147#ifndef QT_NO_IMAGEFORMAT_XPM
148# define QT_NO_IMAGEFORMAT_XPM
149#endif
150#ifndef QT_NO_IMAGE_HEURISTIC_MASK
151# define QT_NO_IMAGE_HEURISTIC_MASK
152#endif
153#ifndef QT_NO_IMAGE_TEXT
154# define QT_NO_IMAGE_TEXT
155#endif
156#ifndef QT_NO_MOVIE
157# define QT_NO_MOVIE
158#endif
159
160/* Internationalization */
161#ifndef QT_NO_BIG_CODECS
162# define QT_NO_BIG_CODECS
163#endif
164#ifndef QT_NO_QWS_INPUTMETHODS
165# define QT_NO_QWS_INPUTMETHODS
166#endif
167#ifndef QT_NO_TEXTCODEC
168# define QT_NO_TEXTCODEC
169#endif
170#ifndef QT_NO_CODECS
171# define QT_NO_CODECS
172#endif
173#ifndef QT_NO_TEXTCODECPLUGIN
174# define QT_NO_TEXTCODECPLUGIN
175#endif
176#ifndef QT_NO_TRANSLATION
177# define QT_NO_TRANSLATION
178#endif
179#ifndef QT_NO_TRANSLATION_UTF8
180# define QT_NO_TRANSLATION_UTF8
181#endif
182
183/* ItemViews */
184#ifndef QT_NO_ITEMVIEWS
185# define QT_NO_ITEMVIEWS
186#endif
187#ifndef QT_NO_DATAWIDGETMAPPER
188# define QT_NO_DATAWIDGETMAPPER
189#endif
190#ifndef QT_NO_DIRMODEL
191# define QT_NO_DIRMODEL
192#endif
193#ifndef QT_NO_LISTVIEW
194# define QT_NO_LISTVIEW
195#endif
196#ifndef QT_NO_COLUMNVIEW
197# define QT_NO_COLUMNVIEW
198#endif
199#ifndef QT_NO_PROXYMODEL
200# define QT_NO_PROXYMODEL
201#endif
202#ifndef QT_NO_SORTFILTERPROXYMODEL
203# define QT_NO_SORTFILTERPROXYMODEL
204#endif
205#ifndef QT_NO_STANDARDITEMMODEL
206# define QT_NO_STANDARDITEMMODEL
207#endif
208#ifndef QT_NO_STRINGLISTMODEL
209# define QT_NO_STRINGLISTMODEL
210#endif
211#ifndef QT_NO_TABLEVIEW
212# define QT_NO_TABLEVIEW
213#endif
214#ifndef QT_NO_TREEVIEW
215# define QT_NO_TREEVIEW
216#endif
217
218/* Kernel */
219#ifndef QT_NO_ACTION
220# define QT_NO_ACTION
221#endif
222#ifndef QT_NO_CLIPBOARD
223# define QT_NO_CLIPBOARD
224#endif
225#ifndef QT_NO_CSSPARSER
226# define QT_NO_CSSPARSER
227#endif
228#ifndef QT_NO_CURSOR
229# define QT_NO_CURSOR
230#endif
231#ifndef QT_NO_DRAGANDDROP
232# define QT_NO_DRAGANDDROP
233#endif
234#ifndef QT_NO_EFFECTS
235# define QT_NO_EFFECTS
236#endif
237#ifndef QT_NO_PROPERTIES
238# define QT_NO_PROPERTIES
239#endif
240#ifndef QT_NO_SESSIONMANAGER
241# define QT_NO_SESSIONMANAGER
242#endif
243#ifndef QT_NO_SHAREDMEMORY
244# define QT_NO_SHAREDMEMORY
245#endif
246#ifndef QT_NO_SHORTCUT
247# define QT_NO_SHORTCUT
248#endif
249#ifndef QT_NO_SOUND
250# define QT_NO_SOUND
251#endif
252#ifndef QT_NO_SYSTEMSEMAPHORE
253# define QT_NO_SYSTEMSEMAPHORE
254#endif
255#ifndef QT_NO_TABLETEVENT
256# define QT_NO_TABLETEVENT
257#endif
258#ifndef QT_NO_TEXTHTMLPARSER
259# define QT_NO_TEXTHTMLPARSER
260#endif
261#ifndef QT_NO_THREAD
262# define QT_NO_THREAD
263#endif
264#ifndef QT_NO_CONCURRENT
265# define QT_NO_CONCURRENT
266#endif
267#ifndef QT_NO_WHEELEVENT
268# define QT_NO_WHEELEVENT
269#endif
270#ifndef QT_NO_XMLSTREAM
271# define QT_NO_XMLSTREAM
272#endif
273#ifndef QT_NO_XMLSTREAMREADER
274# define QT_NO_XMLSTREAMREADER
275#endif
276#ifndef QT_NO_XMLSTREAMWRITER
277# define QT_NO_XMLSTREAMWRITER
278#endif
279
280/* Networking */
281#ifndef QT_NO_COP
282# define QT_NO_COP
283#endif
284#ifndef QT_NO_HOSTINFO
285# define QT_NO_HOSTINFO
286#endif
287#ifndef QT_NO_HTTP
288# define QT_NO_HTTP
289#endif
290#ifndef QT_NO_NETWORKPROXY
291# define QT_NO_NETWORKPROXY
292#endif
293#ifndef QT_NO_SOCKS5
294# define QT_NO_SOCKS5
295#endif
296#ifndef QT_NO_UDPSOCKET
297# define QT_NO_UDPSOCKET
298#endif
299#ifndef QT_NO_URLINFO
300# define QT_NO_URLINFO
301#endif
302#ifndef QT_NO_FTP
303# define QT_NO_FTP
304#endif
305
306/* Painting */
307#ifndef QT_NO_COLORNAMES
308# define QT_NO_COLORNAMES
309#endif
310#ifndef QT_NO_DIRECTPAINTER
311# define QT_NO_DIRECTPAINTER
312#endif
313#ifndef QT_NO_PAINTONSCREEN
314# define QT_NO_PAINTONSCREEN
315#endif
316#ifndef QT_NO_PAINT_DEBUG
317# define QT_NO_PAINT_DEBUG
318#endif
319#ifndef QT_NO_PICTURE
320# define QT_NO_PICTURE
321#endif
322#ifndef QT_NO_PRINTER
323# define QT_NO_PRINTER
324#endif
325#ifndef QT_NO_CUPS
326# define QT_NO_CUPS
327#endif
328
329/* Qt for Embedded Linux */
330#ifndef QT_NO_QWSEMBEDWIDGET
331# define QT_NO_QWSEMBEDWIDGET
332#endif
333#ifndef QT_NO_QWS_ALPHA_CURSOR
334# define QT_NO_QWS_ALPHA_CURSOR
335#endif
336#ifndef QT_NO_QWS_CURSOR
337# define QT_NO_QWS_CURSOR
338#endif
339#ifndef QT_NO_QWS_DECORATION_DEFAULT
340# define QT_NO_QWS_DECORATION_DEFAULT
341#endif
342#ifndef QT_NO_QWS_DECORATION_STYLED
343# define QT_NO_QWS_DECORATION_STYLED
344#endif
345#ifndef QT_NO_QWS_DECORATION_WINDOWS
346# define QT_NO_QWS_DECORATION_WINDOWS
347#endif
348#ifndef QT_NO_QWS_MANAGER
349# define QT_NO_QWS_MANAGER
350#endif
351#ifndef QT_NO_QWS_KEYBOARD
352# define QT_NO_QWS_KEYBOARD
353#endif
354#ifndef QT_NO_QWS_MOUSE
355# define QT_NO_QWS_MOUSE
356#endif
357#ifndef QT_NO_QWS_MOUSE_AUTO
358# define QT_NO_QWS_MOUSE_AUTO
359#endif
360#ifndef QT_NO_QWS_MOUSE_MANUAL
361# define QT_NO_QWS_MOUSE_MANUAL
362#endif
363#ifndef QT_NO_QWS_MULTIPROCESS
364# define QT_NO_QWS_MULTIPROCESS
365#endif
366#ifndef QT_NO_QWS_SOUNDSERVER
367# define QT_NO_QWS_SOUNDSERVER
368#endif
369#ifndef QT_NO_SXE
370# define QT_NO_SXE
371#endif
372#ifndef QT_NO_QWS_PROPERTIES
373# define QT_NO_QWS_PROPERTIES
374#endif
375#ifndef QT_NO_QWS_PROXYSCREEN
376# define QT_NO_QWS_PROXYSCREEN
377#endif
378#ifndef QT_NO_QWS_DYNAMICSCREENTRANSFORMATION
379# define QT_NO_QWS_DYNAMICSCREENTRANSFORMATION
380#endif
381
382/* SVG */
383#ifndef QT_NO_SVG
384# define QT_NO_SVG
385#endif
386#ifndef QT_NO_GRAPHICSSVGITEM
387# define QT_NO_GRAPHICSSVGITEM
388#endif
389#ifndef QT_NO_SVGGENERATOR
390# define QT_NO_SVGGENERATOR
391#endif
392#ifndef QT_NO_SVGRENDERER
393# define QT_NO_SVGRENDERER
394#endif
395#ifndef QT_NO_SVGWIDGET
396# define QT_NO_SVGWIDGET
397#endif
398
399/* Styles */
400#ifndef QT_NO_STYLE_MOTIF
401# define QT_NO_STYLE_MOTIF
402#endif
403#ifndef QT_NO_STYLE_CDE
404# define QT_NO_STYLE_CDE
405#endif
406#ifndef QT_NO_STYLE_CLEANLOOKS
407# define QT_NO_STYLE_CLEANLOOKS
408#endif
409#ifndef QT_NO_STYLE_PLASTIQUE
410# define QT_NO_STYLE_PLASTIQUE
411#endif
412#ifndef QT_NO_STYLE_STYLESHEET
413# define QT_NO_STYLE_STYLESHEET
414#endif
415#ifndef QT_NO_STYLE_WINDOWSCE
416# define QT_NO_STYLE_WINDOWSCE
417#endif
418#ifndef QT_NO_STYLE_WINDOWSMOBILE
419# define QT_NO_STYLE_WINDOWSMOBILE
420#endif
421#ifndef QT_NO_STYLE_WINDOWSVISTA
422# define QT_NO_STYLE_WINDOWSVISTA
423#endif
424#ifndef QT_NO_STYLE_WINDOWSXP
425# define QT_NO_STYLE_WINDOWSXP
426#endif
427
428/* Utilities */
429#ifndef QT_NO_ACCESSIBILITY
430# define QT_NO_ACCESSIBILITY
431#endif
432#ifndef QT_NO_COMPLETER
433# define QT_NO_COMPLETER
434#endif
435#ifndef QT_NO_DESKTOPSERVICES
436# define QT_NO_DESKTOPSERVICES
437#endif
438#ifndef QT_NO_SCRIPT
439# define QT_NO_SCRIPT
440#endif
441#ifndef QT_NO_SYSTEMTRAYICON
442# define QT_NO_SYSTEMTRAYICON
443#endif
444#ifndef QT_NO_UNDOCOMMAND
445# define QT_NO_UNDOCOMMAND
446#endif
447#ifndef QT_NO_UNDOGROUP
448# define QT_NO_UNDOGROUP
449#endif
450#ifndef QT_NO_UNDOSTACK
451# define QT_NO_UNDOSTACK
452#endif
453#ifndef QT_NO_UNDOVIEW
454# define QT_NO_UNDOVIEW
455#endif
456
457/* Widgets */
458#ifndef QT_NO_GROUPBOX
459# define QT_NO_GROUPBOX
460#endif
461#ifndef QT_NO_BUTTONGROUP
462# define QT_NO_BUTTONGROUP
463#endif
464#ifndef QT_NO_LCDNUMBER
465# define QT_NO_LCDNUMBER
466#endif
467#ifndef QT_NO_LINEEDIT
468# define QT_NO_LINEEDIT
469#endif
470#ifndef QT_NO_COMBOBOX
471# define QT_NO_COMBOBOX
472#endif
473#ifndef QT_NO_FONTCOMBOBOX
474# define QT_NO_FONTCOMBOBOX
475#endif
476#ifndef QT_NO_SPINBOX
477# define QT_NO_SPINBOX
478#endif
479#ifndef QT_NO_CALENDARWIDGET
480# define QT_NO_CALENDARWIDGET
481#endif
482#ifndef QT_NO_DATETIMEEDIT
483# define QT_NO_DATETIMEEDIT
484#endif
485#ifndef QT_NO_LISTWIDGET
486# define QT_NO_LISTWIDGET
487#endif
488#ifndef QT_NO_MENU
489# define QT_NO_MENU
490#endif
491#ifndef QT_NO_CONTEXTMENU
492# define QT_NO_CONTEXTMENU
493#endif
494#ifndef QT_NO_MAINWINDOW
495# define QT_NO_MAINWINDOW
496#endif
497#ifndef QT_NO_DOCKWIDGET
498# define QT_NO_DOCKWIDGET
499#endif
500#ifndef QT_NO_TOOLBAR
501# define QT_NO_TOOLBAR
502#endif
503#ifndef QT_NO_MENUBAR
504# define QT_NO_MENUBAR
505#endif
506#ifndef QT_NO_WORKSPACE
507# define QT_NO_WORKSPACE
508#endif
509#ifndef QT_NO_PROGRESSBAR
510# define QT_NO_PROGRESSBAR
511#endif
512#ifndef QT_NO_RESIZEHANDLER
513# define QT_NO_RESIZEHANDLER
514#endif
515#ifndef QT_NO_RUBBERBAND
516# define QT_NO_RUBBERBAND
517#endif
518#ifndef QT_NO_SPLITTER
519# define QT_NO_SPLITTER
520#endif
521#ifndef QT_NO_SIGNALMAPPER
522# define QT_NO_SIGNALMAPPER
523#endif
524#ifndef QT_NO_SIZEGRIP
525# define QT_NO_SIZEGRIP
526#endif
527#ifndef QT_NO_SLIDER
528# define QT_NO_SLIDER
529#endif
530#ifndef QT_NO_DIAL
531# define QT_NO_DIAL
532#endif
533#ifndef QT_NO_SCROLLBAR
534# define QT_NO_SCROLLBAR
535#endif
536#ifndef QT_NO_SCROLLAREA
537# define QT_NO_SCROLLAREA
538#endif
539#ifndef QT_NO_GRAPHICSVIEW
540# define QT_NO_GRAPHICSVIEW
541#endif
542#ifndef QT_NO_PRINTPREVIEWWIDGET
543# define QT_NO_PRINTPREVIEWWIDGET
544#endif
545#ifndef QT_NO_MDIAREA
546# define QT_NO_MDIAREA
547#endif
548#ifndef QT_NO_TEXTEDIT
549# define QT_NO_TEXTEDIT
550#endif
551#ifndef QT_NO_SYNTAXHIGHLIGHTER
552# define QT_NO_SYNTAXHIGHLIGHTER
553#endif
554#ifndef QT_NO_TEXTBROWSER
555# define QT_NO_TEXTBROWSER
556#endif
557#ifndef QT_NO_SPINWIDGET
558# define QT_NO_SPINWIDGET
559#endif
560#ifndef QT_NO_SPLASHSCREEN
561# define QT_NO_SPLASHSCREEN
562#endif
563#ifndef QT_NO_STACKEDWIDGET
564# define QT_NO_STACKEDWIDGET
565#endif
566#ifndef QT_NO_TABWIDGET
567# define QT_NO_TABWIDGET
568#endif
569#ifndef QT_NO_STATUSBAR
570# define QT_NO_STATUSBAR
571#endif
572#ifndef QT_NO_STATUSTIP
573# define QT_NO_STATUSTIP
574#endif
575#ifndef QT_NO_TABLEWIDGET
576# define QT_NO_TABLEWIDGET
577#endif
578#ifndef QT_NO_TOOLBUTTON
579# define QT_NO_TOOLBUTTON
580#endif
581#ifndef QT_NO_TABBAR
582# define QT_NO_TABBAR
583#endif
584#ifndef QT_NO_TOOLBOX
585# define QT_NO_TOOLBOX
586#endif
587#ifndef QT_NO_WHATSTHIS
588# define QT_NO_WHATSTHIS
589#endif
590#ifndef QT_NO_TOOLTIP
591# define QT_NO_TOOLTIP
592#endif
593#ifndef QT_NO_TREEWIDGET
594# define QT_NO_TREEWIDGET
595#endif
596#ifndef QT_NO_VALIDATOR
597# define QT_NO_VALIDATOR
598#endif
599
600/* Windows */
601#ifndef QT_NO_WIN_ACTIVEQT
602# define QT_NO_WIN_ACTIVEQT
603#endif
Note: See TracBrowser for help on using the repository browser.