1 | #define NO_CHECK
|
---|
2 | #ifndef QT_H
|
---|
3 | #endif /* QT_H */
|
---|
4 |
|
---|
5 | #define QT_NO_ACTION
|
---|
6 | #ifndef QT_NO_TEXTCODEC /* moc? */
|
---|
7 | #define QT_NO_TEXTCODEC
|
---|
8 | #endif
|
---|
9 | #define QT_NO_UNICODETABLES
|
---|
10 | #define QT_NO_IMAGEIO_BMP
|
---|
11 | #define QT_NO_IMAGEIO_PPM
|
---|
12 | #define QT_NO_IMAGEIO_XBM
|
---|
13 | #define QT_NO_IMAGEIO_XPM
|
---|
14 | /* #define QT_NO_IMAGEIO_PNG //done by configure -no-png */
|
---|
15 | #define QT_NO_ASYNC_IO
|
---|
16 | #define QT_NO_ASYNC_IMAGE_IO
|
---|
17 | /* #define QT_NO_FREETYPE //done by configure -no-freetype */
|
---|
18 | #define QT_NO_BDF
|
---|
19 | //#define QT_NO_FONTDATABASE
|
---|
20 | #define QT_NO_TRANSLATION
|
---|
21 | #define QT_NO_MIME
|
---|
22 | #define QT_NO_SOUND
|
---|
23 | #define QT_NO_PROPERTIES
|
---|
24 | #define QT_NO_SYNTAXHIGHLIGHTER
|
---|
25 |
|
---|
26 | #define QT_NO_QWS_GFX_SPEED
|
---|
27 | #define QT_NO_NETWORK /* ?????????????? */
|
---|
28 | #define QT_NO_COLORNAMES
|
---|
29 | #define QT_NO_TRANSFORMATIONS
|
---|
30 | #define QT_NO_PRINTER
|
---|
31 | #define QT_NO_PICTURE
|
---|
32 |
|
---|
33 | #define QT_NO_IMAGE_TRUECOLOR
|
---|
34 | /* #define QT_NO_IMAGE_SMOOTHSCALE //needed for iconset --> pushbutton */
|
---|
35 | #define QT_NO_IMAGE_TEXT
|
---|
36 | #define QT_NO_DIR
|
---|
37 |
|
---|
38 | #define QT_NO_TEXTSTREAM
|
---|
39 | #define QT_NO_DATASTREAM
|
---|
40 | #define QT_NO_QWS_SAVEFONTS
|
---|
41 | //#define QT_NO_STRINGLIST
|
---|
42 | #define QT_NO_SESSIONMANAGER
|
---|
43 |
|
---|
44 |
|
---|
45 | #define QT_NO_DIALOG
|
---|
46 |
|
---|
47 | #define QT_NO_SEMIMODAL
|
---|
48 |
|
---|
49 | /* #define QT_NO_STYLE //will require substantial work... */
|
---|
50 |
|
---|
51 | #define QT_NO_EFFECTS
|
---|
52 | #define QT_NO_COP
|
---|
53 |
|
---|
54 | #define QT_NO_QWS_PROPERTIES
|
---|
55 |
|
---|
56 | #define QT_NO_RANGECONTROL
|
---|
57 | #define QT_NO_SPLITTER
|
---|
58 | #define QT_NO_STATUSBAR
|
---|
59 | #define QT_NO_TABBAR
|
---|
60 | #define QT_NO_TOOLBAR
|
---|
61 | #define QT_NO_TOOLTIP
|
---|
62 | #define QT_NO_VALIDATOR
|
---|
63 | #define QT_NO_WHATSTHIS
|
---|
64 | #define QT_NO_WIDGETSTACK
|
---|
65 | #define QT_NO_ACCEL
|
---|
66 | #define QT_NO_SIZEGRIP
|
---|
67 | #define QT_NO_HEADER
|
---|
68 | #define QT_NO_WORKSPACE
|
---|
69 | #define QT_NO_LCDNUMBER
|
---|
70 | #define QT_NO_STYLE_MOTIF
|
---|
71 | #define QT_NO_STYLE_PLATINUM
|
---|
72 | #define QT_NO_PROGRESSBAR
|
---|
73 |
|
---|
74 |
|
---|
75 | #define QT_NO_QWS_HYDRO_WM_STYLE
|
---|
76 | #define QT_NO_QWS_BEOS_WM_STYLE
|
---|
77 | #define QT_NO_QWS_KDE2_WM_STYLE
|
---|
78 | #define QT_NO_QWS_KDE_WM_STYLE
|
---|
79 | #define QT_NO_QWS_WINDOWS_WM_STYLE
|
---|
80 |
|
---|
81 |
|
---|
82 | /* other widgets that could be removed: */
|
---|
83 | /*
|
---|
84 | #define QT_NO_MENUDATA
|
---|
85 | */
|
---|
86 |
|
---|
87 |
|
---|
88 | /* possible options: */
|
---|
89 | /*
|
---|
90 | #define QT_NO_CURSOR
|
---|
91 | #define QT_NO_LAYOUT
|
---|
92 | #define QT_NO_QWS_MANAGER
|
---|
93 | #define QT_NO_QWS_KEYBOARD
|
---|
94 | */
|
---|