source: trunk/src/corelib/global/qconfig-medium.h@ 561

Last change on this file since 561 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 6.4 KB
Line 
1/****************************************************************************
2**
3** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
4** All rights reserved.
5** Contact: Nokia Corporation ([email protected])
6**
7** This file is part of the QtCore module of the Qt Toolkit.
8**
9** $QT_BEGIN_LICENSE:LGPL$
10** Commercial Usage
11** Licensees holding valid Qt Commercial licenses may use this file in
12** accordance with the Qt Commercial License Agreement provided with the
13** Software or, alternatively, in accordance with the terms contained in
14** a written agreement between you and Nokia.
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** GNU General Public License Usage
29** Alternatively, this file may be used under the terms of the GNU
30** General Public License version 3.0 as published by the Free Software
31** Foundation and appearing in the file LICENSE.GPL included in the
32** packaging of this file. Please review the following information to
33** ensure the GNU General Public License version 3.0 requirements will be
34** met: http://www.gnu.org/copyleft/gpl.html.
35**
36** If you have questions regarding the use of this file, please contact
37** Nokia at [email protected].
38** $QT_END_LICENSE$
39**
40****************************************************************************/
41
42/* Dialogs */
43#ifndef QT_NO_COLORDIALOG
44# define QT_NO_COLORDIALOG
45#endif
46#ifndef QT_NO_FILEDIALOG
47# define QT_NO_FILEDIALOG
48#endif
49#ifndef QT_NO_FONTDIALOG
50# define QT_NO_FONTDIALOG
51#endif
52#ifndef QT_NO_INPUTDIALOG
53# define QT_NO_INPUTDIALOG
54#endif
55#ifndef QT_NO_PRINTDIALOG
56# define QT_NO_PRINTDIALOG
57#endif
58#ifndef QT_NO_PROGRESSDIALOG
59# define QT_NO_PROGRESSDIALOG
60#endif
61#ifndef QT_NO_TABDIALOG
62# define QT_NO_TABDIALOG
63#endif
64
65/* Fonts */
66#ifndef QT_NO_QWS_QPF
67# define QT_NO_QWS_QPF
68#endif
69
70/* Images */
71#ifndef QT_NO_IMAGEFORMAT_BMP
72# define QT_NO_IMAGEFORMAT_BMP
73#endif
74#ifndef QT_NO_IMAGEFORMAT_PPM
75# define QT_NO_IMAGEFORMAT_PPM
76#endif
77#ifndef QT_NO_IMAGE_TEXT
78# define QT_NO_IMAGE_TEXT
79#endif
80#ifndef QT_NO_MOVIE
81# define QT_NO_MOVIE
82#endif
83
84/* Internationalization */
85#ifndef QT_NO_BIG_CODECS
86# define QT_NO_BIG_CODECS
87#endif
88#ifndef QT_NO_TEXTCODEC
89# define QT_NO_TEXTCODEC
90#endif
91#ifndef QT_NO_CODECS
92# define QT_NO_CODECS
93#endif
94#ifndef QT_NO_TEXTCODECPLUGIN
95# define QT_NO_TEXTCODECPLUGIN
96#endif
97#ifndef QT_NO_TRANSLATION
98# define QT_NO_TRANSLATION
99#endif
100#ifndef QT_NO_TRANSLATION_UTF8
101# define QT_NO_TRANSLATION_UTF8
102#endif
103
104/* ItemViews */
105#ifndef QT_NO_TABLEVIEW
106# define QT_NO_TABLEVIEW
107#endif
108#ifndef QT_NO_TREEVIEW
109# define QT_NO_TREEVIEW
110#endif
111
112/* Kernel */
113#ifndef QT_NO_ACTION
114# define QT_NO_ACTION
115#endif
116#ifndef QT_NO_CLIPBOARD
117# define QT_NO_CLIPBOARD
118#endif
119#ifndef QT_NO_DRAGANDDROP
120# define QT_NO_DRAGANDDROP
121#endif
122#ifndef QT_NO_EFFECTS
123# define QT_NO_EFFECTS
124#endif
125#ifndef QT_NO_PROPERTIES
126# define QT_NO_PROPERTIES
127#endif
128#ifndef QT_NO_SESSIONMANAGER
129# define QT_NO_SESSIONMANAGER
130#endif
131#ifndef QT_NO_SHORTCUT
132# define QT_NO_SHORTCUT
133#endif
134#ifndef QT_NO_SOUND
135# define QT_NO_SOUND
136#endif
137#ifndef QT_NO_WHEELEVENT
138# define QT_NO_WHEELEVENT
139#endif
140
141/* Networking */
142#ifndef QT_NO_COP
143# define QT_NO_COP
144#endif
145#ifndef QT_NO_HOSTINFO
146# define QT_NO_HOSTINFO
147#endif
148#ifndef QT_NO_HTTP
149# define QT_NO_HTTP
150#endif
151#ifndef QT_NO_NETWORKPROXY
152# define QT_NO_NETWORKPROXY
153#endif
154#ifndef QT_NO_SOCKS5
155# define QT_NO_SOCKS5
156#endif
157#ifndef QT_NO_UDPSOCKET
158# define QT_NO_UDPSOCKET
159#endif
160#ifndef QT_NO_URLINFO
161# define QT_NO_URLINFO
162#endif
163#ifndef QT_NO_FTP
164# define QT_NO_FTP
165#endif
166
167/* Painting */
168#ifndef QT_NO_COLORNAMES
169# define QT_NO_COLORNAMES
170#endif
171#ifndef QT_NO_PICTURE
172# define QT_NO_PICTURE
173#endif
174#ifndef QT_NO_PRINTER
175# define QT_NO_PRINTER
176#endif
177#ifndef QT_NO_CUPS
178# define QT_NO_CUPS
179#endif
180
181/* Qt for Embedded Linux */
182#ifndef QT_NO_QWSEMBEDWIDGET
183# define QT_NO_QWSEMBEDWIDGET
184#endif
185#ifndef QT_NO_QWS_SOUNDSERVER
186# define QT_NO_QWS_SOUNDSERVER