]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/qte/qte-2.3.10/qpe.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / qte / qte-2.3.10 / qpe.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- /dev/null
7 +++ qt-2.3.9-snapshot-20041211/src/tools/qconfig-qpe.h
8 @@ -0,0 +1,97 @@
9 +/**********************************************************************
10 +** Copyright (C) 2000 Trolltech AS.  All rights reserved.
11 +**
12 +** This file is part of Qtopia Environment.
13 +**
14 +** This file may be distributed and/or modified under the terms of the
15 +** GNU General Public License version 2 as published by the Free Software
16 +** Foundation and appearing in the file LICENSE.GPL included in the
17 +** packaging of this file.
18 +**
19 +** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
20 +** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21 +**
22 +** See http://www.trolltech.com/gpl/ for GPL licensing information.
23 +**
24 +** Contact info@trolltech.com if any conditions of this licensing are
25 +** not clear to you.
26 +**
27 +**********************************************************************/
28 +#ifndef QT_H
29 +#endif // QT_H
30 +
31 +// Empty leaves all features enabled.  See doc/html/features.html for choices.
32 +
33 +// Note that disabling some features will produce a libqt that is not
34 +// compatible with other libqt builds. Such modifications are only
35 +// supported on Qt/Embedded where reducing the library size is important
36 +// and where the application-suite is often a fixed set.
37 +
38 +#ifndef QT_DLL
39 +#define QT_DLL // Internal
40 +#endif
41 +
42 +#define QT_NO_QWS_CURSOR
43 +#define QT_NO_QWS_MOUSE_AUTO
44 +#ifndef QT_NO_CODECS
45 +#define QT_NO_CODECS
46 +#endif
47 +#define QT_NO_UNICODETABLES
48 +//#define QT_NO_IMAGEIO_BMP
49 +#define QT_NO_IMAGEIO_PPM
50 +//#define QT_NO_ASYNC_IO
51 +//#define QT_NO_ASYNC_IMAGE_IO
52 +#define QT_NO_FREETYPE
53 +#define QT_NO_BDF
54 +//#define QT_NO_FONTDATABASE
55 +#define QT_NO_DRAGANDDROP
56 +//#define QT_NO_CLIPBOARD
57 +#define QT_NO_PROPERTIES
58 +#define QT_NO_NETWORKPROTOCOL
59 +
60 +#define QT_NO_IMAGE_TEXT
61 +
62 +//#define QT_NO_TOOLTIP
63 +#define QT_NO_COLORNAMES
64 +#define QT_NO_TRANSFORMATIONS
65 +#define QT_NO_TRANSLATION_BUILDER
66 +#define QT_NO_COMPLEXTEXT
67 +#define QT_NO_PRINTER
68 +#define QT_NO_PICTURE
69 +//#define QT_NO_ICONVIEW
70 +#define QT_NO_DIAL
71 +#define QT_NO_SIZEGRIP
72 +#define QT_NO_WORKSPACE
73 +//#define QT_NO_TABLE
74 +//#define QT_NO_ACTION
75 +//#define QT_NO_SETTINGS
76 +#define QT_NO_STYLE_POCKETPC
77 +#ifndef QT_NO_STYLE_AQUA
78 +# define QT_NO_STYLE_AQUA
79 +#endif
80 +#define QT_NO_STYLE_MOTIF
81 +#define QT_NO_STYLE_PLATINUM
82 +#define QT_NO_FILEDIALOG
83 +#define QT_NO_FONTDIALOG
84 +#define QT_NO_PRINTDIALOG
85 +#define QT_NO_COLORDIALOG
86 +#define QT_NO_INPUTDIALOG
87 +//#define QT_NO_MESSAGEBOX
88 +#define QT_NO_PROGRESSDIALOG
89 +//#define QT_NO_TABDIALOG
90 +#define QT_NO_WIZARD
91 +#define QT_NO_EFFECTS
92 +//#define QT_NO_COMPONENT
93 +#define QT_NO_DOM
94 +#define QT_NO_SEMIMODAL
95 +//#define QT_NO_PROGRESSBAR
96 +#define QT_NO_SPLITTER
97 +
98 +//#define QT_NO_QWS_SAVEFONTS
99 +//#define QT_NO_QWS_PROPERTIES
100 +
101 +#define QT_NO_QWS_BEOS_WM_STYLE
102 +#define QT_NO_QWS_KDE2_WM_STYLE
103 +#define QT_NO_QWS_KDE_WM_STYLE
104 +#define QT_NO_QWS_WINDOWS_WM_STYLE
105 +