qconfig-medium.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 /* Dialogs */
00043 #ifndef QT_NO_COLORDIALOG
00044 #  define QT_NO_COLORDIALOG
00045 #endif
00046 #ifndef QT_NO_FILEDIALOG
00047 #  define QT_NO_FILEDIALOG
00048 #endif
00049 #ifndef QT_NO_FONTDIALOG
00050 #  define QT_NO_FONTDIALOG
00051 #endif
00052 #ifndef QT_NO_INPUTDIALOG
00053 #  define QT_NO_INPUTDIALOG
00054 #endif
00055 #ifndef QT_NO_PRINTDIALOG
00056 #  define QT_NO_PRINTDIALOG
00057 #endif
00058 #ifndef QT_NO_PROGRESSDIALOG
00059 #  define QT_NO_PROGRESSDIALOG
00060 #endif
00061 #ifndef QT_NO_TABDIALOG
00062 #  define QT_NO_TABDIALOG
00063 #endif
00064 
00065 /* Fonts */
00066 #ifndef QT_NO_QWS_QPF
00067 #  define QT_NO_QWS_QPF
00068 #endif
00069 
00070 /* Images */
00071 #ifndef QT_NO_IMAGEFORMAT_BMP
00072 #  define QT_NO_IMAGEFORMAT_BMP
00073 #endif
00074 #ifndef QT_NO_IMAGEFORMAT_PPM
00075 #  define QT_NO_IMAGEFORMAT_PPM
00076 #endif
00077 #ifndef QT_NO_IMAGE_TEXT
00078 #  define QT_NO_IMAGE_TEXT
00079 #endif
00080 #ifndef QT_NO_MOVIE
00081 #  define QT_NO_MOVIE
00082 #endif
00083 
00084 /* Internationalization */
00085 #ifndef QT_NO_BIG_CODECS
00086 #  define QT_NO_BIG_CODECS
00087 #endif
00088 #ifndef QT_NO_TEXTCODEC
00089 #  define QT_NO_TEXTCODEC
00090 #endif
00091 #ifndef QT_NO_CODECS
00092 #  define QT_NO_CODECS
00093 #endif
00094 #ifndef QT_NO_TEXTCODECPLUGIN
00095 #  define QT_NO_TEXTCODECPLUGIN
00096 #endif
00097 #ifndef QT_NO_TRANSLATION
00098 #  define QT_NO_TRANSLATION
00099 #endif
00100 #ifndef QT_NO_TRANSLATION_UTF8
00101 #  define QT_NO_TRANSLATION_UTF8
00102 #endif
00103 
00104 /* ItemViews */
00105 #ifndef QT_NO_TABLEVIEW
00106 #  define QT_NO_TABLEVIEW
00107 #endif
00108 #ifndef QT_NO_TREEVIEW
00109 #  define QT_NO_TREEVIEW
00110 #endif
00111 
00112 /* Kernel */
00113 #ifndef QT_NO_ACTION
00114 #  define QT_NO_ACTION
00115 #endif
00116 #ifndef QT_NO_CLIPBOARD
00117 #  define QT_NO_CLIPBOARD
00118 #endif
00119 #ifndef QT_NO_DRAGANDDROP
00120 #  define QT_NO_DRAGANDDROP
00121 #endif
00122 #ifndef QT_NO_EFFECTS
00123 #  define QT_NO_EFFECTS
00124 #endif
00125 #ifndef QT_NO_PROPERTIES
00126 #  define QT_NO_PROPERTIES
00127 #endif
00128 #ifndef QT_NO_SESSIONMANAGER
00129 #  define QT_NO_SESSIONMANAGER
00130 #endif
00131 #ifndef QT_NO_SHORTCUT
00132 #  define QT_NO_SHORTCUT
00133 #endif
00134 #ifndef QT_NO_SOUND
00135 #  define QT_NO_SOUND
00136 #endif
00137 #ifndef QT_NO_WHEELEVENT
00138 #  define QT_NO_WHEELEVENT
00139 #endif
00140 
00141 /* Networking */
00142 #ifndef QT_NO_COP
00143 #  define QT_NO_COP
00144 #endif
00145 #ifndef QT_NO_HOSTINFO
00146 #  define QT_NO_HOSTINFO
00147 #endif
00148 #ifndef QT_NO_HTTP
00149 #  define QT_NO_HTTP
00150 #endif
00151 #ifndef QT_NO_NETWORKPROXY
00152 #  define QT_NO_NETWORKPROXY
00153 #endif
00154 #ifndef QT_NO_SOCKS5
00155 #  define QT_NO_SOCKS5
00156 #endif
00157 #ifndef QT_NO_UDPSOCKET
00158 #  define QT_NO_UDPSOCKET
00159 #endif
00160 #ifndef QT_NO_URLINFO
00161 #  define QT_NO_URLINFO
00162 #endif
00163 #ifndef QT_NO_FTP
00164 #  define QT_NO_FTP
00165 #endif
00166 
00167 /* Painting */
00168 #ifndef QT_NO_COLORNAMES
00169 #  define QT_NO_COLORNAMES
00170 #endif
00171 #ifndef QT_NO_PICTURE
00172 #  define QT_NO_PICTURE
00173 #endif
00174 #ifndef QT_NO_PRINTER
00175 #  define QT_NO_PRINTER
00176 #endif
00177 #ifndef QT_NO_CUPS
00178 #  define QT_NO_CUPS
00179 #endif
00180 
00181 /* Qt for Embedded Linux */
00182 #ifndef QT_NO_QWSEMBEDWIDGET
00183 #  define QT_NO_QWSEMBEDWIDGET
00184 #endif
00185 #ifndef QT_NO_QWS_SOUNDSERVER
00186 #  define QT_NO_QWS_SOUNDSERVER
00187 #endif
00188 #ifndef QT_NO_QWS_PROPERTIES
00189 #  define QT_NO_QWS_PROPERTIES
00190 #endif
00191 
00192 /* Styles */
00193 #ifndef QT_NO_STYLE_MOTIF
00194 #  define QT_NO_STYLE_MOTIF
00195 #endif
00196 #ifndef QT_NO_STYLE_CDE
00197 #  define QT_NO_STYLE_CDE
00198 #endif
00199 #ifndef QT_NO_STYLE_STYLESHEET
00200 #  define QT_NO_STYLE_STYLESHEET
00201 #endif
00202 
00203 /* Utilities */
00204 #ifndef QT_NO_UNDOCOMMAND
00205 #  define QT_NO_UNDOCOMMAND
00206 #endif
00207 #ifndef QT_NO_UNDOGROUP
00208 #  define QT_NO_UNDOGROUP
00209 #endif
00210 #ifndef QT_NO_UNDOSTACK
00211 #  define QT_NO_UNDOSTACK
00212 #endif
00213 #ifndef QT_NO_UNDOVIEW
00214 #  define QT_NO_UNDOVIEW
00215 #endif
00216 #ifndef QT_NO_GESTURES
00217 #  define QT_NO_GESTURES
00218 #endif
00219 
00220 /* Widgets */
00221 #ifndef QT_NO_LCDNUMBER
00222 #  define QT_NO_LCDNUMBER
00223 #endif
00224 #ifndef QT_NO_CALENDARWIDGET
00225 #  define QT_NO_CALENDARWIDGET
00226 #endif
00227 #ifndef QT_NO_DATETIMEEDIT
00228 #  define QT_NO_DATETIMEEDIT
00229 #endif
00230 #ifndef QT_NO_MENU
00231 #  define QT_NO_MENU
00232 #endif
00233 #ifndef QT_NO_CONTEXTMENU
00234 #  define QT_NO_CONTEXTMENU
00235 #endif
00236 #ifndef QT_NO_MAINWINDOW
00237 #  define QT_NO_MAINWINDOW
00238 #endif
00239 #ifndef QT_NO_DOCKWIDGET
00240 #  define QT_NO_DOCKWIDGET
00241 #endif
00242 #ifndef QT_NO_TOOLBAR
00243 #  define QT_NO_TOOLBAR
00244 #endif
00245 #ifndef QT_NO_MENUBAR
00246 #  define QT_NO_MENUBAR
00247 #endif
00248 #ifndef QT_NO_WORKSPACE
00249 #  define QT_NO_WORKSPACE
00250 #endif
00251 #ifndef QT_NO_PROGRESSBAR
00252 #  define QT_NO_PROGRESSBAR
00253 #endif
00254 #ifndef QT_NO_SIZEGRIP
00255 #  define QT_NO_SIZEGRIP
00256 #endif
00257 #ifndef QT_NO_DIAL
00258 #  define QT_NO_DIAL
00259 #endif
00260 #ifndef QT_NO_STACKEDWIDGET
00261 #  define QT_NO_STACKEDWIDGET
00262 #endif
00263 #ifndef QT_NO_TABWIDGET
00264 #  define QT_NO_TABWIDGET
00265 #endif
00266 #ifndef QT_NO_STATUSBAR
00267 #  define QT_NO_STATUSBAR
00268 #endif
00269 #ifndef QT_NO_STATUSTIP
00270 #  define QT_NO_STATUSTIP
00271 #endif
00272 #ifndef QT_NO_TABLEWIDGET
00273 #  define QT_NO_TABLEWIDGET
00274 #endif
00275 #ifndef QT_NO_TOOLBUTTON
00276 #  define QT_NO_TOOLBUTTON
00277 #endif
00278 #ifndef QT_NO_TABBAR
00279 #  define QT_NO_TABBAR
00280 #endif
00281 #ifndef QT_NO_TOOLBOX
00282 #  define QT_NO_TOOLBOX
00283 #endif
00284 #ifndef QT_NO_WHATSTHIS
00285 #  define QT_NO_WHATSTHIS
00286 #endif
00287 #ifndef QT_NO_TOOLTIP
00288 #  define QT_NO_TOOLTIP
00289 #endif
00290 #ifndef QT_NO_TREEWIDGET
00291 #  define QT_NO_TREEWIDGET
00292 #endif
00293 
00294 /* Windows */
00295 #ifndef QT_NO_WIN_ACTIVEQT
00296 #  define QT_NO_WIN_ACTIVEQT
00297 #endif