~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to src/corelib/global/qconfig-minimal.h

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-08-24 04:09:09 UTC
  • Revision ID: james.westby@ubuntu.com-20050824040909-xmxe9jfr4a0w5671
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
**
 
3
** Copyright (C) 1992-2005 Trolltech AS. All rights reserved.
 
4
**
 
5
** This file is part of the core module of the Qt Toolkit.
 
6
**
 
7
** This file may be distributed under the terms of the Q Public License
 
8
** as defined by Trolltech AS of Norway and appearing in the file
 
9
** LICENSE.QPL included in the packaging of this file.
 
10
**
 
11
** This file may be distributed and/or modified under the terms of the
 
12
** GNU General Public License version 2 as published by the Free Software
 
13
** Foundation and appearing in the file LICENSE.GPL included in the
 
14
** packaging of this file.
 
15
**
 
16
** See http://www.trolltech.com/pricing.html or email sales@trolltech.com for
 
17
**   information about Qt Commercial License Agreements.
 
18
** See http://www.trolltech.com/qpl/ for QPL licensing information.
 
19
** See http://www.trolltech.com/gpl/ for GPL licensing information.
 
20
**
 
21
** Contact info@trolltech.com if any conditions of this licensing are
 
22
** not clear to you.
 
23
**
 
24
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
 
25
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 
26
**
 
27
****************************************************************************/
 
28
 
 
29
 
 
30
#ifndef QT_NO_CHECK
 
31
# define QT_NO_CHECK
 
32
#endif
 
33
#define QT_NO_PROCESS
 
34
#define QT_NO_PALETTE
 
35
#define QT_NO_ACTION
 
36
#ifndef QT_NO_TEXTCODEC /* moc? */
 
37
#define QT_NO_TEXTCODEC
 
38
#endif
 
39
#define QT_NO_UNICODETABLES
 
40
#define QT_NO_IMAGEIO_BMP
 
41
#define QT_NO_IMAGEIO_PPM
 
42
#define QT_NO_IMAGEIO_XBM
 
43
#define QT_NO_IMAGEIO_XPM
 
44
/* #define QT_NO_IMAGEIO_PNG //done by configure -no-png */
 
45
#define QT_NO_ASYNC_IO
 
46
#define QT_NO_ASYNC_IMAGE_IO
 
47
/* //#define QT_NO_FREETYPE //done by configure -no-freetype */
 
48
#define QT_NO_BDF
 
49
//#define QT_NO_FONTDATABASE
 
50
#define QT_NO_TRANSLATION
 
51
#define QT_NO_MIME
 
52
#define QT_NO_SOUND
 
53
/* #define QT_NO_PROPERTIES */
 
54
#define QT_NO_QWS_CURSOR
 
55
#define QT_NO_CURSOR
 
56
#define QT_NO_QWS_GFX_SPEED
 
57
#define QT_NO_NETWORK
 
58
#define QT_NO_COLORNAMES
 
59
#define QT_NO_TRANSFORMATIONS
 
60
#define QT_NO_PRINTER
 
61
#define QT_NO_PICTURE
 
62
#define QT_NO_LAYOUT
 
63
#define QT_NO_DRAWUTIL
 
64
#define QT_NO_IMAGE_TRUECOLOR
 
65
#define QT_NO_IMAGE_SMOOTHSCALE
 
66
#define QT_NO_IMAGE_TEXT
 
67
#define QT_NO_DIR
 
68
#define QT_NO_QWS_MANAGER
 
69
#define QT_NO_TEXTSTREAM
 
70
#define QT_NO_DATASTREAM
 
71
#define QT_NO_QWS_SAVEFONTS
 
72
#define QT_NO_TEMPLATE_VARIANT
 
73
#define QT_NO_SESSIONMANAGER
 
74
#define QT_NO_QWS_KEYBOARD
 
75
#define QT_NO_SYNTAXHIGHLIGHTER
 
76
 
 
77
#define QT_NO_ACCEL
 
78
#define QT_NO_BUTTON
 
79
#define QT_NO_DIALOG
 
80
#define QT_NO_FRAME
 
81
#define QT_NO_SEMIMODAL
 
82
 
 
83
#define QT_NO_STYLE
 
84
#define QT_NO_EFFECTS
 
85
#define QT_NO_COP
 
86
 
 
87
#define QT_NO_SQL
 
88
 
 
89
#define QT_NO_REGEXP_CAPTURE
 
90
#define QT_NO_REGEXP_WILDCARD
 
91
 
 
92
#define QT_NO_VALIDATOR
 
93
#define QT_NO_SPRINTF
 
94
 
 
95
#define QT_NO_REGEXP
 
96
 
 
97
#define QT_NO_IMAGEIO
 
98
 
 
99
/* #define QT_NO_VARIANT //needed for signals/slots */
 
100
 
 
101
#define QT_NO_RANGECONTROL
 
102
#define QT_NO_QUUID_STRING
 
103
#define QT_NO_SIGNALMAPPER
 
104
 
 
105
#define QT_NO_WHEELEVENT
 
106
#define QT_NO_BEZIER
 
107
 
 
108
#define QT_NO_QWS_MOUSE_AUTO
 
109
/* #define QT_NO_QWS_MOUSE_MANUAL */
 
110
 
 
111
#define QT_NO_IMAGE_DITHER_TO_1
 
112
#define QT_NO_IMAGE_HEURISTIC_MASK
 
113
#define QT_NO_IMAGE_MIRROR
 
114
 
 
115
#ifndef QT_NO_STL
 
116
# define QT_NO_STL
 
117
#endif
 
118
 
 
119
#define QT_NO_DATESTRING
 
120
#define QT_NO_WMATRIX
 
121
 
 
122
#define QT_NO_DIRECTPAINTER