qconfig-minimal.h

Go to the documentation of this file.
00001 /****************************************************************************
00002 **
00003 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
00004 ** All rights reserved.
00005 ** Contact: Nokia Corporation (qt-info@nokia.com)
00006 **
00007 ** This file is part of the QtCore module of the Qt Toolkit.
00008 **
00009 ** $QT_BEGIN_LICENSE:LGPL$
00010 ** Commercial Usage
00011 ** Licensees holding valid Qt Commercial licenses may use this file in
00012 ** accordance with the Qt Commercial License Agreement provided with the
00013 ** Software or, alternatively, in accordance with the terms contained in
00014 ** a written agreement between you and Nokia.
00015 **
00016 ** GNU Lesser General Public License Usage
00017 ** Alternatively, this file may be used under the terms of the GNU Lesser
00018 ** General Public License version 2.1 as published by the Free Software
00019 ** Foundation and appearing in the file LICENSE.LGPL included in the
00020 ** packaging of this file.  Please review the following information to
00021 ** ensure the GNU Lesser General Public License version 2.1 requirements
00022 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
00023 **
00024 ** In addition, as a special exception, Nokia gives you certain additional
00025 ** rights.  These rights are described in the Nokia Qt LGPL Exception
00026 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this module.
00027 **
00028 ** GNU General Public License Usage
00029 ** Alternatively, this file may be used under the terms of the GNU
00030 ** General Public License version 3.0 as published by the Free Software
00031 ** Foundation and appearing in the file LICENSE.GPL included in the
00032 ** packaging of this file.  Please review the following information to
00033 ** ensure the GNU General Public License version 3.0 requirements will be
00034 ** met: http://www.gnu.org/copyleft/gpl.html.
00035 **
00036 ** If you have questions regarding the use of this file, please contact
00037 ** Nokia at qt-info@nokia.com.
00038 ** $QT_END_LICENSE$
00039 **
00040 ****************************************************************************/
00041 
00042 /* Data structures */
00043 #ifndef QT_NO_QUUID_STRING
00044 #  define QT_NO_QUUID_STRING
00045 #endif
00046 #ifndef QT_NO_STL
00047 #  define QT_NO_STL
00048 #endif
00049 #ifndef QT_NO_TEXTDATE
00050 #  define QT_NO_TEXTDATE
00051 #endif
00052 #ifndef QT_NO_DATESTRING
00053 #  define QT_NO_DATESTRING
00054 #endif
00055 
00056 /* Dialogs */
00057 #ifndef QT_NO_COLORDIALOG
00058 #  define QT_NO_COLORDIALOG
00059 #endif
00060 #ifndef QT_NO_ERRORMESSAGE
00061 #  define QT_NO_ERRORMESSAGE
00062 #endif
00063 #ifndef QT_NO_FILEDIALOG
00064 #  define QT_NO_FILEDIALOG
00065 #endif
00066 #ifndef QT_NO_FONTDIALOG
00067 #  define QT_NO_FONTDIALOG
00068 #endif
00069 #ifndef QT_NO_INPUTDIALOG
00070 #  define QT_NO_INPUTDIALOG
00071 #endif
00072 #ifndef QT_NO_MESSAGEBOX
00073 #  define QT_NO_MESSAGEBOX
00074 #endif
00075 #ifndef QT_NO_PRINTDIALOG
00076 #  define QT_NO_PRINTDIALOG
00077 #endif
00078 #ifndef QT_NO_PRINTPREVIEWDIALOG
00079 #  define QT_NO_PRINTPREVIEWDIALOG
00080 #endif
00081 #ifndef QT_NO_PROGRESSDIALOG
00082 #  define QT_NO_PROGRESSDIALOG
00083 #endif
00084 #ifndef QT_NO_TABDIALOG
00085 #  define QT_NO_TABDIALOG
00086 #endif
00087 #ifndef QT_NO_WIZARD
00088 #  define QT_NO_WIZARD
00089 #endif
00090 
00091 /* File I/O */
00092 #ifndef QT_NO_DOM
00093 #  define QT_NO_DOM
00094 #endif
00095 #ifndef QT_NO_FILESYSTEMWATCHER
00096 #  define QT_NO_FILESYSTEMWATCHER
00097 #endif
00098 #ifndef QT_NO_FILESYSTEMMODEL
00099 #  define QT_NO_FILESYSTEMMODEL
00100 #endif
00101 #ifndef QT_NO_PROCESS
00102 #  define QT_NO_PROCESS
00103 #endif
00104 #ifndef QT_NO_TEMPORARYFILE
00105 #  define QT_NO_TEMPORARYFILE
00106 #endif
00107 #ifndef QT_NO_TEXTSTREAM
00108 #  define QT_NO_TEXTSTREAM
00109 #endif
00110 #ifndef QT_NO_SETTINGS
00111 #  define QT_NO_SETTINGS
00112 #endif
00113 #ifndef QT_NO_LIBRARY
00114 #  define QT_NO_LIBRARY
00115 #endif
00116 
00117 /* Fonts */
00118 #ifndef QT_NO_FREETYPE
00119 #  define QT_NO_FREETYPE
00120 #endif
00121 #ifndef QT_NO_QWS_QPF2
00122 #  define QT_NO_QWS_QPF2
00123 #endif
00124 
00125 /* Images */
00126 #ifndef QT_NO_IMAGEFORMATPLUGIN
00127 #  define QT_NO_IMAGEFORMATPLUGIN
00128 #endif
00129 #ifndef QT_NO_IMAGEFORMAT_BMP
00130 #  define QT_NO_IMAGEFORMAT_BMP
00131 #endif
00132 #ifndef QT_NO_IMAGEFORMAT_JPEG
00133 #  define QT_NO_IMAGEFORMAT_JPEG
00134 #endif
00135 #ifndef QT_NO_IMAGEFORMAT_PNG
00136 #  define QT_NO_IMAGEFORMAT_PNG
00137 #endif
00138 #ifndef QT_NO_IMAGEFORMAT_PPM
00139 #  define QT_NO_IMAGEFORMAT_PPM
00140 #endif
00141 #ifndef QT_NO_IMAGEFORMAT_XBM
00142 #  define QT_NO_IMAGEFORMAT_XBM
00143 #endif
00144 #ifndef QT_NO_IMAGEFORMAT_XPM
00145 #  define QT_NO_IMAGEFORMAT_XPM
00146 #endif
00147 #ifndef QT_NO_IMAGE_HEURISTIC_MASK
00148 #  define QT_NO_IMAGE_HEURISTIC_MASK
00149 #endif
00150 #ifndef QT_NO_IMAGE_TEXT
00151 #  define QT_NO_IMAGE_TEXT
00152 #endif
00153 #ifndef QT_NO_MOVIE
00154 #  define QT_NO_MOVIE
00155 #endif
00156 
00157 /* Internationalization */
00158 #ifndef QT_NO_BIG_CODECS
00159 #  define QT_NO_BIG_CODECS
00160 #endif
00161 #ifndef QT_NO_QWS_INPUTMETHODS
00162 #  define QT_NO_QWS_INPUTMETHODS
00163 #endif
00164 #ifndef QT_NO_TEXTCODEC
00165 #  define QT_NO_TEXTCODEC
00166 #endif
00167 #ifndef QT_NO_CODECS
00168 #  define QT_NO_CODECS
00169 #endif
00170 #ifndef QT_NO_TEXTCODECPLUGIN
00171 #  define QT_NO_TEXTCODECPLUGIN
00172 #endif
00173 #ifndef QT_NO_TRANSLATION
00174 #  define QT_NO_TRANSLATION
00175 #endif
00176 #ifndef QT_NO_TRANSLATION_UTF8
00177 #  define QT_NO_TRANSLATION_UTF8
00178 #endif
00179 
00180 /* ItemViews */
00181 #ifndef QT_NO_ITEMVIEWS
00182 #  define QT_NO_ITEMVIEWS
00183 #endif
00184 #ifndef QT_NO_DATAWIDGETMAPPER
00185 #  define QT_NO_DATAWIDGETMAPPER
00186 #endif
00187 #ifndef QT_NO_DIRMODEL
00188 #  define QT_NO_DIRMODEL
00189 #endif
00190 #ifndef QT_NO_LISTVIEW
00191 #  define QT_NO_LISTVIEW
00192 #endif
00193 #ifndef QT_NO_COLUMNVIEW
00194 #  define QT_NO_COLUMNVIEW
00195 #endif
00196 #ifndef QT_NO_PROXYMODEL
00197 #  define QT_NO_PROXYMODEL
00198 #endif
00199 #ifndef QT_NO_SORTFILTERPROXYMODEL
00200 #  define QT_NO_SORTFILTERPROXYMODEL
00201 #endif
00202 #ifndef QT_NO_STANDARDITEMMODEL
00203 #  define QT_NO_STANDARDITEMMODEL
00204 #endif
00205 #ifndef QT_NO_STRINGLISTMODEL
00206 #  define QT_NO_STRINGLISTMODEL
00207 #endif
00208 #ifndef QT_NO_TABLEVIEW
00209 #  define QT_NO_TABLEVIEW
00210 #endif
00211 #ifndef QT_NO_TREEVIEW
00212 #  define QT_NO_TREEVIEW
00213 #endif
00214 
00215 /* Kernel */
00216 #ifndef QT_NO_ACTION
00217 #  define QT_NO_ACTION
00218 #endif
00219 #ifndef QT_NO_CLIPBOARD
00220 #  define QT_NO_CLIPBOARD
00221 #endif
00222 #ifndef QT_NO_CSSPARSER
00223 #  define QT_NO_CSSPARSER
00224 #endif
00225 #ifndef QT_NO_CURSOR
00226 #  define QT_NO_CURSOR
00227 #endif
00228 #ifndef QT_NO_DRAGANDDROP
00229 #  define QT_NO_DRAGANDDROP
00230 #endif
00231 #ifndef QT_NO_EFFECTS
00232 #  define QT_NO_EFFECTS
00233 #endif
00234 #ifndef QT_NO_PROPERTIES
00235 #  define QT_NO_PROPERTIES
00236 #endif
00237 #ifndef QT_NO_SESSIONMANAGER
00238 #  define QT_NO_SESSIONMANAGER
00239 #endif
00240 #ifndef QT_NO_SHAREDMEMORY
00241 #  define QT_NO_SHAREDMEMORY
00242 #endif
00243 #ifndef QT_NO_SHORTCUT
00244 #  define QT_NO_SHORTCUT
00245 #endif
00246 #ifndef QT_NO_SOUND
00247 #  define QT_NO_SOUND
00248 #endif
00249 #ifndef QT_NO_SYSTEMSEMAPHORE
00250 #  define QT_NO_SYSTEMSEMAPHORE
00251 #endif
00252 #ifndef QT_NO_TABLETEVENT
00253 #  define QT_NO_TABLETEVENT
00254 #endif
00255 #ifndef QT_NO_TEXTHTMLPARSER
00256 #  define QT_NO_TEXTHTMLPARSER
00257 #endif
00258 #ifndef QT_NO_CONCURRENT
00259 #  define QT_NO_CONCURRENT
00260 #endif
00261 #ifndef QT_NO_WHEELEVENT
00262 #  define QT_NO_WHEELEVENT
00263 #endif
00264 #ifndef QT_NO_XMLSTREAM
00265 #  define QT_NO_XMLSTREAM
00266 #endif
00267 #ifndef QT_NO_XMLSTREAMREADER
00268 #  define QT_NO_XMLSTREAMREADER
00269 #endif
00270 #ifndef QT_NO_XMLSTREAMWRITER
00271 #  define QT_NO_XMLSTREAMWRITER
00272 #endif
00273 
00274 /* Networking */
00275 #ifndef QT_NO_COP
00276 #  define QT_NO_COP
00277 #endif
00278 #ifndef QT_NO_HOSTINFO
00279 #  define QT_NO_HOSTINFO
00280 #endif
00281 #ifndef QT_NO_HTTP
00282 #  define QT_NO_HTTP
00283 #endif
00284 #ifndef QT_NO_NETWORKPROXY
00285 #  define QT_NO_NETWORKPROXY
00286 #endif
00287 #ifndef QT_NO_SOCKS5
00288 #  define QT_NO_SOCKS5
00289 #endif
00290 #ifndef QT_NO_UDPSOCKET
00291 #  define QT_NO_UDPSOCKET
00292 #endif
00293 #ifndef QT_NO_URLINFO
00294 #  define QT_NO_URLINFO
00295 #endif
00296 #ifndef QT_NO_FTP
00297 #  define QT_NO_FTP
00298 #endif
00299 
00300 /* Painting */
00301 #ifndef QT_NO_COLORNAMES
00302 #  define QT_NO_COLORNAMES
00303 #endif
00304 #ifndef QT_NO_DIRECTPAINTER
00305 #  define QT_NO_DIRECTPAINTER
00306 #endif
00307 #ifndef QT_NO_PAINTONSCREEN
00308 #  define QT_NO_PAINTONSCREEN
00309 #endif
00310 #ifndef QT_NO_PAINT_DEBUG
00311 #  define QT_NO_PAINT_DEBUG
00312 #endif
00313 #ifndef QT_NO_PICTURE
00314 #  define QT_NO_PICTURE
00315 #endif
00316 #ifndef QT_NO_PRINTER
00317 #  define QT_NO_PRINTER
00318 #endif
00319 #ifndef QT_NO_CUPS
00320 #  define QT_NO_CUPS
00321 #endif
00322 
00323 /* Qt for Embedded Linux */
00324 #ifndef QT_NO_QWSEMBEDWIDGET
00325 #  define QT_NO_QWSEMBEDWIDGET
00326 #endif
00327 #ifndef QT_NO_QWS_ALPHA_CURSOR
00328 #  define QT_NO_QWS_ALPHA_CURSOR
00329 #endif
00330 #ifndef QT_NO_QWS_CURSOR
00331 #  define QT_NO_QWS_CURSOR
00332 #endif
00333 #ifndef QT_NO_QWS_DECORATION_DEFAULT
00334 #  define QT_NO_QWS_DECORATION_DEFAULT
00335 #endif
00336 #ifndef QT_NO_QWS_DECORATION_STYLED
00337 #  define QT_NO_QWS_DECORATION_STYLED
00338 #endif
00339 #ifndef QT_NO_QWS_DECORATION_WINDOWS
00340 #  define QT_NO_QWS_DECORATION_WINDOWS
00341 #endif
00342 #ifndef QT_NO_QWS_MANAGER
00343 #  define QT_NO_QWS_MANAGER
00344 #endif
00345 #ifndef QT_NO_QWS_KEYBOARD
00346 #  define QT_NO_QWS_KEYBOARD
00347 #endif
00348 #ifndef QT_NO_QWS_MOUSE
00349 #  define QT_NO_QWS_MOUSE
00350 #endif
00351 #ifndef QT_NO_QWS_MOUSE_AUTO
00352 #  define QT_NO_QWS_MOUSE_AUTO
00353 #endif
00354 #ifndef QT_NO_QWS_MOUSE_MANUAL
00355 #  define QT_NO_QWS_MOUSE_MANUAL
00356 #endif
00357 #ifndef QT_NO_QWS_MULTIPROCESS
00358 #  define QT_NO_QWS_MULTIPROCESS
00359 #endif
00360 #ifndef QT_NO_QWS_SOUNDSERVER
00361 #  define QT_NO_QWS_SOUNDSERVER
00362 #endif
00363 #ifndef QT_NO_SXE
00364 #  define QT_NO_SXE
00365 #endif
00366 #ifndef QT_NO_QWS_PROPERTIES
00367 #  define QT_NO_QWS_PROPERTIES
00368 #endif
00369 #ifndef QT_NO_QWS_PROXYSCREEN
00370 #  define QT_NO_QWS_PROXYSCREEN
00371 #endif
00372 #ifndef QT_NO_QWS_DYNAMICSCREENTRANSFORMATION
00373 #  define QT_NO_QWS_DYNAMICSCREENTRANSFORMATION
00374 #endif
00375 
00376 /* SVG */
00377 #ifndef QT_NO_SVG
00378 #  define QT_NO_SVG
00379 #endif
00380 #ifndef QT_NO_GRAPHICSSVGITEM
00381 #  define QT_NO_GRAPHICSSVGITEM
00382 #endif
00383 #ifndef QT_NO_SVGGENERATOR
00384 #  define QT_NO_SVGGENERATOR
00385 #endif
00386 #ifndef QT_NO_SVGRENDERER
00387 #  define QT_NO_SVGRENDERER
00388 #endif
00389 #ifndef QT_NO_SVGWIDGET
00390 #  define QT_NO_SVGWIDGET
00391 #endif
00392 
00393 /* Styles */
00394 #ifndef QT_NO_STYLE_MOTIF
00395 #  define QT_NO_STYLE_MOTIF
00396 #endif
00397 #ifndef QT_NO_STYLE_CDE
00398 #  define QT_NO_STYLE_CDE
00399 #endif
00400 #ifndef QT_NO_STYLE_CLEANLOOKS
00401 #  define QT_NO_STYLE_CLEANLOOKS
00402 #endif
00403 #ifndef QT_NO_STYLE_PLASTIQUE
00404 #  define QT_NO_STYLE_PLASTIQUE
00405 #endif
00406 #ifndef QT_NO_STYLE_STYLESHEET
00407 #  define QT_NO_STYLE_STYLESHEET
00408 #endif
00409 #ifndef QT_NO_STYLE_WINDOWSCE
00410 #  define QT_NO_STYLE_WINDOWSCE
00411 #endif
00412 #ifndef QT_NO_STYLE_WINDOWSMOBILE
00413 #  define QT_NO_STYLE_WINDOWSMOBILE
00414 #endif
00415 #ifndef QT_NO_STYLE_WINDOWSVISTA
00416 #  define QT_NO_STYLE_WINDOWSVISTA
00417 #endif
00418 #ifndef QT_NO_STYLE_WINDOWSXP
00419 #  define QT_NO_STYLE_WINDOWSXP
00420 #endif
00421 
00422 /* Utilities */
00423 #ifndef QT_NO_ACCESSIBILITY
00424 #  define QT_NO_ACCESSIBILITY
00425 #endif
00426 #ifndef QT_NO_COMPLETER
00427 #  define QT_NO_COMPLETER
00428 #endif
00429 #ifndef QT_NO_DESKTOPSERVICES
00430 #  define QT_NO_DESKTOPSERVICES
00431 #endif
00432 #ifndef QT_NO_SCRIPT
00433 #  define QT_NO_SCRIPT
00434 #endif
00435 #ifndef QT_NO_SYSTEMTRAYICON
00436 #  define QT_NO_SYSTEMTRAYICON
00437 #endif
00438 #ifndef QT_NO_UNDOCOMMAND
00439 #  define QT_NO_UNDOCOMMAND
00440 #endif
00441 #ifndef QT_NO_UNDOGROUP
00442 #  define QT_NO_UNDOGROUP
00443 #endif
00444 #ifndef QT_NO_UNDOSTACK
00445 #  define QT_NO_UNDOSTACK
00446 #endif
00447 #ifndef QT_NO_UNDOVIEW
00448 #  define QT_NO_UNDOVIEW
00449 #endif
00450 #ifndef QT_NO_GESTURES
00451 #  define QT_NO_GESTURES
00452 #endif
00453 
00454 /* Widgets */
00455 #ifndef QT_NO_GROUPBOX
00456 #  define QT_NO_GROUPBOX
00457 #endif
00458 #ifndef QT_NO_BUTTONGROUP
00459 #  define QT_NO_BUTTONGROUP
00460 #endif
00461 #ifndef QT_NO_LCDNUMBER
00462 #  define QT_NO_LCDNUMBER
00463 #endif
00464 #ifndef QT_NO_LINEEDIT
00465 #  define QT_NO_LINEEDIT
00466 #endif
00467 #ifndef QT_NO_COMBOBOX
00468 #  define QT_NO_COMBOBOX
00469 #endif
00470 #ifndef QT_NO_FONTCOMBOBOX
00471 #  define QT_NO_FONTCOMBOBOX
00472 #endif
00473 #ifndef QT_NO_SPINBOX
00474 #  define QT_NO_SPINBOX
00475 #endif
00476 #ifndef QT_NO_CALENDARWIDGET
00477 #  define QT_NO_CALENDARWIDGET
00478 #endif
00479 #ifndef QT_NO_DATETIMEEDIT
00480 #  define QT_NO_DATETIMEEDIT
00481 #endif
00482 #ifndef QT_NO_LISTWIDGET
00483 #  define QT_NO_LISTWIDGET
00484 #endif
00485 #ifndef QT_NO_MENU
00486 #  define QT_NO_MENU
00487 #endif
00488 #ifndef QT_NO_CONTEXTMENU
00489 #  define QT_NO_CONTEXTMENU
00490 #endif
00491 #ifndef QT_NO_MAINWINDOW
00492 #  define QT_NO_MAINWINDOW
00493 #endif
00494 #ifndef QT_NO_DOCKWIDGET
00495 #  define QT_NO_DOCKWIDGET
00496 #endif
00497 #ifndef QT_NO_TOOLBAR
00498 #  define QT_NO_TOOLBAR
00499 #endif
00500 #ifndef QT_NO_MENUBAR
00501 #  define QT_NO_MENUBAR
00502 #endif
00503 #ifndef QT_NO_WORKSPACE
00504 #  define QT_NO_WORKSPACE
00505 #endif
00506 #ifndef QT_NO_PROGRESSBAR
00507 #  define QT_NO_PROGRESSBAR
00508 #endif
00509 #ifndef QT_NO_RESIZEHANDLER
00510 #  define QT_NO_RESIZEHANDLER
00511 #endif
00512 #ifndef QT_NO_RUBBERBAND
00513 #  define QT_NO_RUBBERBAND
00514 #endif
00515 #ifndef QT_NO_SPLITTER
00516 #  define QT_NO_SPLITTER
00517 #endif
00518 #ifndef QT_NO_SIGNALMAPPER
00519 #  define QT_NO_SIGNALMAPPER
00520 #endif
00521 #ifndef QT_NO_SIZEGRIP
00522 #  define QT_NO_SIZEGRIP
00523 #endif
00524 #ifndef QT_NO_SLIDER
00525 #  define QT_NO_SLIDER
00526 #endif
00527 #ifndef QT_NO_DIAL
00528 #  define QT_NO_DIAL
00529 #endif
00530 #ifndef QT_NO_SCROLLBAR
00531 #  define QT_NO_SCROLLBAR
00532 #endif
00533 #ifndef QT_NO_SCROLLAREA
00534 #  define QT_NO_SCROLLAREA
00535 #endif
00536 #ifndef QT_NO_GRAPHICSVIEW
00537 #  define QT_NO_GRAPHICSVIEW
00538 #endif
00539 #ifndef QT_NO_PRINTPREVIEWWIDGET
00540 #  define QT_NO_PRINTPREVIEWWIDGET
00541 #endif
00542 #ifndef QT_NO_MDIAREA
00543 #  define QT_NO_MDIAREA
00544 #endif
00545 #ifndef QT_NO_TEXTEDIT
00546 #  define QT_NO_TEXTEDIT
00547 #endif
00548 #ifndef QT_NO_SYNTAXHIGHLIGHTER
00549 #  define QT_NO_SYNTAXHIGHLIGHTER
00550 #endif
00551 #ifndef QT_NO_TEXTBROWSER
00552 #  define QT_NO_TEXTBROWSER
00553 #endif
00554 #ifndef QT_NO_SPINWIDGET
00555 #  define QT_NO_SPINWIDGET
00556 #endif
00557 #ifndef QT_NO_SPLASHSCREEN
00558 #  define QT_NO_SPLASHSCREEN
00559 #endif
00560 #ifndef QT_NO_STACKEDWIDGET
00561 #  define QT_NO_STACKEDWIDGET
00562 #endif
00563 #ifndef QT_NO_TABWIDGET
00564 #  define QT_NO_TABWIDGET
00565 #endif
00566 #ifndef QT_NO_STATUSBAR
00567 #  define QT_NO_STATUSBAR
00568 #endif
00569 #ifndef QT_NO_STATUSTIP
00570 #  define QT_NO_STATUSTIP
00571 #endif
00572 #ifndef QT_NO_TABLEWIDGET
00573 #  define QT_NO_TABLEWIDGET
00574 #endif
00575 #ifndef QT_NO_TOOLBUTTON
00576 #  define QT_NO_TOOLBUTTON
00577 #endif
00578 #ifndef QT_NO_TABBAR
00579 #  define QT_NO_TABBAR
00580 #endif
00581 #ifndef QT_NO_TOOLBOX
00582 #  define QT_NO_TOOLBOX
00583 #endif
00584 #ifndef QT_NO_WHATSTHIS
00585 #  define QT_NO_WHATSTHIS
00586 #endif
00587 #ifndef QT_NO_TOOLTIP
00588 #  define QT_NO_TOOLTIP
00589 #endif
00590 #ifndef QT_NO_TREEWIDGET
00591 #  define QT_NO_TREEWIDGET
00592 #endif
00593 #ifndef QT_NO_VALIDATOR
00594 #  define QT_NO_VALIDATOR
00595 #endif
00596 
00597 /* Windows */
00598 #ifndef QT_NO_WIN_ACTIVEQT
00599 #  define QT_NO_WIN_ACTIVEQT
00600 #endif