summaryrefslogtreecommitdiff
authoralwin <alwin>2005-03-16 13:32:30 (UTC)
committer alwin <alwin>2005-03-16 13:32:30 (UTC)
commit58c327f08271a264ebee09e3557fe633b0671e11 (patch) (unidiff)
tree820949ad37c569cc802a7b869ad62f02c5ae2a20
parentd16a0d6ec773b8cc0f7646213010f65d2bffa47e (diff)
downloadopie-58c327f08271a264ebee09e3557fe633b0671e11.zip
opie-58c327f08271a264ebee09e3557fe633b0671e11.tar.gz
opie-58c327f08271a264ebee09e3557fe633b0671e11.tar.bz2
added holiday plugin package
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--config.in2
-rw-r--r--packages1
2 files changed, 3 insertions, 0 deletions
diff --git a/config.in b/config.in
index 69dbfe5..e5374fb 100644
--- a/config.in
+++ b/config.in
@@ -50,235 +50,237 @@ config OE_HOST_SYS
50config OE_TARGET_SYS 50config OE_TARGET_SYS
51 depends TARGET_OE 51 depends TARGET_OE
52 string "OE target system" 52 string "OE target system"
53 default "arm-linux" 53 default "arm-linux"
54 54
55config OPTIMIZE 55config OPTIMIZE
56 boolean "Use optimizations" 56 boolean "Use optimizations"
57 default "y" if ! TARGET_X86 57 default "y" if ! TARGET_X86
58 58
59config THREADED 59config THREADED
60 boolean "Enable threaded build" 60 boolean "Enable threaded build"
61 default "n" 61 default "n"
62 62
63config STATIC 63config STATIC
64 boolean "Build static libraries" 64 boolean "Build static libraries"
65 default "n" 65 default "n"
66 66
67config DEBUG 67config DEBUG
68 boolean "Enable debug builds" 68 boolean "Enable debug builds"
69 default n 69 default n
70 70
71config RELEASE 71config RELEASE
72 bool 72 bool
73 default y 73 default y
74 depends !DEBUG 74 depends !DEBUG
75 75
76config QUICK_LAUNCH 76config QUICK_LAUNCH
77 boolean "Enable Quick Launch" 77 boolean "Enable Quick Launch"
78 default n if TARGET_X86 78 default n if TARGET_X86
79 default y if ! TARGET_X86 79 default y if ! TARGET_X86
80 80
81config QUICKLAUNCH_PATH 81config QUICKLAUNCH_PATH
82 string "Path to quicklauncher" 82 string "Path to quicklauncher"
83 default "./quicklauncher" if TARGET_X86 83 default "./quicklauncher" if TARGET_X86
84 default "/opt/QtPalmtop/bin/quicklauncher" if ! TARGET_X86 84 default "/opt/QtPalmtop/bin/quicklauncher" if ! TARGET_X86
85 85
86config SPECFILE 86config SPECFILE
87 string 87 string
88 default "qws/linux-generic-g++" if TARGET_X86 && (! X11) 88 default "qws/linux-generic-g++" if TARGET_X86 && (! X11)
89 default "linux-g++" if TARGET_X86 && X11 89 default "linux-g++" if TARGET_X86 && X11
90 default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) 90 default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11)
91 default "linux-g++" if TARGET_SHARP && X11 91 default "linux-g++" if TARGET_SHARP && X11
92 default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) 92 default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11)
93 default "linux-g++" if TARGET_IPAQ && X11 93 default "linux-g++" if TARGET_IPAQ && X11
94 default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11) 94 default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11)
95 default "linux-g++" if TARGET_RAMSES && X11 95 default "linux-g++" if TARGET_RAMSES && X11
96 default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11) 96 default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11)
97 default "linux-g++" if TARGET_SIMPAD && X11 97 default "linux-g++" if TARGET_SIMPAD && X11
98 default "qws/linux-yopy-g++" if TARGET_YOPY && (! X11) 98 default "qws/linux-yopy-g++" if TARGET_YOPY && (! X11)
99 default "qws/macx-generic-g++" if TARGET_MACOSX && (! X11) 99 default "qws/macx-generic-g++" if TARGET_MACOSX && (! X11)
100 default "qws/linux-oe-g++" if TARGET_OE && (!X11) 100 default "qws/linux-oe-g++" if TARGET_OE && (!X11)
101 101
102config CUSTOMFILE 102config CUSTOMFILE
103 string 103 string
104 default "custom-ipaq.h" if TARGET_IPAQ 104 default "custom-ipaq.h" if TARGET_IPAQ
105 default "custom-sharp.h" if TARGET_SHARP 105 default "custom-sharp.h" if TARGET_SHARP
106 default "custom-ramses.h" if TARGET_RAMSES 106 default "custom-ramses.h" if TARGET_RAMSES
107 default "custom-ipaq.h" if TARGET_SIMPAD 107 default "custom-ipaq.h" if TARGET_SIMPAD
108 default "custom-yopy.h" if TARGET_YOPY 108 default "custom-yopy.h" if TARGET_YOPY
109 109
110config OPTIMIZATIONS 110config OPTIMIZATIONS
111 string "Optimization flags" 111 string "Optimization flags"
112 depends OPTIMIZE 112 depends OPTIMIZE
113 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ 113 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ
114 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY 114 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY
115 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP 115 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP
116 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES 116 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES
117 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD 117 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD
118 default "-march=armv5te -mtune=xscale -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_C700 118 default "-march=armv5te -mtune=xscale -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_C700
119 119
120config EXPERIMENTAL 120config EXPERIMENTAL
121 bool "Prompt for development and/or incomplete items" 121 bool "Prompt for development and/or incomplete items"
122 default y 122 default y
123 123
124config USE_CCACHE 124config USE_CCACHE
125 bool "Use ccache, if available?" 125 bool "Use ccache, if available?"
126 default y 126 default y
127 127
128endmenu 128endmenu
129 129
130menu "Configuration" 130menu "Configuration"
131config OPIE_NO_BUILTIN_SHUTDOWN 131config OPIE_NO_BUILTIN_SHUTDOWN
132 boolean "Disable the built in shutdown application" 132 boolean "Disable the built in shutdown application"
133 default y 133 default y
134 134
135config OPIE_NO_BUILTIN_CALIBRATE 135config OPIE_NO_BUILTIN_CALIBRATE
136 boolean "Disable the built in calibrate application" 136 boolean "Disable the built in calibrate application"
137 default y if TARGET_YOPY 137 default y if TARGET_YOPY
138 default n if ! TARGET_YOPY 138 default n if ! TARGET_YOPY
139 139
140config OPIE_SOUND_FRAGMENT_SHIFT 140config OPIE_SOUND_FRAGMENT_SHIFT
141 string "The sound fragment used in Opie Player I" 141 string "The sound fragment used in Opie Player I"
142 default "14" if TARGET_IPAQ 142 default "14" if TARGET_IPAQ
143 default "16" if ! TARGET_IPAQ 143 default "16" if ! TARGET_IPAQ
144 144
145config USE_REALTIME_AUDIO_THREAD 145config USE_REALTIME_AUDIO_THREAD
146 boolean "Use a realtime thread in Opie Player I" 146 boolean "Use a realtime thread in Opie Player I"
147 default y if TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP 147 default y if TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP
148 default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) 148 default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP)
149 149
150config QT_QWS_ALLOW_OVERCLOCK 150config QT_QWS_ALLOW_OVERCLOCK
151 boolean "Allow the user to overclock the device" 151 boolean "Allow the user to overclock the device"
152 depends TARGET_RAMSES 152 depends TARGET_RAMSES
153 default n 153 default n
154 154
155config USE_FILE_NOTIFICATION 155config USE_FILE_NOTIFICATION
156 boolean "Substitute (some) polling interfaces with OFileNotifier" 156 boolean "Substitute (some) polling interfaces with OFileNotifier"
157 default y 157 default y
158 158
159config OPIE_NEW_ALLOC 159config OPIE_NEW_ALLOC
160 boolean "Use malloc and free for the implementation" 160 boolean "Use malloc and free for the implementation"
161 default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP 161 default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP
162 default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) 162 default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP)
163 163
164config OPIE_TASKBAR_LOCK_KEY_STATE 164config OPIE_TASKBAR_LOCK_KEY_STATE
165 boolean "Have a KeyLock state indicator on the taskbar" 165 boolean "Have a KeyLock state indicator on the taskbar"
166 default y if TARGET_SHARP 166 default y if TARGET_SHARP
167 default n if !TARGET_SHARP 167 default n if !TARGET_SHARP
168 168
169config LIBQPE_WITHROHFEEDBACK 169config LIBQPE_WITHROHFEEDBACK
170 boolean "Build libqpe with Right-On-Hold feedback" 170 boolean "Build libqpe with Right-On-Hold feedback"
171 default y 171 default y
172 172
173config LIBQPE_NO_INLINE_IMAGES 173config LIBQPE_NO_INLINE_IMAGES
174 boolean "Build libqpe without inline images" 174 boolean "Build libqpe without inline images"
175 default n 175 default n
176 176
177config OPIE_NO_SOUND_PCM_READ_BITS 177config OPIE_NO_SOUND_PCM_READ_BITS
178 boolean "There is not a pcm_read_bits io control" 178 boolean "There is not a pcm_read_bits io control"
179 default y if TARGET_SHARP 179 default y if TARGET_SHARP
180 default n if ! TARGET_SHARP 180 default n if ! TARGET_SHARP
181endmenu 181endmenu
182 182
183menu "Dependencies" 183menu "Dependencies"
184 source dependencies.in 184 source dependencies.in
185endmenu 185endmenu
186 186
187menu "Base" 187menu "Base"
188 choice 188 choice
189 prompt "Qpe Library Selection" 189 prompt "Qpe Library Selection"
190 default LIBQPE 190 default LIBQPE
191 source library/config.in 191 source library/config.in
192 source x11/config.in 192 source x11/config.in
193 endchoice 193 endchoice
194 source libopie2/config.in 194 source libopie2/config.in
195 source libqtaux/config.in 195 source libqtaux/config.in
196 source rsync/config.in 196 source rsync/config.in
197 source core/opie-login/config.in 197 source core/opie-login/config.in
198 source core/opiealarm/config.in 198 source core/opiealarm/config.in
199 source core/tools/quicklauncher/config.in 199 source core/tools/quicklauncher/config.in
200 source core/launcher/config.in 200 source core/launcher/config.in
201 source core/symlinker/config.in 201 source core/symlinker/config.in
202endmenu 202endmenu
203 203
204comment "" 204comment ""
205 205
206menu "Applets" 206menu "Applets"
207 source core/applets/config.in 207 source core/applets/config.in
208 source noncore/applets/config.in 208 source noncore/applets/config.in
209endmenu 209endmenu
210 210
211menu "Apps" 211menu "Apps"
212 source core/apps/config.in 212 source core/apps/config.in
213 source noncore/apps/config.in 213 source noncore/apps/config.in
214endmenu 214endmenu
215 215
216menu "Communications and Networking" 216menu "Communications and Networking"
217 source noncore/comm/config.in 217 source noncore/comm/config.in
218 source noncore/net/config.in 218 source noncore/net/config.in
219endmenu 219endmenu
220 220
221menu "Games" 221menu "Games"
222 source noncore/games/config.in 222 source noncore/games/config.in
223endmenu 223endmenu
224 224
225menu "Graphics and Multimedia" 225menu "Graphics and Multimedia"
226 source freetype/config.in 226 source freetype/config.in
227 source noncore/graphics/config.in 227 source noncore/graphics/config.in
228 source core/multimedia/config.in 228 source core/multimedia/config.in
229 source noncore/multimedia/config.in 229 source noncore/multimedia/config.in
230endmenu 230endmenu
231 231
232menu "Input methods" 232menu "Input methods"
233 source inputmethods/config.in 233 source inputmethods/config.in
234endmenu 234endmenu
235 235
236menu "Pim" 236menu "Pim"
237 source core/obex/config.in 237 source core/obex/config.in
238 source core/pim/config.in 238 source core/pim/config.in
239 comment "Today Plugins ---" 239 comment "Today Plugins ---"
240 source noncore/todayplugins/config.in 240 source noncore/todayplugins/config.in
241 source core/pim/today/plugins/config.in 241 source core/pim/today/plugins/config.in
242 comment "Holiday Plugins ---"
243 source core/pim/datebook/holiday/config.in
242endmenu 244endmenu
243 245
244menu "Settings" 246menu "Settings"
245 source core/settings/config.in 247 source core/settings/config.in
246 source noncore/settings/config.in 248 source noncore/settings/config.in
247 source noncore/securityplugins/config.in 249 source noncore/securityplugins/config.in
248endmenu 250endmenu
249 251
250menu "Theming" 252menu "Theming"
251 comment "Decorations ---" 253 comment "Decorations ---"
252 source noncore/decorations/config.in 254 source noncore/decorations/config.in
253 comment "Styles ---" 255 comment "Styles ---"
254 source noncore/styles/config.in 256 source noncore/styles/config.in
255endmenu 257endmenu
256 258
257menu "Tools" 259menu "Tools"
258 source noncore/tools/config.in 260 source noncore/tools/config.in
259endmenu 261endmenu
260 262
261menu "Development" 263menu "Development"
262 source development/keyview/config.in 264 source development/keyview/config.in
263 #source development/debugviewer/config.in 265 #source development/debugviewer/config.in
264endmenu 266endmenu
265 267
266menu "Examples" 268menu "Examples"
267 config EXAMPLES 269 config EXAMPLES
268 boolean "Compile Example Application" 270 boolean "Compile Example Application"
269 source examples/config.in 271 source examples/config.in
270endmenu 272endmenu
271 273
272comment "" 274comment ""
273 275
274menu "Unsupported / Unmaintained" 276menu "Unsupported / Unmaintained"
275 source noncore/unsupported/config.in 277 source noncore/unsupported/config.in
276endmenu 278endmenu
277 279
278comment "" 280comment ""
279 depends on EXPERIMENTAL 281 depends on EXPERIMENTAL
280menu "Experimental" 282menu "Experimental"
281 depends on EXPERIMENTAL 283 depends on EXPERIMENTAL
282 source libslcompat/config.in 284 source libslcompat/config.in
283 source core/qws/config.in 285 source core/qws/config.in
284endmenu 286endmenu
diff --git a/packages b/packages
index 075acb0..c582693 100644
--- a/packages
+++ b/packages
@@ -1,226 +1,227 @@
1 CONFIG_ABOUTAPPLET core/applets/aboutappletaboutapplet.pro 1 CONFIG_ABOUTAPPLET core/applets/aboutappletaboutapplet.pro
2 CONFIG_ADDRESSBOOK core/pim/addressbookaddressbook.pro 2 CONFIG_ADDRESSBOOK core/pim/addressbookaddressbook.pro
3 CONFIG_ADVANCEDFM noncore/apps/advancedfmadvancedfm.pro 3 CONFIG_ADVANCEDFM noncore/apps/advancedfmadvancedfm.pro
4 CONFIG_APPEARANCE2 noncore/settings/appearance2appearance2.pro 4 CONFIG_APPEARANCE2 noncore/settings/appearance2appearance2.pro
5 CONFIG_APPSKEY noncore/settings/appskeyappskey.pro 5 CONFIG_APPSKEY noncore/settings/appskeyappskey.pro
6 CONFIG_AQPKG noncore/settings/aqpkgaqpkg.pro 6 CONFIG_AQPKG noncore/settings/aqpkgaqpkg.pro
7 CONFIG_AUTOROTATEAPPLET noncore/applets/autorotateappletautorotateapplet.pro 7 CONFIG_AUTOROTATEAPPLET noncore/applets/autorotateappletautorotateapplet.pro
8 CONFIG_BACKGAMMONnoncore/games/backgammon backgammon.pro 8 CONFIG_BACKGAMMONnoncore/games/backgammon backgammon.pro
9 CONFIG_BACKUP noncore/settings/backupbackup.pro 9 CONFIG_BACKUP noncore/settings/backupbackup.pro
10 CONFIG_BARTENDER noncore/apps/opie-bartenderbartender.pro 10 CONFIG_BARTENDER noncore/apps/opie-bartenderbartender.pro
11 CONFIG_BATTERYAPPLET core/applets/batteryappletbatteryapplet.pro 11 CONFIG_BATTERYAPPLET core/applets/batteryappletbatteryapplet.pro
12 CONFIG_BEND noncore/unsupported/mail2/bendbend.pro 12 CONFIG_BEND noncore/unsupported/mail2/bendbend.pro
13CONFIG_BIGSCREEN_EXAMPLE unsupported/libopie/big-screen/example osplitter_mail.pro 13CONFIG_BIGSCREEN_EXAMPLE unsupported/libopie/big-screen/example osplitter_mail.pro
14 CONFIG_BINARY noncore/tools/calc2/binarybinary.pro 14 CONFIG_BINARY noncore/tools/calc2/binarybinary.pro
15 CONFIG_BLUE-PIN noncore/net/opietooth/blue-pinblue-pin.pro 15 CONFIG_BLUE-PIN noncore/net/opietooth/blue-pinblue-pin.pro
16 CONFIG_BOUNCE noncore/games/bouncebounce.pro 16 CONFIG_BOUNCE noncore/games/bouncebounce.pro
17 CONFIG_BRIGHTNESSAPPLET noncore/applets/brightnessappletbrightnessapplet.pro 17 CONFIG_BRIGHTNESSAPPLET noncore/applets/brightnessappletbrightnessapplet.pro
18 CONFIG_BUTTON-SETTINGS core/settings/buttonbutton.pro 18 CONFIG_BUTTON-SETTINGS core/settings/buttonbutton.pro
19 CONFIG_BUZZWORD noncore/games/buzzwordbuzzword.pro 19 CONFIG_BUZZWORD noncore/games/buzzwordbuzzword.pro
20 CONFIG_CALC2 noncore/tools/calc2calc.pro 20 CONFIG_CALC2 noncore/tools/calc2calc.pro
21 CONFIG_CALCULATOR noncore/tools/calculatorcalculator.pro 21 CONFIG_CALCULATOR noncore/tools/calculatorcalculator.pro
22 CONFIG_CALIBRATE core/apps/calibratecalibrate.pro 22 CONFIG_CALIBRATE core/apps/calibratecalibrate.pro
23 CONFIG_CAMERA noncore/multimedia/cameracamera.pro 23 CONFIG_CAMERA noncore/multimedia/cameracamera.pro
24 CONFIG_CARDMON core/applets/cardmoncardmon.pro 24 CONFIG_CARDMON core/applets/cardmoncardmon.pro
25 CONFIG_CHECKBOOK noncore/apps/checkbookcheckbook.pro 25 CONFIG_CHECKBOOK noncore/apps/checkbookcheckbook.pro
26 CONFIG_CITYTIME core/settings/citytimecitytime.pro 26 CONFIG_CITYTIME core/settings/citytimecitytime.pro
27 CONFIG_CLIPBOARDAPPLET core/applets/clipboardappletclipboardapplet.pro 27 CONFIG_CLIPBOARDAPPLET core/applets/clipboardappletclipboardapplet.pro
28 CONFIG_CLOCKAPPLET core/applets/clockappletclockapplet.pro 28 CONFIG_CLOCKAPPLET core/applets/clockappletclockapplet.pro
29 CONFIG_CLOCK noncore/tools/clockclock.pro 29 CONFIG_CLOCK noncore/tools/clockclock.pro
30 CONFIG_CONFEDIT noncore/apps/confeditconfedit.pro 30 CONFIG_CONFEDIT noncore/apps/confeditconfedit.pro
31CONFIG_DAGGER noncore/apps/dagger dagger.pro 31CONFIG_DAGGER noncore/apps/dagger dagger.pro
32 CONFIG_DASHER inputmethods/dasherdasher.pro 32 CONFIG_DASHER inputmethods/dasherdasher.pro
33 CONFIG_DATEBOOK2 core/pim/datebook2datebook2.pro 33 CONFIG_DATEBOOK2 core/pim/datebook2datebook2.pro
34 CONFIG_DATEBOOK core/pim/datebookdatebook.pro 34 CONFIG_DATEBOOK core/pim/datebookdatebook.pro
35CONFIG_DATEBOOK_DUMMY_HOLIDAY core/pim/datebook/holiday/dummy dummy.pro
35 CONFIG_DECO_FLAT noncore/decorations/flatflat.pro 36 CONFIG_DECO_FLAT noncore/decorations/flatflat.pro
36 CONFIG_DECO_LIQUID noncore/decorations/liquidliquid.pro 37 CONFIG_DECO_LIQUID noncore/decorations/liquidliquid.pro
37 CONFIG_DECO_POLISHED noncore/decorations/polishedpolished.pro 38 CONFIG_DECO_POLISHED noncore/decorations/polishedpolished.pro
38 CONFIG_DICTIONARY noncore/apps/dictionarydictionary.pro 39 CONFIG_DICTIONARY noncore/apps/dictionarydictionary.pro
39CONFIG_DOCTAB noncore/settings/doctab doctab.pro 40CONFIG_DOCTAB noncore/settings/doctab doctab.pro
40 CONFIG_DRAWPAD noncore/graphics/drawpaddrawpad.pro 41 CONFIG_DRAWPAD noncore/graphics/drawpaddrawpad.pro
41 CONFIG_DVORAK inputmethods/dvorakdvorak.pro 42 CONFIG_DVORAK inputmethods/dvorakdvorak.pro
42 CONFIG_EMBEDDEDKONSOLE core/apps/embeddedkonsoleembeddedkonsole.pro 43 CONFIG_EMBEDDEDKONSOLE core/apps/embeddedkonsoleembeddedkonsole.pro
43 CONFIG_EUROCONV noncore/tools/euroconv/ euroconv.pro 44 CONFIG_EUROCONV noncore/tools/euroconv/ euroconv.pro
44 CONFIG_EXAMPLE_APPLET examples/appletapplet.pro 45 CONFIG_EXAMPLE_APPLET examples/appletapplet.pro
45CONFIG_EXAMPLE_BOARD examples/inputmethod inputmethod.pro 46CONFIG_EXAMPLE_BOARD examples/inputmethod inputmethod.pro
46 CONFIG_EXAMPLE_LIBOPIE2COREexamples/opiecore opiecore.pro 47 CONFIG_EXAMPLE_LIBOPIE2COREexamples/opiecore opiecore.pro
47 CONFIG_EXAMPLE_LIBOPIE2DBexamples/opiedb opiedb.pro 48 CONFIG_EXAMPLE_LIBOPIE2DBexamples/opiedb opiedb.pro
48 CONFIG_EXAMPLE_LIBOPIE2MMexamples/opiemm opiemm.pro 49 CONFIG_EXAMPLE_LIBOPIE2MMexamples/opiemm opiemm.pro
49 CONFIG_EXAMPLE_LIBOPIE2NETexamples/opienet opienet.pro 50 CONFIG_EXAMPLE_LIBOPIE2NETexamples/opienet opienet.pro
50 CONFIG_EXAMPLE_LIBOPIE2PIMexamples/opiepim opiepim.pro 51 CONFIG_EXAMPLE_LIBOPIE2PIMexamples/opiepim opiepim.pro
51 CONFIG_EXAMPLE_LIBOPIE2SECURITYexamples/opiesecurity opiesecurity.pro 52 CONFIG_EXAMPLE_LIBOPIE2SECURITYexamples/opiesecurity opiesecurity.pro
52 CONFIG_EXAMPLE_LIBOPIE2UI examples/opieuiopieui.pro 53 CONFIG_EXAMPLE_LIBOPIE2UI examples/opieuiopieui.pro
53CONFIG_EXAMPLE_MENU examples/menuapplet menuapplet.pro 54CONFIG_EXAMPLE_MENU examples/menuapplet menuapplet.pro
54CONFIG_EXAMPLE_VPN examples/networksettings networksettings.pro 55CONFIG_EXAMPLE_VPN examples/networksettings networksettings.pro
55 CONFIG_FIFTEEN noncore/games/fifteenfifteen.pro 56 CONFIG_FIFTEEN noncore/games/fifteenfifteen.pro
56 CONFIG_FILEBROWSER noncore/unsupported/filebrowserfilebrowser.pro 57 CONFIG_FILEBROWSER noncore/unsupported/filebrowserfilebrowser.pro
57 CONFIG_FLAT noncore/styles/flatflat.pro 58 CONFIG_FLAT noncore/styles/flatflat.pro
58 CONFIG_FORMATTER noncore/tools/formatterformatter.pro 59 CONFIG_FORMATTER noncore/tools/formatterformatter.pro
59 CONFIG_FREETYPE freetypefreetype.pro 60 CONFIG_FREETYPE freetypefreetype.pro
60 CONFIG_FRESH noncore/styles/freshfresh.pro 61 CONFIG_FRESH noncore/styles/freshfresh.pro
61 CONFIG_FTPLIB noncore/net/ftplibftplib.pro 62 CONFIG_FTPLIB noncore/net/ftplibftplib.pro
62 CONFIG_GO noncore/games/gogo.pro 63 CONFIG_GO noncore/games/gogo.pro
63 CONFIG_GSMTOOL noncore/unsupported/gsmtoolgsmtool.pro 64 CONFIG_GSMTOOL noncore/unsupported/gsmtoolgsmtool.pro
64 CONFIG_GUTENBROWSER noncore/apps/opie-gutenbrowseropie-gutenbrowser.pro 65 CONFIG_GUTENBROWSER noncore/apps/opie-gutenbrowseropie-gutenbrowser.pro
65 CONFIG_HANDWRITING inputmethods/handwritinghandwriting.pro 66 CONFIG_HANDWRITING inputmethods/handwritinghandwriting.pro
66 CONFIG_HELPBROWSER core/apps/helpbrowserhelpbrowser.pro 67 CONFIG_HELPBROWSER core/apps/helpbrowserhelpbrowser.pro
67 CONFIG_HOMEAPPLET core/applets/homeapplethomeapplet.pro 68 CONFIG_HOMEAPPLET core/applets/homeapplethomeapplet.pro
68 CONFIG_INTERFACES noncore/settings/networksettings/interfacesinterfaces.pro 69 CONFIG_INTERFACES noncore/settings/networksettings/interfacesinterfaces.pro
69 CONFIG_IRDAAPPLET core/applets/irdaappletirdaapplet.pro 70 CONFIG_IRDAAPPLET core/applets/irdaappletirdaapplet.pro
70 CONFIG_JUMPX inputmethods/jumpxjumpx.pro 71 CONFIG_JUMPX inputmethods/jumpxjumpx.pro
71 CONFIG_KBILL noncore/games/kbillkbill.pro 72 CONFIG_KBILL noncore/games/kbillkbill.pro
72 CONFIG_KCHECKERS noncore/games/kcheckerskcheckers.pro 73 CONFIG_KCHECKERS noncore/games/kcheckerskcheckers.pro
73 CONFIG_KEYBOARD inputmethods/keyboardkeyboard.pro 74 CONFIG_KEYBOARD inputmethods/keyboardkeyboard.pro
74CONFIG_KEYHELPER noncore/applets/keyhelper keyhelper.pro 75CONFIG_KEYHELPER noncore/applets/keyhelper keyhelper.pro
75 CONFIG_KEYPEBBLE noncore/comm/keypebblekeypebble.pro 76 CONFIG_KEYPEBBLE noncore/comm/keypebblekeypebble.pro
76 CONFIG_KEYVIEW development/keyviewkeyview.pro 77 CONFIG_KEYVIEW development/keyviewkeyview.pro
77 CONFIG_KJUMPX inputmethods/kjumpxkjumpx.pro 78 CONFIG_KJUMPX inputmethods/kjumpxkjumpx.pro
78 CONFIG_KPACMAN noncore/games/kpacmankpacman.pro 79 CONFIG_KPACMAN noncore/games/kpacmankpacman.pro
79 CONFIG_LANGUAGE noncore/settings/languagelanguage.pro 80 CONFIG_LANGUAGE noncore/settings/languagelanguage.pro
80 CONFIG_LAUNCHER core/launcherserver.pro 81 CONFIG_LAUNCHER core/launcherserver.pro
81 CONFIG_LAUNCHER-SETTINGS core/settings/launcherlauncher.pro 82 CONFIG_LAUNCHER-SETTINGS core/settings/launcherlauncher.pro
82 CONFIG_LIBFFMPEG core/multimedia/opieplayer/libffmpeglibffmpeg.pro 83 CONFIG_LIBFFMPEG core/multimedia/opieplayer/libffmpeglibffmpeg.pro
83 CONFIG_LIBFLASH core/multimedia/opieplayer/libflashlibflash.pro 84 CONFIG_LIBFLASH core/multimedia/opieplayer/libflashlibflash.pro
84 CONFIG_LIBMAD core/multimedia/opieplayer/libmadlibmad.pro 85 CONFIG_LIBMAD core/multimedia/opieplayer/libmadlibmad.pro
85 CONFIG_LIBMAIL noncore/unsupported/mail2/libmaillibmail.pro 86 CONFIG_LIBMAIL noncore/unsupported/mail2/libmaillibmail.pro
86CONFIG_LIBMAILWRAPPER noncore/net/mail/libmailwrapper libmailwrapper.pro 87CONFIG_LIBMAILWRAPPER noncore/net/mail/libmailwrapper libmailwrapper.pro
87 CONFIG_LIBMPEG3 core/multimedia/opieplayer/libmpeg3libmpeg3.pro 88 CONFIG_LIBMPEG3 core/multimedia/opieplayer/libmpeg3libmpeg3.pro
88 CONFIG_LIBOPIE2CORE libopie2/opiecoreopiecore.pro 89 CONFIG_LIBOPIE2CORE libopie2/opiecoreopiecore.pro
89 CONFIG_LIBOPIE2DB libopie2/opiedbopiedb.pro 90 CONFIG_LIBOPIE2DB libopie2/opiedbopiedb.pro
90 CONFIG_LIBOPIE2EXAMPLES libopie2/examplesexamples.pro 91 CONFIG_LIBOPIE2EXAMPLES libopie2/examplesexamples.pro
91 CONFIG_LIBOPIE2MM libopie2/opiemmopiemm.pro 92 CONFIG_LIBOPIE2MM libopie2/opiemmopiemm.pro
92 CONFIG_LIBOPIE2NET libopie2/opienetopienet.pro 93 CONFIG_LIBOPIE2NET libopie2/opienetopienet.pro
93 CONFIG_LIBOPIE2PIM libopie2/opiepimopiepim.pro 94 CONFIG_LIBOPIE2PIM libopie2/opiepimopiepim.pro
94 CONFIG_LIBOPIE2SECURITYlibopie2/opiesecurity opiesecurity.pro 95 CONFIG_LIBOPIE2SECURITYlibopie2/opiesecurity opiesecurity.pro
95 CONFIG_LIBOPIE2UI libopie2/opieuiopieui.pro 96 CONFIG_LIBOPIE2UI libopie2/opieuiopieui.pro
96 CONFIG_LIBOPIETOOTH noncore/net/opietooth/liblib.pro 97 CONFIG_LIBOPIETOOTH noncore/net/opietooth/liblib.pro
97 CONFIG_LIBOPIEnoncore/unsupported/libopie libopie.pro 98 CONFIG_LIBOPIEnoncore/unsupported/libopie libopie.pro
98 CONFIG_LIBQPE librarylibrary.pro 99 CONFIG_LIBQPE librarylibrary.pro
99 CONFIG_LIBQPE-X11 x11/libqpe-x11libqpe-x11.pro 100 CONFIG_LIBQPE-X11 x11/libqpe-x11libqpe-x11.pro
100CONFIG_LIBQRSYNC rsync rsync.pro 101CONFIG_LIBQRSYNC rsync rsync.pro
101 CONFIG_LIBQTAUX libqtauxlibqtaux.pro 102 CONFIG_LIBQTAUX libqtauxlibqtaux.pro
102 CONFIG_LIBSLCOMPAT libslcompatlibslcompat.pro 103 CONFIG_LIBSLCOMPAT libslcompatlibslcompat.pro
103 CONFIG_LIBSQL libsqllibsql.pro 104 CONFIG_LIBSQL libsqllibsql.pro
104CONFIG_LIBTREMOR core/multimedia/opieplayer/vorbis/tremor tremor.pro 105CONFIG_LIBTREMOR core/multimedia/opieplayer/vorbis/tremor tremor.pro
105CONFIG_LIBTREMORPLUGIN core/multimedia/opieplayer/vorbis libtremor.pro 106CONFIG_LIBTREMORPLUGIN core/multimedia/opieplayer/vorbis libtremor.pro
106 CONFIG_LIGHT-AND-POWER core/settings/light-and-powerlight-and-power.pro 107 CONFIG_LIGHT-AND-POWER core/settings/light-and-powerlight-and-power.pro
107 CONFIG_LIQUID noncore/styles/liquidliquid.pro 108 CONFIG_LIQUID noncore/styles/liquidliquid.pro
108 CONFIG_LOCKAPPLET core/applets/lockappletlockapplet.pro 109 CONFIG_LOCKAPPLET core/applets/lockappletlockapplet.pro
109 CONFIG_LOGOUTAPPLET core/applets/logoutappletlogoutapplet.pro 110 CONFIG_LOGOUTAPPLET core/applets/logoutappletlogoutapplet.pro
110 CONFIG_MAIL3 noncore/net/mail mail.pro 111 CONFIG_MAIL3 noncore/net/mail mail.pro
111CONFIG_MAILAPPLET noncore/net/mail/taskbarapplet taskbarapplet.pro 112CONFIG_MAILAPPLET noncore/net/mail/taskbarapplet taskbarapplet.pro
112 CONFIG_MAILIT noncore/unsupported/mailit mailit.pro 113 CONFIG_MAILIT noncore/unsupported/mailit mailit.pro
113CONFIG_MAIN_TAB_EXAMPLE examples/main-tab main-tab.pro 114CONFIG_MAIN_TAB_EXAMPLE examples/main-tab main-tab.pro
114 CONFIG_MEDIUMMOUNT noncore/settings/mediummountmediummount.pro 115 CONFIG_MEDIUMMOUNT noncore/settings/mediummountmediummount.pro
115 CONFIG_MEMORYAPPLET noncore/applets/memoryappletmemoryapplet.pro 116 CONFIG_MEMORYAPPLET noncore/applets/memoryappletmemoryapplet.pro
116 CONFIG_METAL noncore/styles/metalmetal.pro 117 CONFIG_METAL noncore/styles/metalmetal.pro
117 CONFIG_MINDBREAKER noncore/games/mindbreakermindbreaker.pro 118 CONFIG_MINDBREAKER noncore/games/mindbreakermindbreaker.pro
118 CONFIG_MINESWEEP noncore/games/minesweepminesweep.pro 119 CONFIG_MINESWEEP noncore/games/minesweepminesweep.pro
119 CONFIG_MOBILEMSG noncore/comm/mobilemsgmobilemsg.pro 120 CONFIG_MOBILEMSG noncore/comm/mobilemsgmobilemsg.pro
120 CONFIG_MODPLUG core/multimedia/opieplayer/modplugmodplug.pro 121 CONFIG_MODPLUG core/multimedia/opieplayer/modplugmodplug.pro
121CONFIG_MULTIAUTH_BLUEPING noncore/securityplugins/blueping bluepingplugin.pro 122CONFIG_MULTIAUTH_BLUEPING noncore/securityplugins/blueping bluepingplugin.pro
122CONFIG_MULTIAUTH_DUMMY noncore/securityplugins/dummy dummyplugin.pro 123CONFIG_MULTIAUTH_DUMMY noncore/securityplugins/dummy dummyplugin.pro
123CONFIG_MULTIAUTH_NOTICE noncore/securityplugins/notice noticeplugin.pro 124CONFIG_MULTIAUTH_NOTICE noncore/securityplugins/notice noticeplugin.pro
124CONFIG_MULTIAUTH_PIN noncore/securityplugins/pin pinplugin.pro 125CONFIG_MULTIAUTH_PIN noncore/securityplugins/pin pinplugin.pro
125 CONFIG_MULTIKEYAPPLET core/applets/multikeyappletmultikeyapplet.pro 126 CONFIG_MULTIKEYAPPLET core/applets/multikeyappletmultikeyapplet.pro
126 CONFIG_MULTIKEY inputmethods/multikeymultikey.pro 127 CONFIG_MULTIKEY inputmethods/multikeymultikey.pro
127 CONFIG_NETSYSTEMTIME noncore/settings/netsystemtimenetsystemtime.pro 128 CONFIG_NETSYSTEMTIME noncore/settings/netsystemtimenetsystemtime.pro
128 CONFIG_NETWORKAPPLET noncore/applets/networkappletnetworkapplet.pro 129 CONFIG_NETWORKAPPLET noncore/applets/networkappletnetworkapplet.pro
129 CONFIG_NETWORKSETUP noncore/settings/networksettingsnetworksettings.pro 130 CONFIG_NETWORKSETUP noncore/settings/networksettingsnetworksettings.pro
130 CONFIG_NOTESAPPLET noncore/applets/notesappletnotesapplet.pro 131 CONFIG_NOTESAPPLET noncore/applets/notesappletnotesapplet.pro
131 CONFIG_NS2BT noncore/settings/networksettings2/bluetoothbluetooth.pro 132 CONFIG_NS2BT noncore/settings/networksettings2/bluetoothbluetooth.pro
132 CONFIG_NS2GPRS noncore/settings/networksettings2/gprsGPRS.pro 133 CONFIG_NS2GPRS noncore/settings/networksettings2/gprsGPRS.pro
133 CONFIG_NS2CABLE noncore/settings/networksettings2/cablecable.pro 134 CONFIG_NS2CABLE noncore/settings/networksettings2/cablecable.pro
134 CONFIG_NS2CORE noncore/settings/networksettings2/networksettings2networksettings2.pro 135 CONFIG_NS2CORE noncore/settings/networksettings2/networksettings2networksettings2.pro
135 CONFIG_NS2OPIETOOTH noncore/settings/networksettings2/opietooth2opietooth2.pro 136 CONFIG_NS2OPIETOOTH noncore/settings/networksettings2/opietooth2opietooth2.pro
136 CONFIG_NS2OPIETOOTHAPPLET noncore/settings/networksettings2/opietooth2_appletopietooth2_applet.pro 137 CONFIG_NS2OPIETOOTHAPPLET noncore/settings/networksettings2/opietooth2_appletopietooth2_applet.pro
137 CONFIG_NS2IRDA noncore/settings/networksettings2/irdairda.pro 138 CONFIG_NS2IRDA noncore/settings/networksettings2/irdairda.pro
138 CONFIG_NS2LANCARD noncore/settings/networksettings2/lancardlancard.pro 139 CONFIG_NS2LANCARD noncore/settings/networksettings2/lancardlancard.pro
139 CONFIG_NS2MODEM noncore/settings/networksettings2/modemmodem.pro 140 CONFIG_NS2MODEM noncore/settings/networksettings2/modemmodem.pro
140 CONFIG_NS2NETWORK noncore/settings/networksettings2/networknetwork.pro 141 CONFIG_NS2NETWORK noncore/settings/networksettings2/networknetwork.pro
141 CONFIG_NS2 noncore/settings/networksettings2networksettings.pro 142 CONFIG_NS2 noncore/settings/networksettings2networksettings.pro
142 CONFIG_NS2PPP noncore/settings/networksettings2/pppppp.pro 143 CONFIG_NS2PPP noncore/settings/networksettings2/pppppp.pro
143 CONFIG_NS2PROFILE noncore/settings/networksettings2/profileprofile.pro 144 CONFIG_NS2PROFILE noncore/settings/networksettings2/profileprofile.pro
144 CONFIG_NS2USB noncore/settings/networksettings2/usbusb.pro 145 CONFIG_NS2USB noncore/settings/networksettings2/usbusb.pro
145 CONFIG_NS2VPN noncore/settings/networksettings2/vpnvpn.pro 146 CONFIG_NS2VPN noncore/settings/networksettings2/vpnvpn.pro
146 CONFIG_NS2WLAN noncore/settings/networksettings2/wlanwlan.pro 147 CONFIG_NS2WLAN noncore/settings/networksettings2/wlanwlan.pro
147 CONFIG_OAPP core/apps/oappoapp.pro 148 CONFIG_OAPP core/apps/oappoapp.pro
148 CONFIG_OBEX core/obexobex.pro 149 CONFIG_OBEX core/obexobex.pro
149 CONFIG_ODICT noncore/apps/odictodict.pro 150 CONFIG_ODICT noncore/apps/odictodict.pro
150 CONFIG_OIPKG noncore/unsupported/oipkgoipkg.pro 151 CONFIG_OIPKG noncore/unsupported/oipkgoipkg.pro
151 CONFIG_OPIEALARM core/opiealarmopiealarm.pro 152 CONFIG_OPIEALARM core/opiealarmopiealarm.pro
152 CONFIG_OPIE-CONSOLE noncore/apps/opie-consoleopie-console.pro 153 CONFIG_OPIE-CONSOLE noncore/apps/opie-consoleopie-console.pro
153 CONFIG_OPIE_EYE noncore/graphics/opie-eyephunk_view.pro 154 CONFIG_OPIE_EYE noncore/graphics/opie-eyephunk_view.pro
154 CONFIG_OPIE_EYE_SLAVE noncore/graphics/opie-eye/slaveslave.pro 155 CONFIG_OPIE_EYE_SLAVE noncore/graphics/opie-eye/slaveslave.pro
155 CONFIG_OPIEFTP noncore/net/opieftpopieftp.pro 156 CONFIG_OPIEFTP noncore/net/opieftpopieftp.pro
156 CONFIG_OPIEIRC noncore/net/opieircopieirc.pro 157 CONFIG_OPIEIRC noncore/net/opieircopieirc.pro
157 CONFIG_OPIE-LOGIN core/opie-loginopie-login.pro 158 CONFIG_OPIE-LOGIN core/opie-loginopie-login.pro
158 CONFIG_OPIEMAIL2noncore/unsupported/mail2 mail.pro 159 CONFIG_OPIEMAIL2noncore/unsupported/mail2 mail.pro
159 CONFIG_OPIEPLAYER2 noncore/multimedia/opieplayer2opieplayer2.pro 160 CONFIG_OPIEPLAYER2 noncore/multimedia/opieplayer2opieplayer2.pro
160 CONFIG_OPIEPLAYER core/multimedia/opieplayeropieplayer.pro 161 CONFIG_OPIEPLAYER core/multimedia/opieplayeropieplayer.pro
161 CONFIG_OPIE-RDESKTOP noncore/net/opierdesktopopierdesktop.pro 162 CONFIG_OPIE-RDESKTOP noncore/net/opierdesktopopierdesktop.pro
162 CONFIG_OPIE-READER noncore/apps/opie-readeropie-reader.pro 163 CONFIG_OPIE-READER noncore/apps/opie-readeropie-reader.pro
163 CONFIG_OPIEREC noncore/multimedia/opierecopierec.pro 164 CONFIG_OPIEREC noncore/multimedia/opierecopierec.pro
164 CONFIG_OPIE-SHEET noncore/apps/opie-sheetopie-sheet.pro 165 CONFIG_OPIE-SHEET noncore/apps/opie-sheetopie-sheet.pro
165 CONFIG_OPIE-SH noncore/tools/opie-shopie-sh.pro 166 CONFIG_OPIE-SH noncore/tools/opie-shopie-sh.pro
166 CONFIG_OPIETOOTH-APPLET noncore/net/opietooth/appletapplet.pro 167 CONFIG_OPIETOOTH-APPLET noncore/net/opietooth/appletapplet.pro
167 CONFIG_OPIETOOTH-MANAGER noncore/net/opietooth/managermanager.pro 168 CONFIG_OPIETOOTH-MANAGER noncore/net/opietooth/managermanager.pro
168 CONFIG_OPIE-WRITE noncore/apps/opie-writeopie-write.pro 169 CONFIG_OPIE-WRITE noncore/apps/opie-writeopie-write.pro
169 CONFIG_OSEARCH core/pim/osearchosearch.pro 170 CONFIG_OSEARCH core/pim/osearchosearch.pro
170 CONFIG_OXYGEN noncore/apps/oxygenoxygen.pro 171 CONFIG_OXYGEN noncore/apps/oxygenoxygen.pro
171 CONFIG_PACKAGEMANAGER noncore/settings/packagemanagerpackagemanager.pro 172 CONFIG_PACKAGEMANAGER noncore/settings/packagemanagerpackagemanager.pro
172 CONFIG_PARASHOOT noncore/games/parashootparashoot.pro 173 CONFIG_PARASHOOT noncore/games/parashootparashoot.pro
173 CONFIG_PHASE noncore/styles/phasephase.pro 174 CONFIG_PHASE noncore/styles/phasephase.pro
174 CONFIG_PICKBOARD inputmethods/pickboardpickboard.pro 175 CONFIG_PICKBOARD inputmethods/pickboardpickboard.pro
175CONFIG_PIMCONVERTER noncore/tools/pimconverter converter.pro 176CONFIG_PIMCONVERTER noncore/tools/pimconverter converter.pro
176 CONFIG_POWERCHORD noncore/multimedia/powerchordpowerchord.pro 177 CONFIG_POWERCHORD noncore/multimedia/powerchordpowerchord.pro
177CONFIG_PPP noncore/settings/networksettings/ppp ppp.pro 178CONFIG_PPP noncore/settings/networksettings/ppp ppp.pro
178 CONFIG_PYQUICKLAUNCH-APPLET noncore/applets/pyquicklaunchpyquicklaunch.pro 179 CONFIG_PYQUICKLAUNCH-APPLET noncore/applets/pyquicklaunchpyquicklaunch.pro
179 CONFIG_PYQUICKLAUNCHER noncore/tools/pyquicklauncherpyquicklauncher.pro 180 CONFIG_PYQUICKLAUNCHER noncore/tools/pyquicklauncherpyquicklauncher.pro
180 CONFIG_PYTHON-EXAMPLESexamples/python bla.pro 181 CONFIG_PYTHON-EXAMPLESexamples/python bla.pro
181 CONFIG_QASHMONEY noncore/unsupported/qashmoneyqashmoney.pro 182 CONFIG_QASHMONEY noncore/unsupported/qashmoneyqashmoney.pro
182 CONFIG_QASTEROIDS noncore/games/qasteroidsqasteroids.pro 183 CONFIG_QASTEROIDS noncore/games/qasteroidsqasteroids.pro
183 CONFIG_QCOP core/apps/qcopqcop.pro 184 CONFIG_QCOP core/apps/qcopqcop.pro
184 CONFIG_QPDF noncore/unsupported/qpdfqpdf.pro 185 CONFIG_QPDF noncore/unsupported/qpdfqpdf.pro
185 CONFIG_QSS core/apps/qssqss.pro 186 CONFIG_QSS core/apps/qssqss.pro
186CONFIG_QUICKLAUNCHER core/tools/quicklauncher quicklauncher.pro 187CONFIG_QUICKLAUNCHER core/tools/quicklauncher quicklauncher.pro
187 CONFIG_QWS core/qwsqws.pro 188 CONFIG_QWS core/qwsqws.pro
188 CONFIG_REMOTE noncore/tools/remoteremote.pro 189 CONFIG_REMOTE noncore/tools/remoteremote.pro
189 CONFIG_RESTARTAPPLET2 core/applets/restartapplet2restartapplet2.pro 190 CONFIG_RESTARTAPPLET2 core/applets/restartapplet2restartapplet2.pro
190 CONFIG_RESTARTAPPLET core/applets/restartappletrestartapplet.pro 191 CONFIG_RESTARTAPPLET core/applets/restartappletrestartapplet.pro
191 CONFIG_ROTATEAPPLET core/applets/rotateappletrotateapplet.pro 192 CONFIG_ROTATEAPPLET core/applets/rotateappletrotateapplet.pro
192 CONFIG_ROTATION noncore/settings/rotationrotation.pro 193 CONFIG_ROTATION noncore/settings/rotationrotation.pro
193 CONFIG_RUNAPPLET core/applets/runappletrunapplet.pro 194 CONFIG_RUNAPPLET core/applets/runappletrunapplet.pro
194 CONFIG_SCREENSHOTAPPLET core/applets/screenshotappletscreenshotapplet.pro 195 CONFIG_SCREENSHOTAPPLET core/applets/screenshotappletscreenshotapplet.pro
195 CONFIG_SECURITY core/settings/securitysecurity.pro 196 CONFIG_SECURITY core/settings/securitysecurity.pro
196 CONFIG_MULTIAUTH_DEMO core/settings/security/demomultiauth.pro 197 CONFIG_MULTIAUTH_DEMO core/settings/security/demomultiauth.pro
197 CONFIG_SFCAVE noncore/games/sfcavesfcave.pro 198 CONFIG_SFCAVE noncore/games/sfcavesfcave.pro
198 CONFIG_SFCAVE-SDL noncore/games/sfcave-sdlsfcave-sdl.pro 199 CONFIG_SFCAVE-SDL noncore/games/sfcave-sdlsfcave-sdl.pro
199 CONFIG_SHOWIMG noncore/multimedia/showimgshowimg.pro 200 CONFIG_SHOWIMG noncore/multimedia/showimgshowimg.pro
200CONFIG_SIMPLE_EXAMPLE examples/simple simple.pro 201CONFIG_SIMPLE_EXAMPLE examples/simple simple.pro
201CONFIG_SIMPLE_ICON examples/simple-icon simple-icon.pro 202CONFIG_SIMPLE_ICON examples/simple-icon simple-icon.pro
202CONFIG_SIMPLE_MAIN examples/simple-main simple-main.pro 203CONFIG_SIMPLE_MAIN examples/simple-main simple-main.pro
203 CONFIG_SIMPLE noncore/tools/calc2/simplesimple.pro 204 CONFIG_SIMPLE noncore/tools/calc2/simplesimple.pro
204CONFIG_SIMPLE_PIM examples/simple-pim simple-pim.pro 205CONFIG_SIMPLE_PIM examples/simple-pim simple-pim.pro
205 CONFIG_SINGLE singlesingle.pro 206 CONFIG_SINGLE singlesingle.pro
206 CONFIG_SNAKE noncore/games/snakesnake.pro 207 CONFIG_SNAKE noncore/games/snakesnake.pro
207 CONFIG_SOLITAIRE noncore/games/solitairesolitaire.pro 208 CONFIG_SOLITAIRE noncore/games/solitairesolitaire.pro
208 CONFIG_SOUND noncore/settings/soundsound.pro 209 CONFIG_SOUND noncore/settings/soundsound.pro
209 CONFIG_SSHKEYS noncore/settings/sshkeyssshkeys.pro 210 CONFIG_SSHKEYS noncore/settings/sshkeyssshkeys.pro
210 CONFIG_SUSPENDAPPLET core/applets/suspendappletsuspendapplet.pro 211 CONFIG_SUSPENDAPPLET core/applets/suspendappletsuspendapplet.pro
211CONFIG_SYMLINKER core/symlinker symlinker.pro 212CONFIG_SYMLINKER core/symlinker symlinker.pro
212 CONFIG_SYSINFO noncore/settings/sysinfosysinfo.pro 213 CONFIG_SYSINFO noncore/settings/sysinfosysinfo.pro
213 CONFIG_TABLEVIEWER noncore/apps/tableviewertableviewer.pro 214 CONFIG_TABLEVIEWER noncore/apps/tableviewertableviewer.pro
214 CONFIG_TABMANAGER noncore/settings/tabmanagertabmanager.pro 215 CONFIG_TABMANAGER noncore/settings/tabmanagertabmanager.pro
215 CONFIG_TABOAPP core/apps/taboapptaboapp.pro 216 CONFIG_TABOAPP core/apps/taboapptaboapp.pro
216 CONFIG_TEST libsql/testtest.pro 217 CONFIG_TEST libsql/testtest.pro
217 CONFIG_TEST noncore/apps/opie-console/testtest.pro 218 CONFIG_TEST noncore/apps/opie-console/testtest.pro
218 CONFIG_TETRIX noncore/games/tetrixtetrix.pro 219 CONFIG_TETRIX noncore/games/tetrixtetrix.pro
219 CONFIG_TEXTEDIT core/apps/textedittextedit.pro 220 CONFIG_TEXTEDIT core/apps/textedittextedit.pro
220 CONFIG_THEME noncore/styles/themetheme.pro 221 CONFIG_THEME noncore/styles/themetheme.pro
221 CONFIG_TICTAC noncore/games/tictactictac.pro 222 CONFIG_TICTAC noncore/games/tictactictac.pro
222 CONFIG_TINYKATE noncore/apps/tinykatetinykate.pro 223 CONFIG_TINYKATE noncore/apps/tinykatetinykate.pro
223CONFIG_TODAY_ADDRESSBOOK core/pim/today/plugins/addressbook addressbook.pro 224CONFIG_TODAY_ADDRESSBOOK core/pim/today/plugins/addressbook addressbook.pro
224 CONFIG_TODAY core/pim/todaytoday.pro 225 CONFIG_TODAY core/pim/todaytoday.pro
225 CONFIG_TODAY_DATEBOOK core/pim/today/plugins/datebookdatebook.pro 226 CONFIG_TODAY_DATEBOOK core/pim/today/plugins/datebookdatebook.pro
226CONFIG_TODAY_EXAMPLE examples/todayplugin todayplugin.pro 227CONFIG_TODAY_EXAMPLE examples/todayplugin todayplugin.pro