summaryrefslogtreecommitdiff
path: root/qt/qconfig-qpe.h
Unidiff
Diffstat (limited to 'qt/qconfig-qpe.h') (more/less context) (ignore whitespace changes)
-rw-r--r--qt/qconfig-qpe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/qconfig-qpe.h b/qt/qconfig-qpe.h
index 2b05f90..30d8190 100644
--- a/qt/qconfig-qpe.h
+++ b/qt/qconfig-qpe.h
@@ -10,49 +10,49 @@
10** 10**
11** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE 11** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
12** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 12** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
13** 13**
14** See http://www.trolltech.com/gpl/ for GPL licensing information. 14** See http://www.trolltech.com/gpl/ for GPL licensing information.
15** 15**
16** Contact info@trolltech.com if any conditions of this licensing are 16** Contact info@trolltech.com if any conditions of this licensing are
17** not clear to you. 17** not clear to you.
18** 18**
19**********************************************************************/ 19**********************************************************************/
20#ifndef QT_H 20#ifndef QT_H
21#endif // QT_H 21#endif // QT_H
22 22
23// Empty leaves all features enabled. See doc/html/features.html for choices. 23// Empty leaves all features enabled. See doc/html/features.html for choices.
24 24
25// Note that disabling some features will produce a libqt that is not 25// Note that disabling some features will produce a libqt that is not
26// compatible with other libqt builds. Such modifications are only 26// compatible with other libqt builds. Such modifications are only
27// supported on Qt/Embedded where reducing the library size is important 27// supported on Qt/Embedded where reducing the library size is important
28// and where the application-suite is often a fixed set. 28// and where the application-suite is often a fixed set.
29 29
30#ifndef QT_DLL 30#ifndef QT_DLL
31#define QT_DLL // Internal 31#define QT_DLL // Internal
32#endif 32#endif
33 33
34#if defined(QT_QWS_IPAQ) || defined(QT_QWS_CASSIOPEIA) || defined(QT_QWS_EBX) 34#if defined(QT_QWS_IPAQ) || defined(QT_QWS_CASSIOPEIA) || defined(QT_QWS_SL5XXX)
35# define QT_NO_QWS_CURSOR 35# define QT_NO_QWS_CURSOR
36# define QT_NO_QWS_MOUSE_AUTO 36# define QT_NO_QWS_MOUSE_AUTO
37#endif 37#endif
38#ifndef QT_NO_CODECS 38#ifndef QT_NO_CODECS
39#define QT_NO_CODECS 39#define QT_NO_CODECS
40#endif 40#endif
41#define QT_NO_UNICODETABLES 41#define QT_NO_UNICODETABLES
42//#define QT_NO_IMAGEIO_BMP 42//#define QT_NO_IMAGEIO_BMP
43#define QT_NO_IMAGEIO_PPM 43#define QT_NO_IMAGEIO_PPM
44//#define QT_NO_ASYNC_IO 44//#define QT_NO_ASYNC_IO
45//#define QT_NO_ASYNC_IMAGE_IO 45//#define QT_NO_ASYNC_IMAGE_IO
46#define QT_NO_FREETYPE 46#define QT_NO_FREETYPE
47#define QT_NO_BDF 47#define QT_NO_BDF
48//#define QT_NO_FONTDATABASE 48//#define QT_NO_FONTDATABASE
49#define QT_NO_DRAGANDDROP 49#define QT_NO_DRAGANDDROP
50//#define QT_NO_CLIPBOARD 50//#define QT_NO_CLIPBOARD
51#define QT_NO_PROPERTIES 51#define QT_NO_PROPERTIES
52#define QT_NO_NETWORKPROTOCOL 52#define QT_NO_NETWORKPROTOCOL
53 53
54#define QT_NO_IMAGE_TEXT 54#define QT_NO_IMAGE_TEXT
55 55
56//#define QT_NO_TOOLTIP 56//#define QT_NO_TOOLTIP
57#define QT_NO_COLORNAMES 57#define QT_NO_COLORNAMES
58#define QT_NO_TRANSFORMATIONS 58#define QT_NO_TRANSFORMATIONS