qconfig-large.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_FILEDIALOG
00044 #  define QT_NO_FILEDIALOG
00045 #endif
00046 #ifndef QT_NO_FONTDIALOG
00047 #  define QT_NO_FONTDIALOG
00048 #endif
00049 #ifndef QT_NO_INPUTDIALOG
00050 #  define QT_NO_INPUTDIALOG
00051 #endif
00052 #ifndef QT_NO_PRINTDIALOG
00053 #  define QT_NO_PRINTDIALOG
00054 #endif
00055 #ifndef QT_NO_PROGRESSDIALOG
00056 #  define QT_NO_PROGRESSDIALOG
00057 #endif
00058 
00059 /* Fonts */
00060 #ifndef QT_NO_QWS_QPF
00061 #  define QT_NO_QWS_QPF
00062 #endif
00063 
00064 /* Images */
00065 #ifndef QT_NO_IMAGEFORMAT_BMP
00066 #  define QT_NO_IMAGEFORMAT_BMP
00067 #endif
00068 #ifndef QT_NO_IMAGEFORMAT_PPM
00069 #  define QT_NO_IMAGEFORMAT_PPM
00070 #endif
00071 
00072 /* Internationalization */
00073 #ifndef QT_NO_CODECS
00074 #  define QT_NO_CODECS
00075 #endif
00076 #ifndef QT_NO_TRANSLATION
00077 #  define QT_NO_TRANSLATION
00078 #endif
00079 #ifndef QT_NO_TRANSLATION_UTF8
00080 #  define QT_NO_TRANSLATION_UTF8
00081 #endif
00082 
00083 /* ItemViews */
00084 #ifndef QT_NO_TABLEVIEW
00085 #  define QT_NO_TABLEVIEW
00086 #endif
00087 #ifndef QT_NO_TREEVIEW
00088 #  define QT_NO_TREEVIEW
00089 #endif
00090 
00091 /* Kernel */
00092 #ifndef QT_NO_CLIPBOARD
00093 #  define QT_NO_CLIPBOARD
00094 #endif
00095 #ifndef QT_NO_DRAGANDDROP
00096 #  define QT_NO_DRAGANDDROP
00097 #endif
00098 #ifndef QT_NO_EFFECTS
00099 #  define QT_NO_EFFECTS
00100 #endif
00101 #ifndef QT_NO_PROPERTIES
00102 #  define QT_NO_PROPERTIES
00103 #endif
00104 #ifndef QT_NO_SOUND
00105 #  define QT_NO_SOUND
00106 #endif
00107 
00108 /* Networking */
00109 #ifndef QT_NO_HOSTINFO
00110 #  define QT_NO_HOSTINFO
00111 #endif
00112 #ifndef QT_NO_HTTP
00113 #  define QT_NO_HTTP
00114 #endif
00115 #ifndef QT_NO_UDPSOCKET
00116 #  define QT_NO_UDPSOCKET
00117 #endif
00118 #ifndef QT_NO_URLINFO
00119 #  define QT_NO_URLINFO
00120 #endif
00121 #ifndef QT_NO_FTP
00122 #  define QT_NO_FTP
00123 #endif
00124 
00125 /* Painting */
00126 #ifndef QT_NO_COLORNAMES
00127 #  define QT_NO_COLORNAMES
00128 #endif
00129 #ifndef QT_NO_PICTURE
00130 #  define QT_NO_PICTURE
00131 #endif
00132 #ifndef QT_NO_PRINTER
00133 #  define QT_NO_PRINTER
00134 #endif
00135 #ifndef QT_NO_CUPS
00136 #  define QT_NO_CUPS
00137 #endif
00138 
00139 /* Qt for Embedded Linux */
00140 #ifndef QT_NO_QWS_SOUNDSERVER
00141 #  define QT_NO_QWS_SOUNDSERVER
00142 #endif
00143 
00144 /* Styles */
00145 #ifndef QT_NO_STYLE_MOTIF
00146 #  define QT_NO_STYLE_MOTIF
00147 #endif
00148 #ifndef QT_NO_STYLE_CDE
00149 #  define QT_NO_STYLE_CDE
00150 #endif
00151 #ifndef QT_NO_STYLE_STYLESHEET
00152 #  define QT_NO_STYLE_STYLESHEET
00153 #endif
00154 
00155 /* Widgets */
00156 #ifndef QT_NO_CALENDARWIDGET
00157 #  define QT_NO_CALENDARWIDGET
00158 #endif
00159 #ifndef QT_NO_DATETIMEEDIT
00160 #  define QT_NO_DATETIMEEDIT
00161 #endif
00162 #ifndef QT_NO_WORKSPACE
00163 #  define QT_NO_WORKSPACE
00164 #endif
00165 #ifndef QT_NO_DIAL
00166 #  define QT_NO_DIAL
00167 #endif
00168 #ifndef QT_NO_TABLEWIDGET
00169 #  define QT_NO_TABLEWIDGET
00170 #endif
00171 #ifndef QT_NO_TREEWIDGET
00172 #  define QT_NO_TREEWIDGET
00173 #endif