Keyset update
[pierogi] / pierogi.pro
1 # Add files and directories to ship with the application 
2 # by adapting the examples below.
3 # file1.source = myfile
4 # dir1.source = mydir
5 #DEPLOYMENTFOLDERS = # file1 dir1
6 loadModule.source = loadRX51Module unloadRX51Module
7 loadModule.target = bin
8 DEPLOYMENTFOLDERS = loadModule
9
10 #symbian:TARGET.UID3 = 0xE0C0A793
11
12 # Smart Installer package's UID
13 # This UID is from the protected range 
14 # and therefore the package will fail to install if self-signed
15 # By default qmake uses the unprotected range value if unprotected UID is defined for the application
16 # and 0x2002CCCF value if protected UID is given to the application
17 #symbian:DEPLOYMENT.installer_header = 0x2002CCCF
18
19 # Allow network access on Symbian
20 #symbian:TARGET.CAPABILITY += NetworkServices
21
22 # If your application uses the Qt Mobility libraries, uncomment
23 # the following lines and add the respective components to the 
24 # MOBILITY variable. 
25 # CONFIG += mobility
26 # MOBILITY +=
27
28 QT += maemo5
29
30 SOURCES += main.cpp mainwindow.cpp \
31     pirmakenames.cpp \
32     pirdocumentationform.cpp \
33     piraboutform.cpp \
34     pirexception.cpp \
35     pirkeysetwidgetitem.cpp \
36     keysets/apple.cpp \
37     keysets/ei.cpp \
38     keysets/goldstar.cpp \
39     keysets/hauppauge.cpp \
40     keysets/lg.cpp \
41     keysets/nokia.cpp \
42     keysets/panasonic.cpp \
43     keysets/samsung.cpp \
44     keysets/sanyo.cpp \
45     keysets/sharp.cpp \
46     keysets/sony.cpp \
47     keysets/toshiba.cpp \
48     keysets/zenith.cpp \
49     pirkeysetmetadata.cpp \
50     pirkeysetmanager.cpp \
51     keysets/rca.cpp \
52     keysets/westinghouse.cpp \
53     keysets/mitsubishi.cpp \
54     pirmodprobe.cpp \
55     keysets/jvc.cpp \
56     pirselectkeysetform.cpp \
57     pirrx51hardware.cpp \
58     pirdevicetypenames.cpp \
59     keysets/raite.cpp \
60     keysets/sagem.cpp \
61     keysets/yamaha.cpp \
62     keysets/hitachi.cpp \
63     keysets/denon.cpp \
64     keysets/pinnacle.cpp \
65     keysets/magnavox.cpp \
66     keysets/philips.cpp \
67     keysets/tivo.cpp \
68     keysets/elgato.cpp \
69     protocols/jvcprotocol.cpp \
70     protocols/necprotocol.cpp \
71     protocols/pirprotocol.cpp \
72     protocols/rc5protocol.cpp \
73     protocols/rc6protocol.cpp \
74     protocols/sharpprotocol.cpp \
75     protocols/sircprotocol.cpp \
76     protocols/pioneerprotocol.cpp \
77     protocols/lircprotocol.cpp \
78     protocols/samsungprotocol.cpp \
79     keysets/pioneer.cpp \
80     protocols/spaceprotocol.cpp \
81     protocols/rcaprotocol.cpp \
82     keysets/acer.cpp \
83     keysets/aiwa.cpp \
84     protocols/aiwaprotocol.cpp \
85     protocols/kaseikyoprotocol.cpp \
86     keysets/bose.cpp \
87     protocols/boseprotocol.cpp \
88     keysets/mce.cpp \
89     protocols/mceprotocol.cpp \
90     keysets/philco.cpp \
91     keysets/roku.cpp \
92     keysets/admiral.cpp \
93     keysets/daewoo.cpp \
94     protocols/daewooprotocol.cpp \
95     keysets/grundig.cpp \
96     keysets/topfield.cpp \
97     keysets/logitech.cpp \
98     protocols/necxprotocol.cpp \
99     sideshotleftform.cpp \
100     keysets/wd.cpp \
101     keysets/saba.cpp \
102     keysets/sky.cpp \
103     protocols/rc6skyprotocol.cpp \
104     protocols/thomsonprotocol.cpp \
105     keysets/digitalstream.cpp \
106     pirapplication.cpp \
107     keysets/emerson.cpp \
108     keysets/dish.cpp \
109     keysets/fortec.cpp \
110     keysets/homecast.cpp \
111     protocols/dishprotocol.cpp \
112     keysets/beko.cpp \
113     keysets/cambridge.cpp \
114     keysets/haier.cpp \
115     keysets/kenwood.cpp \
116     keysets/directv.cpp \
117     protocols/directvprotocol.cpp \
118     keysets/huawei.cpp \
119     keysets/onida.cpp \
120     keysets/vestel.cpp \
121     keysets/virgin.cpp \
122     keysets/vizio.cpp \
123     keysets/hp.cpp \
124     keysets/motorola.cpp \
125     protocols/giprotocol.cpp \
126     keysets/bush.cpp \
127     keysets/canon.cpp \
128     keysets/epson.cpp \
129     keysets/humax.cpp \
130     keysets/technics.cpp \
131     keysets/united.cpp \
132     keysets/foxtel.cpp \
133     keysets/nad.cpp \
134     keysets/universum.cpp \
135     keysets/hyundai.cpp \
136     pirselectdeviceform.cpp \
137     keysets/harmankardon.cpp \
138     forms/piradjustform.cpp \
139     forms/pirairconditionerform.cpp \
140     forms/pirinputform.cpp \
141     forms/pirmedia2form.cpp \
142     forms/pirtvform.cpp \
143     forms/pirmainform.cpp \
144     forms/pirutilityform.cpp \
145     forms/pirkeypadform.cpp \
146     forms/pirmenuform.cpp \
147     forms/pirmediaform.cpp \
148     forms/pirfavoritesform.cpp \
149     pirpanelselectionform.cpp \
150     pirpanelmanager.cpp \
151     protocols/nokia32protocol.cpp \
152     protocols/kathreinprotocol.cpp \
153     keysets/aoc.cpp \
154     keysets/arcam.cpp \
155     keysets/dell.cpp \
156     keysets/dse.cpp \
157     keysets/dynex.cpp \
158     keysets/kathrein.cpp \
159     keysets/starsat.cpp \
160     keysets/viewsat.cpp \
161     pirdeviceinfo.cpp \
162     keysets/kaon.cpp \
163     forms/pirrecordform.cpp \
164     keysets/qnap.cpp \
165     keysets/compro.cpp \
166     protocols/xmpprotocol.cpp \
167     keysets/dreambox.cpp \
168     keysets/magnum.cpp \
169     keysets/telenet.cpp \
170     keysets/thomson.cpp \
171     keysets/genius.cpp
172 HEADERS += mainwindow.h \
173     pirkeynames.h \
174     pirmakenames.h \
175     pirdocumentationform.h \
176     piraboutform.h \
177     pirexception.h \
178     pirkeysetwidgetitem.h \
179     keysets/apple.h \
180     keysets/ei.h \
181     keysets/goldstar.h \
182     keysets/hauppauge.h \
183     keysets/lg.h \
184     keysets/nokia.h \
185     keysets/panasonic.h \
186     keysets/samsung.h \
187     keysets/sanyo.h \
188     keysets/sharp.h \
189     keysets/sony.h \
190     keysets/toshiba.h \
191     keysets/zenith.h \
192     pirkeysetmetadata.h \
193     pirkeysetmanager.h \
194     keysets/rca.h \
195     keysets/westinghouse.h \
196     keysets/mitsubishi.h \
197     pirmodprobe.h \
198     keysets/jvc.h \
199     pirselectkeysetform.h \
200     pirrx51hardware.h \
201     pirdevicetypenames.h \
202     keysets/raite.h \
203     keysets/sagem.h \
204     keysets/hitachi.h \
205     keysets/denon.h \
206     keysets/pinnacle.h \
207     keysets/magnavox.h \
208     keysets/philips.h \
209     keysets/tivo.h \
210     keysets/elgato.h \
211     protocols/jvcprotocol.h \
212     protocols/necprotocol.h \
213     protocols/pirprotocol.h \
214     protocols/rc5protocol.h \
215     protocols/rc6protocol.h \
216     protocols/sharpprotocol.h \
217     protocols/sircprotocol.h \
218     protocols/pioneerprotocol.h \
219     protocols/lircprotocol.h \
220     protocols/samsungprotocol.h \
221     keysets/pioneer.h \
222     protocols/spaceprotocol.h \
223     keysets/yamaha.h \
224     protocols/rcaprotocol.h \
225     keysets/acer.h \
226     keysets/aiwa.h \
227     protocols/aiwaprotocol.h \
228     protocols/kaseikyoprotocol.h \
229     protocols/boseprotocol.h \
230     keysets/bose.h \
231     keysets/mce.h \
232     protocols/mceprotocol.h \
233     keysets/philco.h \
234     keysets/roku.h \
235     keysets/admiral.h \
236     keysets/daewoo.h \
237     protocols/daewooprotocol.h \
238     keysets/grundig.h \
239     keysets/topfield.h \
240     keysets/logitech.h \
241     protocols/necxprotocol.h \
242     sideshotleftform.h \
243     keysets/wd.h \
244     keysets/saba.h \
245     keysets/sky.h \
246     protocols/rc6skyprotocol.h \
247     protocols/thomsonprotocol.h \
248     keysets/digitalstream.h \
249     pirapplication.h \
250     keysets/emerson.h \
251     keysets/dish.h \
252     keysets/fortec.h \
253     keysets/homecast.h \
254     protocols/dishprotocol.h \
255     keysets/beko.h \
256     keysets/cambridge.h \
257     keysets/haier.h \
258     keysets/kenwood.h \
259     keysets/directv.h \
260     protocols/directvprotocol.h \
261     keysets/huawei.h \
262     keysets/onida.h \
263     keysets/vestel.h \
264     keysets/virgin.h \
265     keysets/vizio.h \
266     keysets/hp.h \
267     keysets/motorola.h \
268     protocols/giprotocol.h \
269     keysets/bush.h \
270     keysets/canon.h \
271     keysets/epson.h \
272     keysets/humax.h \
273     keysets/technics.h \
274     keysets/united.h \
275     keysets/foxtel.h \
276     keysets/nad.h \
277     keysets/universum.h \
278     keysets/hyundai.h \
279     pirselectdeviceform.h \
280     keysets/harmankardon.h \
281     forms/piradjustform.h \
282     forms/pirairconditionerform.h \
283     forms/pirinputform.h \
284     forms/pirmedia2form.h \
285     forms/pirtvform.h \
286     forms/pirmainform.h \
287     forms/pirutilityform.h \
288     forms/pirkeypadform.h \
289     forms/pirmenuform.h \
290     forms/pirmediaform.h \
291     forms/pirfavoritesform.h \
292     pirpanelnames.h \
293     pirpanelmanager.h \
294     pirpanelselectionform.h \
295     protocols/nokia32protocol.h \
296     protocols/kathreinprotocol.h \
297     keysets/aoc.h \
298     keysets/arcam.h \
299     keysets/dell.h \
300     keysets/dse.h \
301     keysets/dynex.h \
302     keysets/kathrein.h \
303     keysets/starsat.h \
304     keysets/viewsat.h \
305     keysets/kaon.h \
306     pirdeviceinfo.h \
307     forms/pirrecordform.h \
308     keysets/qnap.h \
309     keysets/compro.h \
310     protocols/xmpprotocol.h \
311     keysets/dreambox.h \
312     keysets/magnum.h \
313     keysets/telenet.h \
314     keysets/thomson.h \
315     keysets/genius.h
316 FORMS += mainwindow.ui \
317     pirdocumentationform.ui \
318     piraboutform.ui \
319     pirselectkeysetform.ui \
320     sideshotleftform.ui \
321     pirselectdeviceform.ui \
322     forms/piradjustform.ui \
323     forms/pirairconditionerform.ui \
324     forms/pirinputform.ui \
325     forms/pirmedia2form.ui \
326     forms/pirtvform.ui \
327     forms/pirmainform.ui \
328     forms/pirutilityform.ui \
329     forms/pirkeypadform.ui \
330     forms/pirmenuform.ui \
331     forms/pirmediaform.ui \
332     forms/pirfavoritesform.ui \
333     pirpanelselectionform.ui \
334     forms/pirrecordform.ui
335
336 # Please do not modify the following two lines. Required for deployment.
337 include(deployment.pri)
338 qtcAddDeployment()
339
340 OTHER_FILES += \
341     qtc_packaging/debian_fremantle/rules \
342     qtc_packaging/debian_fremantle/README \
343     qtc_packaging/debian_fremantle/copyright \
344     qtc_packaging/debian_fremantle/control \
345     qtc_packaging/debian_fremantle/compat \
346     qtc_packaging/debian_fremantle/changelog \
347     icons/black/sound_high_icon&48.png \
348     icons/arrow_bottom_icon&48.png \
349     icons/arrow_left_icon&48.png \
350     icons/arrow_right_icon&48.png \
351     icons/arrow_top_icon&48.png \
352     icons/blue_square.png \
353     icons/br_up_icon&48.png \
354     icons/clock_icon&48.png \
355     icons/dash.png \
356     icons/eject_icon&48.png \
357     icons/fastforward_next_icon&48.png \
358     icons/green_square.png \
359     icons/on-off_icon&48.png \
360     icons/PierogiIcon.png \
361     icons/playback_ff_icon&48.png \
362     icons/playback_next_icon&48.png \
363     icons/playback_pause_icon&48.png \
364     icons/playback_play_icon&48.png \
365     icons/playback_prev_icon&48.png \
366     icons/playback_rew_icon&48.png \
367     icons/playback_stop_icon&48.png \
368     icons/red_record_icon.png \
369     icons/red_square.png \
370     icons/redo_icon&48.png \
371     icons/rewind_previous_icon&48.png \
372     icons/sound_high_icon&48.png \
373     icons/sound_low_icon&48.png \
374     icons/sound_mute_icon&48.png \
375     icons/undo_icon&48.png \
376     icons/yellow_square.png \
377     doc/about.html \
378     doc/documentation.html \
379     qtc_packaging/debian_fremantle/rules \
380     qtc_packaging/debian_fremantle/README \
381     qtc_packaging/debian_fremantle/copyright \
382     qtc_packaging/debian_fremantle/control \
383     qtc_packaging/debian_fremantle/compat \
384     qtc_packaging/debian_fremantle/changelog \
385     qtc_packaging/debian_fremantle/postinst \
386     www/index.html \
387     www/KeypadTab.png \
388     www/MainTab.png \
389     www/MediaTab.png \
390     www/MenuTab.png \
391     www/PierogiIcon.png \
392     www/SelectKeysetWindow.png \
393     www/UtilityTab.png \
394     www/FavoriteTab.png \
395     www/Media2Tab.png \
396     www/TVTab.png \
397     www/PierogiIcon.png \
398     www/AdjustTab.png \
399     www/InputTab.png \
400     qtc_packaging/debian_fremantle/postrm \
401     icons/red_pause.png
402
403 RESOURCES += \
404     PierogiResources.qrc
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441