qconfig-small.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 
00050 /* Dialogs */
00051 #ifndef QT_NO_COLORDIALOG
00052 #  define QT_NO_COLORDIALOG
00053 #endif
00054 #ifndef QT_NO_ERRORMESSAGE
00055 #  define QT_NO_ERRORMESSAGE
00056 #endif
00057 #ifndef QT_NO_FILEDIALOG
00058 #  define QT_NO_FILEDIALOG
00059 #endif
00060 #ifndef QT_NO_FONTDIALOG
00061 #  define QT_NO_FONTDIALOG
00062 #endif
00063 #ifndef QT_NO_INPUTDIALOG
00064 #  define QT_NO_INPUTDIALOG
00065 #endif
00066 #ifndef QT_NO_MESSAGEBOX
00067 #  define QT_NO_MESSAGEBOX
00068 #endif
00069 #ifndef QT_NO_PRINTDIALOG
00070 #  define QT_NO_PRINTDIALOG
00071 #endif
00072 #ifndef QT_NO_PROGRESSDIALOG
00073 #  define QT_NO_PROGRESSDIALOG
00074 #endif
00075 #ifndef QT_NO_TABDIALOG
00076 #  define QT_NO_TABDIALOG
00077 #endif
00078 
00079 /* File I/O */
00080 #ifndef QT_NO_TEXTSTREAM
00081 #  define QT_NO_TEXTSTREAM
00082 #endif
00083 #ifndef QT_NO_SETTINGS
00084 #  define QT_NO_SETTINGS
00085 #endif
00086 #ifndef QT_NO_LIBRARY
00087 #  define QT_NO_LIBRARY
00088 #endif
00089 
00090 /* Fonts */
00091 #ifndef QT_NO_FREETYPE
00092 #  define QT_NO_FREETYPE
00093 #endif
00094 
00095 /* Images */
00096 #ifndef QT_NO_IMAGEFORMATPLUGIN
00097 #  define QT_NO_IMAGEFORMATPLUGIN
00098 #endif
00099 #ifndef QT_NO_IMAGEFORMAT_BMP
00100 #  define QT_NO_IMAGEFORMAT_BMP
00101 #endif
00102 #ifndef QT_NO_IMAGEFORMAT_JPEG
00103 #  define QT_NO_IMAGEFORMAT_JPEG
00104 #endif
00105 #ifndef QT_NO_IMAGEFORMAT_PPM
00106 #  define QT_NO_IMAGEFORMAT_PPM
00107 #endif
00108 #ifndef QT_NO_IMAGEFORMAT_XBM
00109 #  define QT_NO_IMAGEFORMAT_XBM
00110 #endif
00111 #ifndef QT_NO_IMAGEFORMAT_XPM
00112 #  define QT_NO_IMAGEFORMAT_XPM
00113 #endif
00114 #ifndef QT_NO_IMAGE_TEXT
00115 #  define QT_NO_IMAGE_TEXT
00116 #endif
00117 #ifndef QT_NO_MOVIE
00118 #  define QT_NO_MOVIE
00119 #endif
00120 
00121 /* Internationalization */
00122 #ifndef QT_NO_QWS_INPUTMETHODS
00123 #  define QT_NO_QWS_INPUTMETHODS
00124 #endif
00125 #ifndef QT_NO_TEXTCODEC
00126 #  define QT_NO_TEXTCODEC
00127 #endif
00128 #ifndef QT_NO_CODECS
00129 #  define QT_NO_CODECS
00130 #endif
00131 #ifndef QT_NO_TEXTCODECPLUGIN
00132 #  define QT_NO_TEXTCODECPLUGIN
00133 #endif
00134 #ifndef QT_NO_TRANSLATION
00135 #  define QT_NO_TRANSLATION
00136 #endif
00137 #ifndef QT_NO_TRANSLATION_UTF8
00138 #  define QT_NO_TRANSLATION_UTF8
00139 #endif
00140 
00141 /* ItemViews */
00142 #ifndef QT_NO_DIRMODEL
00143 #  define QT_NO_DIRMODEL
00144 #endif
00145 #ifndef QT_NO_PROXYMODEL
00146 #  define QT_NO_PROXYMODEL
00147 #endif
00148 #ifndef QT_NO_SORTFILTERPROXYMODEL
00149 #  define QT_NO_SORTFILTERPROXYMODEL
00150 #endif
00151 #ifndef QT_NO_STRINGLISTMODEL
00152 #  define QT_NO_STRINGLISTMODEL
00153 #endif
00154 #ifndef QT_NO_TABLEVIEW
00155 #  define QT_NO_TABLEVIEW
00156 #endif
00157 #ifndef QT_NO_TREEVIEW
00158 #  define QT_NO_TREEVIEW
00159 #endif
00160 
00161 /* Kernel */
00162 #ifndef QT_NO_ACTION
00163 #  define QT_NO_ACTION
00164 #endif
00165 #ifndef QT_NO_CLIPBOARD
00166 #  define QT_NO_CLIPBOARD
00167 #endif
00168 #ifndef QT_NO_DRAGANDDROP
00169 #  define QT_NO_DRAGANDDROP
00170 #endif
00171 #ifndef QT_NO_EFFECTS
00172 #  define QT_NO_EFFECTS
00173 #endif
00174 #ifndef QT_NO_PROPERTIES
00175 #  define QT_NO_PROPERTIES
00176 #endif
00177 #ifndef QT_NO_SESSIONMANAGER
00178 #  define QT_NO_SESSIONMANAGER
00179 #endif
00180 #ifndef QT_NO_SHORTCUT
00181 #  define QT_NO_SHORTCUT
00182 #endif
00183 #ifndef QT_NO_SOUND
00184 #  define QT_NO_SOUND
00185 #endif
00186 #ifndef QT_NO_WHEELEVENT
00187 #  define QT_NO_WHEELEVENT
00188 #endif
00189 
00190 /* Networking */
00191 #ifndef QT_NO_COP
00192 #  define QT_NO_COP
00193 #endif
00194 #ifndef QT_NO_HOSTINFO
00195 #  define QT_NO_HOSTINFO
00196 #endif
00197 #ifndef QT_NO_HTTP
00198 #  define QT_NO_HTTP
00199 #endif
00200 
00201 /* Painting */
00202 #ifndef QT_NO_COLORNAMES
00203 #  define QT_NO_COLORNAMES
00204 #endif
00205 #ifndef QT_NO_PICTURE
00206 #  define QT_NO_PICTURE
00207 #endif
00208 #ifndef QT_NO_PRINTER
00209 #  define QT_NO_PRINTER
00210 #endif
00211 #ifndef QT_NO_CUPS
00212 #  define QT_NO_CUPS
00213 #endif
00214 
00215 /* Qt for Embedded Linux */
00216 #ifndef QT_NO_QWS_SOUNDSERVER
00217 #  define QT_NO_QWS_SOUNDSERVER
00218 #endif
00219 #ifndef QT_NO_QWS_PROPERTIES
00220 #  define QT_NO_QWS_PROPERTIES
00221 #endif
00222 
00223 /* Styles */
00224 #ifndef QT_NO_STYLE_MOTIF
00225 #  define QT_NO_STYLE_MOTIF
00226 #endif
00227 #ifndef QT_NO_STYLE_CDE
00228 #  define QT_NO_STYLE_CDE
00229 #endif
00230 #ifndef QT_NO_STYLE_CLEANLOOKS
00231 #  define QT_NO_STYLE_CLEANLOOKS
00232 #endif
00233 #ifndef QT_NO_STYLE_PLASTIQUE
00234 #  define QT_NO_STYLE_PLASTIQUE
00235 #endif
00236 #ifndef QT_NO_STYLE_STYLESHEET
00237 #  define QT_NO_STYLE_STYLESHEET
00238 #endif
00239 #ifndef QT_NO_STYLE_WINDOWSXP
00240 #  define QT_NO_STYLE_WINDOWSXP
00241 #endif
00242 
00243 /* Utilities */
00244 #ifndef QT_NO_COMPLETER
00245 #  define QT_NO_COMPLETER
00246 #endif
00247 #ifndef QT_NO_DESKTOPSERVICES
00248 #  define QT_NO_DESKTOPSERVICES
00249 #endif
00250 #ifndef QT_NO_SYSTEMTRAYICON
00251 #  define QT_NO_SYSTEMTRAYICON
00252 #endif
00253 #ifndef QT_NO_GESTURES
00254 #  define QT_NO_GESTURES
00255 #endif
00256 
00257 /* Widgets */
00258 #ifndef QT_NO_LCDNUMBER
00259 #  define QT_NO_LCDNUMBER
00260 #endif
00261 #ifndef QT_NO_FONTCOMBOBOX
00262 #  define QT_NO_FONTCOMBOBOX
00263 #endif
00264 #ifndef QT_NO_SPINBOX
00265 #  define QT_NO_SPINBOX
00266 #endif
00267 #ifndef QT_NO_CALENDARWIDGET
00268 #  define QT_NO_CALENDARWIDGET
00269 #endif
00270 #ifndef QT_NO_DATETIMEEDIT
00271 #  define QT_NO_DATETIMEEDIT
00272 #endif
00273 #ifndef QT_NO_MENU
00274 #  define QT_NO_MENU
00275 #endif
00276 #ifndef QT_NO_CONTEXTMENU
00277 #  define QT_NO_CONTEXTMENU
00278 #endif
00279 #ifndef QT_NO_MAINWINDOW
00280 #  define QT_NO_MAINWINDOW
00281 #endif
00282 #ifndef QT_NO_DOCKWIDGET
00283 #  define QT_NO_DOCKWIDGET
00284 #endif
00285 #ifndef QT_NO_TOOLBAR
00286 #  define QT_NO_TOOLBAR
00287 #endif
00288 #ifndef QT_NO_MENUBAR
00289 #  define QT_NO_MENUBAR
00290 #endif
00291 #ifndef QT_NO_WORKSPACE
00292 #  define QT_NO_WORKSPACE
00293 #endif
00294 #ifndef QT_NO_PROGRESSBAR
00295 #  define QT_NO_PROGRESSBAR
00296 #endif
00297 #ifndef QT_NO_SPLITTER
00298 #  define QT_NO_SPLITTER
00299 #endif
00300 #ifndef QT_NO_SIZEGRIP
00301 #  define QT_NO_SIZEGRIP
00302 #endif
00303 #ifndef QT_NO_STACKEDWIDGET
00304 #  define QT_NO_STACKEDWIDGET
00305 #endif
00306 #ifndef QT_NO_TABWIDGET
00307 #  define QT_NO_TABWIDGET
00308 #endif
00309 #ifndef QT_NO_STATUSBAR
00310 #  define QT_NO_STATUSBAR
00311 #endif
00312 #ifndef QT_NO_TABLEWIDGET
00313 #  define QT_NO_TABLEWIDGET
00314 #endif
00315 #ifndef QT_NO_TOOLBUTTON
00316 #  define QT_NO_TOOLBUTTON
00317 #endif
00318 #ifndef QT_NO_TABBAR
00319 #  define QT_NO_TABBAR
00320 #endif
00321 #ifndef QT_NO_TOOLBOX
00322 #  define QT_NO_TOOLBOX
00323 #endif
00324 #ifndef QT_NO_WHATSTHIS
00325 #  define QT_NO_WHATSTHIS
00326 #endif
00327 #ifndef QT_NO_TOOLTIP
00328 #  define QT_NO_TOOLTIP
00329 #endif
00330 #ifndef QT_NO_TREEWIDGET
00331 #  define QT_NO_TREEWIDGET
00332 #endif
00333 #ifndef QT_NO_VALIDATOR
00334 #  define QT_NO_VALIDATOR
00335 #endif