author | zecke <zecke> | 2005-02-08 22:59:18 (UTC) |
---|---|---|
committer | zecke <zecke> | 2005-02-08 22:59:18 (UTC) |
commit | f24d8318de30b47ec8f877293fd175deaa0b914c (patch) (unidiff) | |
tree | 980c18e803b7b85573e1ab11a9ade2b281273d3e /config.in | |
parent | 7cff42233a2e0e2761f54fea89db785c7b519c94 (diff) | |
download | opie-f24d8318de30b47ec8f877293fd175deaa0b914c.zip opie-f24d8318de30b47ec8f877293fd175deaa0b914c.tar.gz opie-f24d8318de30b47ec8f877293fd175deaa0b914c.tar.bz2 |
-Kill the need to compile Opie against a patched version of Qt/E
Remove the setStyle and setFont overrides
as a result remove settings from the buildsystem and the Apperance GUI
We do this as we won't run NeoCal or TKC Apps on a GCC3 (now default compiler)
libqpe, to run these applications one can use oz-compat
-rw-r--r-- | config.in | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -118,24 +118,16 @@ config EXPERIMENTAL | |||
118 | 118 | ||
119 | config USE_CCACHE | 119 | config USE_CCACHE |
120 | bool "Use ccache, if available?" | 120 | bool "Use ccache, if available?" |
121 | default y | 121 | default y |
122 | 122 | ||
123 | endmenu | 123 | endmenu |
124 | 124 | ||
125 | menu "Configuration" | 125 | menu "Configuration" |
126 | config OPIE_NO_OVERRIDE_QT | ||
127 | boolean "Build Opie against an unpatched version of Qt" | ||
128 | default n | ||
129 | |||
130 | config OPIE_NO_ERASERECT_FIX | ||
131 | boolean "Disable Fixup eraseRect for HancomMobileWord,neocal.. to make libopiecore work on Sharps libqpe" | ||
132 | default n | ||
133 | |||
134 | config OPIE_NO_BUILTIN_SHUTDOWN | 126 | config OPIE_NO_BUILTIN_SHUTDOWN |
135 | boolean "Disable the built in shutdown application" | 127 | boolean "Disable the built in shutdown application" |
136 | default y | 128 | default y |
137 | 129 | ||
138 | config OPIE_NO_BUILTIN_CALIBRATE | 130 | config OPIE_NO_BUILTIN_CALIBRATE |
139 | boolean "Disable the built in calibrate application" | 131 | boolean "Disable the built in calibrate application" |
140 | default y if TARGET_YOPY | 132 | default y if TARGET_YOPY |
141 | default n if ! TARGET_YOPY | 133 | default n if ! TARGET_YOPY |