summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--config.in1
-rw-r--r--core/tools/hotplug-qcop/config.in5
-rw-r--r--core/tools/hotplug-qcop/hotplug-qcop.pro16
-rw-r--r--core/tools/hotplug-qcop/main.cpp45
-rw-r--r--packages1
5 files changed, 68 insertions, 0 deletions
diff --git a/config.in b/config.in
index e5374fb..61107e7 100644
--- a/config.in
+++ b/config.in
@@ -72,215 +72,216 @@ config 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/tools/hotplug-qcop/config.in
200 source core/launcher/config.in 201 source core/launcher/config.in
201 source core/symlinker/config.in 202 source core/symlinker/config.in
202endmenu 203endmenu
203 204
204comment "" 205comment ""
205 206
206menu "Applets" 207menu "Applets"
207 source core/applets/config.in 208 source core/applets/config.in
208 source noncore/applets/config.in 209 source noncore/applets/config.in
209endmenu 210endmenu
210 211
211menu "Apps" 212menu "Apps"
212 source core/apps/config.in 213 source core/apps/config.in
213 source noncore/apps/config.in 214 source noncore/apps/config.in
214endmenu 215endmenu
215 216
216menu "Communications and Networking" 217menu "Communications and Networking"
217 source noncore/comm/config.in 218 source noncore/comm/config.in
218 source noncore/net/config.in 219 source noncore/net/config.in
219endmenu 220endmenu
220 221
221menu "Games" 222menu "Games"
222 source noncore/games/config.in 223 source noncore/games/config.in
223endmenu 224endmenu
224 225
225menu "Graphics and Multimedia" 226menu "Graphics and Multimedia"
226 source freetype/config.in 227 source freetype/config.in
227 source noncore/graphics/config.in 228 source noncore/graphics/config.in
228 source core/multimedia/config.in 229 source core/multimedia/config.in
229 source noncore/multimedia/config.in 230 source noncore/multimedia/config.in
230endmenu 231endmenu
231 232
232menu "Input methods" 233menu "Input methods"
233 source inputmethods/config.in 234 source inputmethods/config.in
234endmenu 235endmenu
235 236
236menu "Pim" 237menu "Pim"
237 source core/obex/config.in 238 source core/obex/config.in
238 source core/pim/config.in 239 source core/pim/config.in
239 comment "Today Plugins ---" 240 comment "Today Plugins ---"
240 source noncore/todayplugins/config.in 241 source noncore/todayplugins/config.in
241 source core/pim/today/plugins/config.in 242 source core/pim/today/plugins/config.in
242 comment "Holiday Plugins ---" 243 comment "Holiday Plugins ---"
243 source core/pim/datebook/holiday/config.in 244 source core/pim/datebook/holiday/config.in
244endmenu 245endmenu
245 246
246menu "Settings" 247menu "Settings"
247 source core/settings/config.in 248 source core/settings/config.in
248 source noncore/settings/config.in 249 source noncore/settings/config.in
249 source noncore/securityplugins/config.in 250 source noncore/securityplugins/config.in
250endmenu 251endmenu
251 252
252menu "Theming" 253menu "Theming"
253 comment "Decorations ---" 254 comment "Decorations ---"
254 source noncore/decorations/config.in 255 source noncore/decorations/config.in
255 comment "Styles ---" 256 comment "Styles ---"
256 source noncore/styles/config.in 257 source noncore/styles/config.in
257endmenu 258endmenu
258 259
259menu "Tools" 260menu "Tools"
260 source noncore/tools/config.in 261 source noncore/tools/config.in
261endmenu 262endmenu
262 263
263menu "Development" 264menu "Development"
264 source development/keyview/config.in 265 source development/keyview/config.in
265 #source development/debugviewer/config.in 266 #source development/debugviewer/config.in
266endmenu 267endmenu
267 268
268menu "Examples" 269menu "Examples"
269 config EXAMPLES 270 config EXAMPLES
270 boolean "Compile Example Application" 271 boolean "Compile Example Application"
271 source examples/config.in 272 source examples/config.in
272endmenu 273endmenu
273 274
274comment "" 275comment ""
275 276
276menu "Unsupported / Unmaintained" 277menu "Unsupported / Unmaintained"
277 source noncore/unsupported/config.in 278 source noncore/unsupported/config.in
278endmenu 279endmenu
279 280
280comment "" 281comment ""
281 depends on EXPERIMENTAL 282 depends on EXPERIMENTAL
282menu "Experimental" 283menu "Experimental"
283 depends on EXPERIMENTAL 284 depends on EXPERIMENTAL
284 source libslcompat/config.in 285 source libslcompat/config.in
285 source core/qws/config.in 286 source core/qws/config.in
286endmenu 287endmenu
diff --git a/core/tools/hotplug-qcop/config.in b/core/tools/hotplug-qcop/config.in
new file mode 100644
index 0000000..79abb6a
--- a/dev/null
+++ b/core/tools/hotplug-qcop/config.in
@@ -0,0 +1,5 @@
1 config HOTPLUG_QCOP
2 boolean "The HotPlug -> QCop Event Bridge"
3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 )
5
diff --git a/core/tools/hotplug-qcop/hotplug-qcop.pro b/core/tools/hotplug-qcop/hotplug-qcop.pro
new file mode 100644
index 0000000..4ab7e03
--- a/dev/null
+++ b/core/tools/hotplug-qcop/hotplug-qcop.pro
@@ -0,0 +1,16 @@
1 TEMPLATE= app
2 CONFIG += qt warn_on
3 DESTDIR = $(OPIEDIR)/bin
4
5 HEADERS =
6 SOURCES = main.cpp
7 INTERFACES=
8
9 INCLUDEPATH+= $(OPIEDIR)/include
10 LIBS += -lqpe
11
12 TARGET = hotplug-qcop
13 VERSION = 0.0.0
14 AUTHOR = Michael 'Mickey' Lauer <mickey@Vanille.de>
15
16include( $(OPIEDIR)/include.pro )
diff --git a/core/tools/hotplug-qcop/main.cpp b/core/tools/hotplug-qcop/main.cpp
new file mode 100644
index 0000000..bd5431d
--- a/dev/null
+++ b/core/tools/hotplug-qcop/main.cpp
@@ -0,0 +1,45 @@
1/*
2 This file is part of the Opie Project
3 (C) 2005 Michael 'Mickey' Lauer <mickey@Vanille.de>
4 =.
5 .=l.
6           .>+-=
7 _;:,     .>    :=|. This program is free software; you can
8.> <`_,   >  .   <= redistribute it and/or modify it under
9:`=1 )Y*s>-.--   : the terms of the GNU General Public
10.="- .-=="i,     .._ License as published by the Free Software
11 - .   .-<_>     .<> Foundation; version 2 of the License.
12     ._= =}       :
13    .%`+i>       _;_.
14    .i_,=:_.      -<s. This program is distributed in the hope that
15     +  .  -:.       = it will be useful, but WITHOUT ANY WARRANTY;
16    : ..    .:,     . . . without even the implied warranty of
17    =_        +     =;=|` MERCHANTABILITY or FITNESS FOR A
18  _.=:.       :    :=>`: PARTICULAR PURPOSE. See the GNU
19..}^=.=       =       ; Library General Public License for more
20++=   -.     .`     .: details.
21 :     =  ...= . :.=-
22 -.   .:....=;==+<; You should have received a copy of the GNU
23  -_. . .   )=.  = Library General Public License along with
24    --        :-=` this library; see the file COPYING.LIB.
25 If not, write to the Free Software Foundation,
26 Inc., 59 Temple Place - Suite 330,
27 Boston, MA 02111-1307, USA.
28*/
29
30/* OPIE */
31#include <qpe/qcopenvelope_qws.h>
32
33/* QT */
34#include <qstring.h>
35
36/* STD */
37#include <stdlib.h>
38
39int main( int argc, char** argv )
40{
41 qDebug( "NOTE: hotplug-qcop started" );
42 qDebug( "... now doing something meaningful ..." );
43 qDebug( "NOTE: hotplug-qcop ended" );
44 return 0;
45}
diff --git a/packages b/packages
index e440cdb..40a7125 100644
--- a/packages
+++ b/packages
@@ -1,198 +1,199 @@
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_BIRTHDAYS_HOLIDAY core/pim/datebook/holiday/birthday birthdays.pro 35CONFIG_DATEBOOK_BIRTHDAYS_HOLIDAY core/pim/datebook/holiday/birthday birthdays.pro
36CONFIG_DATEBOOK_CHRISTIAN_HOLIDAY core/pim/datebook/holiday/christian christian-holidays.pro 36CONFIG_DATEBOOK_CHRISTIAN_HOLIDAY core/pim/datebook/holiday/christian christian-holidays.pro
37CONFIG_DATEBOOK_NATIONAL_HOLIDAY core/pim/datebook/holiday/national national-holidays.pro 37CONFIG_DATEBOOK_NATIONAL_HOLIDAY core/pim/datebook/holiday/national national-holidays.pro
38 CONFIG_DECO_FLAT noncore/decorations/flatflat.pro 38 CONFIG_DECO_FLAT noncore/decorations/flatflat.pro
39 CONFIG_DECO_LIQUID noncore/decorations/liquidliquid.pro 39 CONFIG_DECO_LIQUID noncore/decorations/liquidliquid.pro
40 CONFIG_DECO_POLISHED noncore/decorations/polishedpolished.pro 40 CONFIG_DECO_POLISHED noncore/decorations/polishedpolished.pro
41 CONFIG_DICTIONARY noncore/apps/dictionarydictionary.pro 41 CONFIG_DICTIONARY noncore/apps/dictionarydictionary.pro
42CONFIG_DOCTAB noncore/settings/doctab doctab.pro 42CONFIG_DOCTAB noncore/settings/doctab doctab.pro
43 CONFIG_DRAWPAD noncore/graphics/drawpaddrawpad.pro 43 CONFIG_DRAWPAD noncore/graphics/drawpaddrawpad.pro
44 CONFIG_DVORAK inputmethods/dvorakdvorak.pro 44 CONFIG_DVORAK inputmethods/dvorakdvorak.pro
45 CONFIG_EMBEDDEDKONSOLE core/apps/embeddedkonsoleembeddedkonsole.pro 45 CONFIG_EMBEDDEDKONSOLE core/apps/embeddedkonsoleembeddedkonsole.pro
46 CONFIG_EUROCONV noncore/tools/euroconv/ euroconv.pro 46 CONFIG_EUROCONV noncore/tools/euroconv/ euroconv.pro
47 CONFIG_EXAMPLE_APPLET examples/appletapplet.pro 47 CONFIG_EXAMPLE_APPLET examples/appletapplet.pro
48CONFIG_EXAMPLE_BOARD examples/inputmethod inputmethod.pro 48CONFIG_EXAMPLE_BOARD examples/inputmethod inputmethod.pro
49 CONFIG_EXAMPLE_LIBOPIE2COREexamples/opiecore opiecore.pro 49 CONFIG_EXAMPLE_LIBOPIE2COREexamples/opiecore opiecore.pro
50 CONFIG_EXAMPLE_LIBOPIE2DBexamples/opiedb opiedb.pro 50 CONFIG_EXAMPLE_LIBOPIE2DBexamples/opiedb opiedb.pro
51 CONFIG_EXAMPLE_LIBOPIE2MMexamples/opiemm opiemm.pro 51 CONFIG_EXAMPLE_LIBOPIE2MMexamples/opiemm opiemm.pro
52 CONFIG_EXAMPLE_LIBOPIE2NETexamples/opienet opienet.pro 52 CONFIG_EXAMPLE_LIBOPIE2NETexamples/opienet opienet.pro
53 CONFIG_EXAMPLE_LIBOPIE2PIMexamples/opiepim opiepim.pro 53 CONFIG_EXAMPLE_LIBOPIE2PIMexamples/opiepim opiepim.pro
54 CONFIG_EXAMPLE_LIBOPIE2SECURITYexamples/opiesecurity opiesecurity.pro 54 CONFIG_EXAMPLE_LIBOPIE2SECURITYexamples/opiesecurity opiesecurity.pro
55 CONFIG_EXAMPLE_LIBOPIE2UI examples/opieuiopieui.pro 55 CONFIG_EXAMPLE_LIBOPIE2UI examples/opieuiopieui.pro
56CONFIG_EXAMPLE_MENU examples/menuapplet menuapplet.pro 56CONFIG_EXAMPLE_MENU examples/menuapplet menuapplet.pro
57CONFIG_EXAMPLE_VPN examples/networksettings networksettings.pro 57CONFIG_EXAMPLE_VPN examples/networksettings networksettings.pro
58 CONFIG_FIFTEEN noncore/games/fifteenfifteen.pro 58 CONFIG_FIFTEEN noncore/games/fifteenfifteen.pro
59 CONFIG_FILEBROWSER noncore/unsupported/filebrowserfilebrowser.pro 59 CONFIG_FILEBROWSER noncore/unsupported/filebrowserfilebrowser.pro
60 CONFIG_FLAT noncore/styles/flatflat.pro 60 CONFIG_FLAT noncore/styles/flatflat.pro
61 CONFIG_FORMATTER noncore/tools/formatterformatter.pro 61 CONFIG_FORMATTER noncore/tools/formatterformatter.pro
62 CONFIG_FREETYPE freetypefreetype.pro 62 CONFIG_FREETYPE freetypefreetype.pro
63 CONFIG_FRESH noncore/styles/freshfresh.pro 63 CONFIG_FRESH noncore/styles/freshfresh.pro
64 CONFIG_FTPLIB noncore/net/ftplibftplib.pro 64 CONFIG_FTPLIB noncore/net/ftplibftplib.pro
65 CONFIG_GO noncore/games/gogo.pro 65 CONFIG_GO noncore/games/gogo.pro
66 CONFIG_GSMTOOL noncore/unsupported/gsmtoolgsmtool.pro 66 CONFIG_GSMTOOL noncore/unsupported/gsmtoolgsmtool.pro
67 CONFIG_GUTENBROWSER noncore/apps/opie-gutenbrowseropie-gutenbrowser.pro 67 CONFIG_GUTENBROWSER noncore/apps/opie-gutenbrowseropie-gutenbrowser.pro
68 CONFIG_HANDWRITING inputmethods/handwritinghandwriting.pro 68 CONFIG_HANDWRITING inputmethods/handwritinghandwriting.pro
69 CONFIG_HELPBROWSER core/apps/helpbrowserhelpbrowser.pro 69 CONFIG_HELPBROWSER core/apps/helpbrowserhelpbrowser.pro
70 CONFIG_HOMEAPPLET core/applets/homeapplethomeapplet.pro 70 CONFIG_HOMEAPPLET core/applets/homeapplethomeapplet.pro
71 CONFIG_HOTPLUG_QCOP core/tools/hotplug-qcophotplug-qcop.pro
71 CONFIG_INTERFACES noncore/settings/networksettings/interfacesinterfaces.pro 72 CONFIG_INTERFACES noncore/settings/networksettings/interfacesinterfaces.pro
72 CONFIG_IRDAAPPLET core/applets/irdaappletirdaapplet.pro 73 CONFIG_IRDAAPPLET core/applets/irdaappletirdaapplet.pro
73 CONFIG_JUMPX inputmethods/jumpxjumpx.pro 74 CONFIG_JUMPX inputmethods/jumpxjumpx.pro
74 CONFIG_KBILL noncore/games/kbillkbill.pro 75 CONFIG_KBILL noncore/games/kbillkbill.pro
75 CONFIG_KCHECKERS noncore/games/kcheckerskcheckers.pro 76 CONFIG_KCHECKERS noncore/games/kcheckerskcheckers.pro
76 CONFIG_KEYBOARD inputmethods/keyboardkeyboard.pro 77 CONFIG_KEYBOARD inputmethods/keyboardkeyboard.pro
77CONFIG_KEYHELPER noncore/applets/keyhelper keyhelper.pro 78CONFIG_KEYHELPER noncore/applets/keyhelper keyhelper.pro
78 CONFIG_KEYPEBBLE noncore/comm/keypebblekeypebble.pro 79 CONFIG_KEYPEBBLE noncore/comm/keypebblekeypebble.pro
79 CONFIG_KEYVIEW development/keyviewkeyview.pro 80 CONFIG_KEYVIEW development/keyviewkeyview.pro
80 CONFIG_KJUMPX inputmethods/kjumpxkjumpx.pro 81 CONFIG_KJUMPX inputmethods/kjumpxkjumpx.pro
81 CONFIG_KPACMAN noncore/games/kpacmankpacman.pro 82 CONFIG_KPACMAN noncore/games/kpacmankpacman.pro
82 CONFIG_LANGUAGE noncore/settings/languagelanguage.pro 83 CONFIG_LANGUAGE noncore/settings/languagelanguage.pro
83 CONFIG_LAUNCHER core/launcherserver.pro 84 CONFIG_LAUNCHER core/launcherserver.pro
84 CONFIG_LAUNCHER-SETTINGS core/settings/launcherlauncher.pro 85 CONFIG_LAUNCHER-SETTINGS core/settings/launcherlauncher.pro
85 CONFIG_LIBFFMPEG core/multimedia/opieplayer/libffmpeglibffmpeg.pro 86 CONFIG_LIBFFMPEG core/multimedia/opieplayer/libffmpeglibffmpeg.pro
86 CONFIG_LIBFLASH core/multimedia/opieplayer/libflashlibflash.pro 87 CONFIG_LIBFLASH core/multimedia/opieplayer/libflashlibflash.pro
87 CONFIG_LIBMAD core/multimedia/opieplayer/libmadlibmad.pro 88 CONFIG_LIBMAD core/multimedia/opieplayer/libmadlibmad.pro
88 CONFIG_LIBMAIL noncore/unsupported/mail2/libmaillibmail.pro 89 CONFIG_LIBMAIL noncore/unsupported/mail2/libmaillibmail.pro
89CONFIG_LIBMAILWRAPPER noncore/net/mail/libmailwrapper libmailwrapper.pro 90CONFIG_LIBMAILWRAPPER noncore/net/mail/libmailwrapper libmailwrapper.pro
90 CONFIG_LIBMPEG3 core/multimedia/opieplayer/libmpeg3libmpeg3.pro 91 CONFIG_LIBMPEG3 core/multimedia/opieplayer/libmpeg3libmpeg3.pro
91 CONFIG_LIBOPIE2CORE libopie2/opiecoreopiecore.pro 92 CONFIG_LIBOPIE2CORE libopie2/opiecoreopiecore.pro
92 CONFIG_LIBOPIE2DB libopie2/opiedbopiedb.pro 93 CONFIG_LIBOPIE2DB libopie2/opiedbopiedb.pro
93 CONFIG_LIBOPIE2EXAMPLES libopie2/examplesexamples.pro 94 CONFIG_LIBOPIE2EXAMPLES libopie2/examplesexamples.pro
94 CONFIG_LIBOPIE2MM libopie2/opiemmopiemm.pro 95 CONFIG_LIBOPIE2MM libopie2/opiemmopiemm.pro
95 CONFIG_LIBOPIE2NET libopie2/opienetopienet.pro 96 CONFIG_LIBOPIE2NET libopie2/opienetopienet.pro
96 CONFIG_LIBOPIE2PIM libopie2/opiepimopiepim.pro 97 CONFIG_LIBOPIE2PIM libopie2/opiepimopiepim.pro
97 CONFIG_LIBOPIE2SECURITYlibopie2/opiesecurity opiesecurity.pro 98 CONFIG_LIBOPIE2SECURITYlibopie2/opiesecurity opiesecurity.pro
98 CONFIG_LIBOPIE2UI libopie2/opieuiopieui.pro 99 CONFIG_LIBOPIE2UI libopie2/opieuiopieui.pro
99 CONFIG_LIBOPIETOOTH noncore/net/opietooth/liblib.pro 100 CONFIG_LIBOPIETOOTH noncore/net/opietooth/liblib.pro
100 CONFIG_LIBOPIEnoncore/unsupported/libopie libopie.pro 101 CONFIG_LIBOPIEnoncore/unsupported/libopie libopie.pro
101 CONFIG_LIBQPE librarylibrary.pro 102 CONFIG_LIBQPE librarylibrary.pro
102 CONFIG_LIBQPE-X11 x11/libqpe-x11libqpe-x11.pro 103 CONFIG_LIBQPE-X11 x11/libqpe-x11libqpe-x11.pro
103CONFIG_LIBQRSYNC rsync rsync.pro 104CONFIG_LIBQRSYNC rsync rsync.pro
104 CONFIG_LIBQTAUX libqtauxlibqtaux.pro 105 CONFIG_LIBQTAUX libqtauxlibqtaux.pro
105 CONFIG_LIBSLCOMPAT libslcompatlibslcompat.pro 106 CONFIG_LIBSLCOMPAT libslcompatlibslcompat.pro
106 CONFIG_LIBSQL libsqllibsql.pro 107 CONFIG_LIBSQL libsqllibsql.pro
107CONFIG_LIBTREMOR core/multimedia/opieplayer/vorbis/tremor tremor.pro 108CONFIG_LIBTREMOR core/multimedia/opieplayer/vorbis/tremor tremor.pro
108CONFIG_LIBTREMORPLUGIN core/multimedia/opieplayer/vorbis libtremor.pro 109CONFIG_LIBTREMORPLUGIN core/multimedia/opieplayer/vorbis libtremor.pro
109 CONFIG_LIGHT-AND-POWER core/settings/light-and-powerlight-and-power.pro 110 CONFIG_LIGHT-AND-POWER core/settings/light-and-powerlight-and-power.pro
110 CONFIG_LIQUID noncore/styles/liquidliquid.pro 111 CONFIG_LIQUID noncore/styles/liquidliquid.pro
111 CONFIG_LOCKAPPLET core/applets/lockappletlockapplet.pro 112 CONFIG_LOCKAPPLET core/applets/lockappletlockapplet.pro
112 CONFIG_LOGOUTAPPLET core/applets/logoutappletlogoutapplet.pro 113 CONFIG_LOGOUTAPPLET core/applets/logoutappletlogoutapplet.pro
113 CONFIG_MAIL3 noncore/net/mail mail.pro 114 CONFIG_MAIL3 noncore/net/mail mail.pro
114CONFIG_MAILAPPLET noncore/net/mail/taskbarapplet taskbarapplet.pro 115CONFIG_MAILAPPLET noncore/net/mail/taskbarapplet taskbarapplet.pro
115 CONFIG_MAILIT noncore/unsupported/mailit mailit.pro 116 CONFIG_MAILIT noncore/unsupported/mailit mailit.pro
116CONFIG_MAIN_TAB_EXAMPLE examples/main-tab main-tab.pro 117CONFIG_MAIN_TAB_EXAMPLE examples/main-tab main-tab.pro
117 CONFIG_MEDIUMMOUNT noncore/settings/mediummountmediummount.pro 118 CONFIG_MEDIUMMOUNT noncore/settings/mediummountmediummount.pro
118 CONFIG_MEMORYAPPLET noncore/applets/memoryappletmemoryapplet.pro 119 CONFIG_MEMORYAPPLET noncore/applets/memoryappletmemoryapplet.pro
119 CONFIG_METAL noncore/styles/metalmetal.pro 120 CONFIG_METAL noncore/styles/metalmetal.pro
120 CONFIG_MINDBREAKER noncore/games/mindbreakermindbreaker.pro 121 CONFIG_MINDBREAKER noncore/games/mindbreakermindbreaker.pro
121 CONFIG_MINESWEEP noncore/games/minesweepminesweep.pro 122 CONFIG_MINESWEEP noncore/games/minesweepminesweep.pro
122 CONFIG_MOBILEMSG noncore/comm/mobilemsgmobilemsg.pro 123 CONFIG_MOBILEMSG noncore/comm/mobilemsgmobilemsg.pro
123 CONFIG_MODPLUG core/multimedia/opieplayer/modplugmodplug.pro 124 CONFIG_MODPLUG core/multimedia/opieplayer/modplugmodplug.pro
124CONFIG_MULTIAUTH_BLUEPING noncore/securityplugins/blueping bluepingplugin.pro 125CONFIG_MULTIAUTH_BLUEPING noncore/securityplugins/blueping bluepingplugin.pro
125CONFIG_MULTIAUTH_DUMMY noncore/securityplugins/dummy dummyplugin.pro 126CONFIG_MULTIAUTH_DUMMY noncore/securityplugins/dummy dummyplugin.pro
126CONFIG_MULTIAUTH_NOTICE noncore/securityplugins/notice noticeplugin.pro 127CONFIG_MULTIAUTH_NOTICE noncore/securityplugins/notice noticeplugin.pro
127CONFIG_MULTIAUTH_PIN noncore/securityplugins/pin pinplugin.pro 128CONFIG_MULTIAUTH_PIN noncore/securityplugins/pin pinplugin.pro
128 CONFIG_MULTIKEYAPPLET core/applets/multikeyappletmultikeyapplet.pro 129 CONFIG_MULTIKEYAPPLET core/applets/multikeyappletmultikeyapplet.pro
129 CONFIG_MULTIKEY inputmethods/multikeymultikey.pro 130 CONFIG_MULTIKEY inputmethods/multikeymultikey.pro
130 CONFIG_NETSYSTEMTIME noncore/settings/netsystemtimenetsystemtime.pro 131 CONFIG_NETSYSTEMTIME noncore/settings/netsystemtimenetsystemtime.pro
131 CONFIG_NETWORKAPPLET noncore/applets/networkappletnetworkapplet.pro 132 CONFIG_NETWORKAPPLET noncore/applets/networkappletnetworkapplet.pro
132 CONFIG_NETWORKSETUP noncore/settings/networksettingsnetworksettings.pro 133 CONFIG_NETWORKSETUP noncore/settings/networksettingsnetworksettings.pro
133 CONFIG_NOTESAPPLET noncore/applets/notesappletnotesapplet.pro 134 CONFIG_NOTESAPPLET noncore/applets/notesappletnotesapplet.pro
134 CONFIG_NS2BT noncore/settings/networksettings2/bluetoothbluetooth.pro 135 CONFIG_NS2BT noncore/settings/networksettings2/bluetoothbluetooth.pro
135 CONFIG_NS2GPRS noncore/settings/networksettings2/gprsGPRS.pro 136 CONFIG_NS2GPRS noncore/settings/networksettings2/gprsGPRS.pro
136 CONFIG_NS2CABLE noncore/settings/networksettings2/cablecable.pro 137 CONFIG_NS2CABLE noncore/settings/networksettings2/cablecable.pro
137 CONFIG_NS2CORE noncore/settings/networksettings2/networksettings2networksettings2.pro 138 CONFIG_NS2CORE noncore/settings/networksettings2/networksettings2networksettings2.pro
138 CONFIG_NS2OPIETOOTH noncore/settings/networksettings2/opietooth2opietooth2.pro 139 CONFIG_NS2OPIETOOTH noncore/settings/networksettings2/opietooth2opietooth2.pro
139 CONFIG_NS2OPIETOOTHAPPLET noncore/settings/networksettings2/opietooth2_appletopietooth2_applet.pro 140 CONFIG_NS2OPIETOOTHAPPLET noncore/settings/networksettings2/opietooth2_appletopietooth2_applet.pro
140 CONFIG_NS2IRDA noncore/settings/networksettings2/irdairda.pro 141 CONFIG_NS2IRDA noncore/settings/networksettings2/irdairda.pro
141 CONFIG_NS2LANCARD noncore/settings/networksettings2/lancardlancard.pro 142 CONFIG_NS2LANCARD noncore/settings/networksettings2/lancardlancard.pro
142 CONFIG_NS2MODEM noncore/settings/networksettings2/modemmodem.pro 143 CONFIG_NS2MODEM noncore/settings/networksettings2/modemmodem.pro
143 CONFIG_NS2NETWORK noncore/settings/networksettings2/networknetwork.pro 144 CONFIG_NS2NETWORK noncore/settings/networksettings2/networknetwork.pro
144 CONFIG_NS2 noncore/settings/networksettings2networksettings.pro 145 CONFIG_NS2 noncore/settings/networksettings2networksettings.pro
145 CONFIG_NS2PPP noncore/settings/networksettings2/pppppp.pro 146 CONFIG_NS2PPP noncore/settings/networksettings2/pppppp.pro
146 CONFIG_NS2PROFILE noncore/settings/networksettings2/profileprofile.pro 147 CONFIG_NS2PROFILE noncore/settings/networksettings2/profileprofile.pro
147 CONFIG_NS2USB noncore/settings/networksettings2/usbusb.pro 148 CONFIG_NS2USB noncore/settings/networksettings2/usbusb.pro
148 CONFIG_NS2VPN noncore/settings/networksettings2/vpnvpn.pro 149 CONFIG_NS2VPN noncore/settings/networksettings2/vpnvpn.pro
149 CONFIG_NS2WLAN noncore/settings/networksettings2/wlanwlan.pro 150 CONFIG_NS2WLAN noncore/settings/networksettings2/wlanwlan.pro
150 CONFIG_OAPP core/apps/oappoapp.pro 151 CONFIG_OAPP core/apps/oappoapp.pro
151 CONFIG_OBEX core/obexobex.pro 152 CONFIG_OBEX core/obexobex.pro
152 CONFIG_ODICT noncore/apps/odictodict.pro 153 CONFIG_ODICT noncore/apps/odictodict.pro
153 CONFIG_OIPKG noncore/unsupported/oipkgoipkg.pro 154 CONFIG_OIPKG noncore/unsupported/oipkgoipkg.pro
154 CONFIG_OPIEALARM core/opiealarmopiealarm.pro 155 CONFIG_OPIEALARM core/opiealarmopiealarm.pro
155 CONFIG_OPIE-CONSOLE noncore/apps/opie-consoleopie-console.pro 156 CONFIG_OPIE-CONSOLE noncore/apps/opie-consoleopie-console.pro
156 CONFIG_OPIE_EYE noncore/graphics/opie-eyephunk_view.pro 157 CONFIG_OPIE_EYE noncore/graphics/opie-eyephunk_view.pro
157 CONFIG_OPIE_EYE_SLAVE noncore/graphics/opie-eye/slaveslave.pro 158 CONFIG_OPIE_EYE_SLAVE noncore/graphics/opie-eye/slaveslave.pro
158 CONFIG_OPIEFTP noncore/net/opieftpopieftp.pro 159 CONFIG_OPIEFTP noncore/net/opieftpopieftp.pro
159 CONFIG_OPIEIRC noncore/net/opieircopieirc.pro 160 CONFIG_OPIEIRC noncore/net/opieircopieirc.pro
160 CONFIG_OPIE-LOGIN core/opie-loginopie-login.pro 161 CONFIG_OPIE-LOGIN core/opie-loginopie-login.pro
161 CONFIG_OPIEMAIL2noncore/unsupported/mail2 mail.pro 162 CONFIG_OPIEMAIL2noncore/unsupported/mail2 mail.pro
162 CONFIG_OPIEPLAYER2 noncore/multimedia/opieplayer2opieplayer2.pro 163 CONFIG_OPIEPLAYER2 noncore/multimedia/opieplayer2opieplayer2.pro
163 CONFIG_OPIEPLAYER3 noncore/multimedia/opieplayer3opieplayer3.pro 164 CONFIG_OPIEPLAYER3 noncore/multimedia/opieplayer3opieplayer3.pro
164 CONFIG_OPIEPLAYER core/multimedia/opieplayeropieplayer.pro 165 CONFIG_OPIEPLAYER core/multimedia/opieplayeropieplayer.pro
165 CONFIG_OPIE-RDESKTOP noncore/net/opierdesktopopierdesktop.pro 166 CONFIG_OPIE-RDESKTOP noncore/net/opierdesktopopierdesktop.pro
166 CONFIG_OPIE-READER noncore/apps/opie-readeropie-reader.pro 167 CONFIG_OPIE-READER noncore/apps/opie-readeropie-reader.pro
167 CONFIG_OPIEREC noncore/multimedia/opierecopierec.pro 168 CONFIG_OPIEREC noncore/multimedia/opierecopierec.pro
168 CONFIG_OPIE-SHEET noncore/apps/opie-sheetopie-sheet.pro 169 CONFIG_OPIE-SHEET noncore/apps/opie-sheetopie-sheet.pro
169 CONFIG_OPIE-SH noncore/tools/opie-shopie-sh.pro 170 CONFIG_OPIE-SH noncore/tools/opie-shopie-sh.pro
170 CONFIG_OPIETOOTH-APPLET noncore/net/opietooth/appletapplet.pro 171 CONFIG_OPIETOOTH-APPLET noncore/net/opietooth/appletapplet.pro
171 CONFIG_OPIETOOTH-MANAGER noncore/net/opietooth/managermanager.pro 172 CONFIG_OPIETOOTH-MANAGER noncore/net/opietooth/managermanager.pro
172 CONFIG_OPIE-WRITE noncore/apps/opie-writeopie-write.pro 173 CONFIG_OPIE-WRITE noncore/apps/opie-writeopie-write.pro
173 CONFIG_OSEARCH core/pim/osearchosearch.pro 174 CONFIG_OSEARCH core/pim/osearchosearch.pro
174 CONFIG_OXYGEN noncore/apps/oxygenoxygen.pro 175 CONFIG_OXYGEN noncore/apps/oxygenoxygen.pro
175 CONFIG_PACKAGEMANAGER noncore/settings/packagemanagerpackagemanager.pro 176 CONFIG_PACKAGEMANAGER noncore/settings/packagemanagerpackagemanager.pro
176 CONFIG_PARASHOOT noncore/games/parashootparashoot.pro 177 CONFIG_PARASHOOT noncore/games/parashootparashoot.pro
177 CONFIG_PHASE noncore/styles/phasephase.pro 178 CONFIG_PHASE noncore/styles/phasephase.pro
178 CONFIG_PICKBOARD inputmethods/pickboardpickboard.pro 179 CONFIG_PICKBOARD inputmethods/pickboardpickboard.pro
179CONFIG_PIMCONVERTER noncore/tools/pimconverter converter.pro 180CONFIG_PIMCONVERTER noncore/tools/pimconverter converter.pro
180 CONFIG_POWERCHORD noncore/multimedia/powerchordpowerchord.pro 181 CONFIG_POWERCHORD noncore/multimedia/powerchordpowerchord.pro
181CONFIG_PPP noncore/settings/networksettings/ppp ppp.pro 182CONFIG_PPP noncore/settings/networksettings/ppp ppp.pro
182 CONFIG_PYQUICKLAUNCH-APPLET noncore/applets/pyquicklaunchpyquicklaunch.pro 183 CONFIG_PYQUICKLAUNCH-APPLET noncore/applets/pyquicklaunchpyquicklaunch.pro
183 CONFIG_PYQUICKLAUNCHER noncore/tools/pyquicklauncherpyquicklauncher.pro 184 CONFIG_PYQUICKLAUNCHER noncore/tools/pyquicklauncherpyquicklauncher.pro
184 CONFIG_PYTHON-EXAMPLESexamples/python bla.pro 185 CONFIG_PYTHON-EXAMPLESexamples/python bla.pro
185 CONFIG_QASHMONEY noncore/unsupported/qashmoneyqashmoney.pro 186 CONFIG_QASHMONEY noncore/unsupported/qashmoneyqashmoney.pro
186 CONFIG_QASTEROIDS noncore/games/qasteroidsqasteroids.pro 187 CONFIG_QASTEROIDS noncore/games/qasteroidsqasteroids.pro
187 CONFIG_QCOP core/apps/qcopqcop.pro 188 CONFIG_QCOP core/apps/qcopqcop.pro
188 CONFIG_QPDF noncore/unsupported/qpdfqpdf.pro 189 CONFIG_QPDF noncore/unsupported/qpdfqpdf.pro
189 CONFIG_QSS core/apps/qssqss.pro 190 CONFIG_QSS core/apps/qssqss.pro
190CONFIG_QUICKLAUNCHER core/tools/quicklauncher quicklauncher.pro 191CONFIG_QUICKLAUNCHER core/tools/quicklauncher quicklauncher.pro
191 CONFIG_QWS core/qwsqws.pro 192 CONFIG_QWS core/qwsqws.pro
192 CONFIG_REMOTE noncore/tools/remoteremote.pro 193 CONFIG_REMOTE noncore/tools/remoteremote.pro
193 CONFIG_RESTARTAPPLET2 core/applets/restartapplet2restartapplet2.pro 194 CONFIG_RESTARTAPPLET2 core/applets/restartapplet2restartapplet2.pro
194 CONFIG_RESTARTAPPLET core/applets/restartappletrestartapplet.pro 195 CONFIG_RESTARTAPPLET core/applets/restartappletrestartapplet.pro
195 CONFIG_ROTATEAPPLET core/applets/rotateappletrotateapplet.pro 196 CONFIG_ROTATEAPPLET core/applets/rotateappletrotateapplet.pro
196 CONFIG_ROTATION noncore/settings/rotationrotation.pro 197 CONFIG_ROTATION noncore/settings/rotationrotation.pro
197 CONFIG_RUNAPPLET core/applets/runappletrunapplet.pro 198 CONFIG_RUNAPPLET core/applets/runappletrunapplet.pro
198 CONFIG_SCREENSHOTAPPLET core/applets/screenshotappletscreenshotapplet.pro 199 CONFIG_SCREENSHOTAPPLET core/applets/screenshotappletscreenshotapplet.pro