author | kergoth <kergoth> | 2002-01-25 22:14:26 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-01-25 22:14:26 (UTC) |
commit | 15318cad33835e4e2dc620d033e43cd930676cdd (patch) (unidiff) | |
tree | c2fa0399a2c47fda8e2cd0092c73a809d17f68eb /qt/qconfig-qpe.h | |
download | opie-15318cad33835e4e2dc620d033e43cd930676cdd.zip opie-15318cad33835e4e2dc620d033e43cd930676cdd.tar.gz opie-15318cad33835e4e2dc620d033e43cd930676cdd.tar.bz2 |
Initial revision
-rw-r--r-- | qt/qconfig-qpe.h | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/qt/qconfig-qpe.h b/qt/qconfig-qpe.h new file mode 100644 index 0000000..f02c743 --- a/dev/null +++ b/qt/qconfig-qpe.h | |||
@@ -0,0 +1,99 @@ | |||
1 | /********************************************************************** | ||
2 | ** Copyright (C) 2000 Trolltech AS. All rights reserved. | ||
3 | ** | ||
4 | ** This file is part of Qtopia Environment. | ||
5 | ** | ||
6 | ** This file may be distributed and/or modified under the terms of the | ||
7 | ** GNU General Public License version 2 as published by the Free Software | ||
8 | ** Foundation and appearing in the file LICENSE.GPL included in the | ||
9 | ** packaging of this file. | ||
10 | ** | ||
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. | ||
13 | ** | ||
14 | ** See http://www.trolltech.com/gpl/ for GPL licensing information. | ||
15 | ** | ||
16 | ** Contact info@trolltech.com if any conditions of this licensing are | ||
17 | ** not clear to you. | ||
18 | ** | ||
19 | **********************************************************************/ | ||
20 | #ifndef QT_H | ||
21 | #endif // QT_H | ||
22 | |||
23 | // Empty leaves all features enabled. See doc/html/features.html for choices. | ||
24 | |||
25 | // Note that disabling some features will produce a libqt that is not | ||
26 | // compatible with other libqt builds. Such modifications are only | ||
27 | // supported on Qt/Embedded where reducing the library size is important | ||
28 | // and where the application-suite is often a fixed set. | ||
29 | |||
30 | #ifndef QT_DLL | ||
31 | #define QT_DLL // Internal | ||
32 | #endif | ||
33 | |||
34 | #if defined(QT_QWS_IPAQ) || defined(QT_QWS_CASSIOPEIA) || defined(QT_QWS_EBX) | ||
35 | # define QT_NO_QWS_CURSOR | ||
36 | # define QT_NO_QWS_MOUSE_AUTO | ||
37 | #endif | ||
38 | #ifndef QT_NO_CODECS | ||
39 | #define QT_NO_CODECS | ||
40 | #endif | ||
41 | #define QT_NO_UNICODETABLES | ||
42 | //#define QT_NO_IMAGEIO_BMP | ||
43 | #define QT_NO_IMAGEIO_PPM | ||
44 | //#define QT_NO_ASYNC_IO | ||
45 | //#define QT_NO_ASYNC_IMAGE_IO | ||
46 | #define QT_NO_FREETYPE | ||
47 | #define QT_NO_BDF | ||
48 | //#define QT_NO_FONTDATABASE | ||
49 | #define QT_NO_DRAGANDDROP | ||
50 | //#define QT_NO_CLIPBOARD | ||
51 | #define QT_NO_PROPERTIES | ||
52 | #define QT_NO_NETWORKPROTOCOL | ||
53 | |||
54 | #define QT_NO_IMAGE_TEXT | ||
55 | |||
56 | //#define QT_NO_TOOLTIP | ||
57 | #define QT_NO_COLORNAMES | ||
58 | #define QT_NO_TRANSFORMATIONS | ||
59 | #define QT_NO_TRANSLATION_BUILDER | ||
60 | #define QT_NO_COMPLEXTEXT | ||
61 | #define QT_NO_PRINTER | ||
62 | #define QT_NO_PICTURE | ||
63 | //#define QT_NO_ICONVIEW | ||
64 | #define QT_NO_DIAL | ||
65 | #define QT_NO_SIZEGRIP | ||
66 | #define QT_NO_WORKSPACE | ||
67 | //#define QT_NO_TABLE | ||
68 | //#define QT_NO_ACTION | ||
69 | //#define QT_NO_SETTINGS | ||
70 | #define QT_NO_STYLE_POCKETPC | ||
71 | #ifndef QT_NO_STYLE_AQUA | ||
72 | # define QT_NO_STYLE_AQUA | ||
73 | #endif | ||
74 | #define QT_NO_STYLE_MOTIF | ||
75 | #define QT_NO_STYLE_PLATINUM | ||
76 | #define QT_NO_FILEDIALOG | ||
77 | #define QT_NO_FONTDIALOG | ||
78 | #define QT_NO_PRINTDIALOG | ||
79 | #define QT_NO_COLORDIALOG | ||
80 | #define QT_NO_INPUTDIALOG | ||
81 | //#define QT_NO_MESSAGEBOX | ||
82 | #define QT_NO_PROGRESSDIALOG | ||
83 | //#define QT_NO_TABDIALOG | ||
84 | #define QT_NO_WIZARD | ||
85 | #define QT_NO_EFFECTS | ||
86 | //#define QT_NO_COMPONENT | ||
87 | #define QT_NO_DOM | ||
88 | #define QT_NO_SEMIMODAL | ||
89 | //#define QT_NO_PROGRESSBAR | ||
90 | #define QT_NO_SPLITTER | ||
91 | |||
92 | #define QT_NO_QWS_SAVEFONTS | ||
93 | //#define QT_NO_QWS_PROPERTIES | ||
94 | |||
95 | #define QT_NO_QWS_BEOS_WM_STYLE | ||
96 | #define QT_NO_QWS_KDE2_WM_STYLE | ||
97 | #define QT_NO_QWS_KDE_WM_STYLE | ||
98 | #define QT_NO_QWS_WINDOWS_WM_STYLE | ||
99 | |||