| 1 |
/**************************************************************************** |
| 2 |
** |
| 3 |
** Copyright (C) 2012 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 |
** GNU Lesser General Public License Usage |
| 11 |
** This file may be used under the terms of the GNU Lesser General Public |
| 12 |
** License version 2.1 as published by the Free Software Foundation and |
| 13 |
** appearing in the file LICENSE.LGPL included in the packaging of this |
| 14 |
** file. Please review the following information to ensure the GNU Lesser |
| 15 |
** General Public License version 2.1 requirements will be met: |
| 16 |
** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. |
| 17 |
** |
| 18 |
** In addition, as a special exception, Nokia gives you certain additional |
| 19 |
** rights. These rights are described in the Nokia Qt LGPL Exception |
| 20 |
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. |
| 21 |
** |
| 22 |
** GNU General Public License Usage |
| 23 |
** Alternatively, this file may be used under the terms of the GNU General |
| 24 |
** Public License version 3.0 as published by the Free Software Foundation |
| 25 |
** and appearing in the file LICENSE.GPL included in the packaging of this |
| 26 |
** file. Please review the following information to ensure the GNU General |
| 27 |
** Public License version 3.0 requirements will be met: |
| 28 |
** http://www.gnu.org/copyleft/gpl.html. |
| 29 |
** |
| 30 |
** Other Usage |
| 31 |
** Alternatively, this file may be used in accordance with the terms and |
| 32 |
** conditions contained in a signed written agreement between you and Nokia. |
| 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 |
#ifndef QT_NO_GESTURES |
| 254 |
# define QT_NO_GESTURES |
| 255 |
#endif |
| 256 |
|
| 257 |
/* Widgets */ |
| 258 |
#ifndef QT_NO_LCDNUMBER |
| 259 |
# define QT_NO_LCDNUMBER |
| 260 |
#endif |
| 261 |
#ifndef QT_NO_FONTCOMBOBOX |
| 262 |
# define QT_NO_FONTCOMBOBOX |
| 263 |
#endif |
| 264 |
#ifndef QT_NO_SPINBOX |
| 265 |
# define QT_NO_SPINBOX |
| 266 |
#endif |
| 267 |
#ifndef QT_NO_CALENDARWIDGET |
| 268 |
# define QT_NO_CALENDARWIDGET |
| 269 |
#endif |
| 270 |
#ifndef QT_NO_DATETIMEEDIT |
| 271 |
# define QT_NO_DATETIMEEDIT |
| 272 |
#endif |
| 273 |
#ifndef QT_NO_MENU |
| 274 |
# define QT_NO_MENU |
| 275 |
#endif |
| 276 |
#ifndef QT_NO_CONTEXTMENU |
| 277 |
# define QT_NO_CONTEXTMENU |
| 278 |
#endif |
| 279 |
#ifndef QT_NO_MAINWINDOW |
| 280 |
# define QT_NO_MAINWINDOW |
| 281 |
#endif |
| 282 |
#ifndef QT_NO_DOCKWIDGET |
| 283 |
# define QT_NO_DOCKWIDGET |
| 284 |
#endif |
| 285 |
#ifndef QT_NO_TOOLBAR |
| 286 |
# define QT_NO_TOOLBAR |
| 287 |
#endif |
| 288 |
#ifndef QT_NO_MENUBAR |
| 289 |
# define QT_NO_MENUBAR |
| 290 |
#endif |
| 291 |
#ifndef QT_NO_WORKSPACE |
| 292 |
# define QT_NO_WORKSPACE |
| 293 |
#endif |
| 294 |
#ifndef QT_NO_PROGRESSBAR |
| 295 |
# define QT_NO_PROGRESSBAR |
| 296 |
#endif |
| 297 |
#ifndef QT_NO_SPLITTER |
| 298 |
# define QT_NO_SPLITTER |
| 299 |
#endif |
| 300 |
#ifndef QT_NO_SIZEGRIP |
| 301 |
# define QT_NO_SIZEGRIP |
| 302 |
#endif |
| 303 |
#ifndef QT_NO_STACKEDWIDGET |
| 304 |
# define QT_NO_STACKEDWIDGET |
| 305 |
#endif |
| 306 |
#ifndef QT_NO_TABWIDGET |
| 307 |
# define QT_NO_TABWIDGET |
| 308 |
#endif |
| 309 |
#ifndef QT_NO_STATUSBAR |
| 310 |
# define QT_NO_STATUSBAR |
| 311 |
#endif |
| 312 |
#ifndef QT_NO_TABLEWIDGET |
| 313 |
# define QT_NO_TABLEWIDGET |
| 314 |
#endif |
| 315 |
#ifndef QT_NO_TOOLBUTTON |
| 316 |
# define QT_NO_TOOLBUTTON |
| 317 |
#endif |
| 318 |
#ifndef QT_NO_TABBAR |
| 319 |
# define QT_NO_TABBAR |
| 320 |
#endif |
| 321 |
#ifndef QT_NO_TOOLBOX |
| 322 |
# define QT_NO_TOOLBOX |
| 323 |
#endif |
| 324 |
#ifndef QT_NO_WHATSTHIS |
| 325 |
# define QT_NO_WHATSTHIS |
| 326 |
#endif |
| 327 |
#ifndef QT_NO_TOOLTIP |
| 328 |
# define QT_NO_TOOLTIP |
| 329 |
#endif |
| 330 |
#ifndef QT_NO_TREEWIDGET |
| 331 |
# define QT_NO_TREEWIDGET |
| 332 |
#endif |
| 333 |
#ifndef QT_NO_VALIDATOR |
| 334 |
# define QT_NO_VALIDATOR |
| 335 |
#endif |