src/corelib/global/qconfig-small.h
changeset 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 /****************************************************************************
       
     2 **
       
     3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     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 /* 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
       
   225 #  define QT_NO_STYLE_MOTIF
       
   226 #endif
       
   227 #ifndef QT_NO_STYLE_CDE
       
   228 #  define QT_NO_STYLE_CDE
       
   229 #endif
       
   230 #ifndef QT_NO_STYLE_CLEANLOOKS
       
   231 #  define QT_NO_STYLE_CLEANLOOKS
       
   232 #endif
       
   233 #ifndef QT_NO_STYLE_PLASTIQUE
       
   234 #  define QT_NO_STYLE_PLASTIQUE
       
   235 #endif
       
   236 #ifndef QT_NO_STYLE_STYLESHEET
       
   237 #  define QT_NO_STYLE_STYLESHEET
       
   238 #endif
       
   239 #ifndef QT_NO_STYLE_WINDOWSXP
       
   240 #  define QT_NO_STYLE_WINDOWSXP
       
   241 #endif
       
   242 
       
   243 /* Utilities */
       
   244 #ifndef QT_NO_COMPLETER
       
   245 #  define QT_NO_COMPLETER
       
   246 #endif
       
   247 #ifndef QT_NO_DESKTOPSERVICES
       
   248 #  define QT_NO_DESKTOPSERVICES
       
   249 #endif
       
   250 #ifndef QT_NO_SYSTEMTRAYICON
       
   251 #  define QT_NO_SYSTEMTRAYICON
       
   252 #endif
       
   253 
       
   254 /* Widgets */
       
   255 #ifndef QT_NO_LCDNUMBER
       
   256 #  define QT_NO_LCDNUMBER
       
   257 #endif
       
   258 #ifndef QT_NO_FONTCOMBOBOX
       
   259 #  define QT_NO_FONTCOMBOBOX
       
   260 #endif
       
   261 #ifndef QT_NO_SPINBOX
       
   262 #  define QT_NO_SPINBOX
       
   263 #endif
       
   264 #ifndef QT_NO_CALENDARWIDGET
       
   265 #  define QT_NO_CALENDARWIDGET
       
   266 #endif
       
   267 #ifndef QT_NO_DATETIMEEDIT
       
   268 #  define QT_NO_DATETIMEEDIT
       
   269 #endif
       
   270 #ifndef QT_NO_MENU
       
   271 #  define QT_NO_MENU
       
   272 #endif
       
   273 #ifndef QT_NO_CONTEXTMENU
       
   274 #  define QT_NO_CONTEXTMENU
       
   275 #endif
       
   276 #ifndef QT_NO_MAINWINDOW
       
   277 #  define QT_NO_MAINWINDOW
       
   278 #endif
       
   279 #ifndef QT_NO_DOCKWIDGET
       
   280 #  define QT_NO_DOCKWIDGET
       
   281 #endif
       
   282 #ifndef QT_NO_TOOLBAR
       
   283 #  define QT_NO_TOOLBAR
       
   284 #endif
       
   285 #ifndef QT_NO_MENUBAR
       
   286 #  define QT_NO_MENUBAR
       
   287 #endif
       
   288 #ifndef QT_NO_WORKSPACE
       
   289 #  define QT_NO_WORKSPACE
       
   290 #endif
       
   291 #ifndef QT_NO_PROGRESSBAR
       
   292 #  define QT_NO_PROGRESSBAR
       
   293 #endif
       
   294 #ifndef QT_NO_SPLITTER
       
   295 #  define QT_NO_SPLITTER
       
   296 #endif
       
   297 #ifndef QT_NO_SIZEGRIP
       
   298 #  define QT_NO_SIZEGRIP
       
   299 #endif
       
   300 #ifndef QT_NO_STACKEDWIDGET
       
   301 #  define QT_NO_STACKEDWIDGET
       
   302 #endif
       
   303 #ifndef QT_NO_TABWIDGET
       
   304 #  define QT_NO_TABWIDGET
       
   305 #endif
       
   306 #ifndef QT_NO_STATUSBAR
       
   307 #  define QT_NO_STATUSBAR
       
   308 #endif
       
   309 #ifndef QT_NO_TABLEWIDGET
       
   310 #  define QT_NO_TABLEWIDGET
       
   311 #endif
       
   312 #ifndef QT_NO_TOOLBUTTON
       
   313 #  define QT_NO_TOOLBUTTON
       
   314 #endif
       
   315 #ifndef QT_NO_TABBAR
       
   316 #  define QT_NO_TABBAR
       
   317 #endif
       
   318 #ifndef QT_NO_TOOLBOX
       
   319 #  define QT_NO_TOOLBOX
       
   320 #endif
       
   321 #ifndef QT_NO_WHATSTHIS
       
   322 #  define QT_NO_WHATSTHIS
       
   323 #endif
       
   324 #ifndef QT_NO_TOOLTIP
       
   325 #  define QT_NO_TOOLTIP
       
   326 #endif
       
   327 #ifndef QT_NO_TREEWIDGET
       
   328 #  define QT_NO_TREEWIDGET
       
   329 #endif
       
   330 #ifndef QT_NO_VALIDATOR
       
   331 #  define QT_NO_VALIDATOR
       
   332 #endif