Still fixing install, more keyset work
[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 sudoers_stuff.source = pierogi.sudoers
7 sudoers_stuff.target = ../../etc/sudoers.d
8 loadModule.source = loadRX51Module unloadRX51Module
9 loadModule.target = bin
10 DEPLOYMENTFOLDERS = sudoers_stuff loadModule
11
12 #symbian:TARGET.UID3 = 0xE0C0A793
13
14 # Smart Installer package's UID
15 # This UID is from the protected range 
16 # and therefore the package will fail to install if self-signed
17 # By default qmake uses the unprotected range value if unprotected UID is defined for the application
18 # and 0x2002CCCF value if protected UID is given to the application
19 #symbian:DEPLOYMENT.installer_header = 0x2002CCCF
20
21 # Allow network access on Symbian
22 #symbian:TARGET.CAPABILITY += NetworkServices
23
24 # If your application uses the Qt Mobility libraries, uncomment
25 # the following lines and add the respective components to the 
26 # MOBILITY variable. 
27 # CONFIG += mobility
28 # MOBILITY +=
29
30 SOURCES += main.cpp mainwindow.cpp \
31     necprotocol.cpp \
32     rc5protocol.cpp \
33     pirmakenames.cpp \
34     pirdocumentationform.cpp \
35     piraboutform.cpp \
36     pirexception.cpp \
37     pirkeysetwidgetitem.cpp \
38     pirprotocol.cpp \
39     keysets/apple.cpp \
40     keysets/ei.cpp \
41     keysets/goldstar.cpp \
42     keysets/hauppauge.cpp \
43     keysets/lg.cpp \
44     keysets/nokia.cpp \
45     keysets/panasonic.cpp \
46     keysets/samsung.cpp \
47     keysets/sanyo.cpp \
48     keysets/sharp.cpp \
49     keysets/sony.cpp \
50     keysets/toshiba.cpp \
51     keysets/zenith.cpp \
52     pirkeysetmetadata.cpp \
53     pirkeysetmanager.cpp \
54     keysets/rca.cpp \
55     keysets/westinghouse.cpp \
56     keysets/mitsubishi.cpp \
57     pirmodprobe.cpp \
58     keysets/jvc.cpp \
59     pirselectkeysetform.cpp \
60     pirrx51hardware.cpp \
61     pirdevicetypenames.cpp \
62     keysets/raite.cpp \
63     keysets/sagem.cpp \
64     keysets/yamaha.cpp \
65     keysets/hitachi.cpp \
66     keysets/denon.cpp \
67     keysets/pinnacle.cpp
68 HEADERS += mainwindow.h \
69     pirkeynames.h \
70     necprotocol.h \
71     rc5protocol.h \
72     pirmakenames.h \
73     pirdocumentationform.h \
74     piraboutform.h \
75     pirexception.h \
76     pirkeysetwidgetitem.h \
77     pirprotocol.h \
78     keysets/apple.h \
79     keysets/ei.h \
80     keysets/goldstar.h \
81     keysets/hauppauge.h \
82     keysets/lg.h \
83     keysets/nokia.h \
84     keysets/panasonic.h \
85     keysets/samsung.h \
86     keysets/sanyo.h \
87     keysets/sharp.h \
88     keysets/sony.h \
89     keysets/toshiba.h \
90     keysets/zenith.h \
91     pirkeysetmetadata.h \
92     pirkeysetmanager.h \
93     keysets/rca.h \
94     keysets/westinghouse.h \
95     keysets/mitsubishi.h \
96     pirmodprobe.h \
97     keysets/jvc.h \
98     pirselectkeysetform.h \
99     pirrx51hardware.h \
100     pirdevicetypenames.h \
101     keysets/raite.h \
102     keysets/sagem.h \
103     keysets/yamaha.h \
104     keysets/hitachi.h \
105     keysets/denon.h \
106     keysets/pinnacle.h
107 FORMS += mainwindow.ui \
108     pirdocumentationform.ui \
109     piraboutform.ui \
110     pirselectkeysetform.ui
111
112 # Please do not modify the following two lines. Required for deployment.
113 include(deployment.pri)
114 qtcAddDeployment()
115
116 OTHER_FILES += \
117     qtc_packaging/debian_fremantle/rules \
118     qtc_packaging/debian_fremantle/README \
119     qtc_packaging/debian_fremantle/copyright \
120     qtc_packaging/debian_fremantle/control \
121     qtc_packaging/debian_fremantle/compat \
122     qtc_packaging/debian_fremantle/changelog \
123     icons/black/sound_high_icon&48.png \
124     icons/arrow_bottom_icon&48.png \
125     icons/arrow_left_icon&48.png \
126     icons/arrow_right_icon&48.png \
127     icons/arrow_top_icon&48.png \
128     icons/blue_square.png \
129     icons/br_up_icon&48.png \
130     icons/clock_icon&48.png \
131     icons/dash.png \
132     icons/eject_icon&48.png \
133     icons/fastforward_next_icon&48.png \
134     icons/green_square.png \
135     icons/on-off_icon&48.png \
136     icons/PierogiIcon.png \
137     icons/playback_ff_icon&48.png \
138     icons/playback_next_icon&48.png \
139     icons/playback_pause_icon&48.png \
140     icons/playback_play_icon&48.png \
141     icons/playback_prev_icon&48.png \
142     icons/playback_rew_icon&48.png \
143     icons/playback_stop_icon&48.png \
144     icons/red_record_icon.png \
145     icons/red_square.png \
146     icons/redo_icon&48.png \
147     icons/rewind_previous_icon&48.png \
148     icons/sound_high_icon&48.png \
149     icons/sound_low_icon&48.png \
150     icons/sound_mute_icon&48.png \
151     icons/undo_icon&48.png \
152     icons/yellow_square.png \
153     doc/about.html \
154     doc/documentation.html \
155     qtc_packaging/debian_fremantle/rules \
156     qtc_packaging/debian_fremantle/README \
157     qtc_packaging/debian_fremantle/copyright \
158     qtc_packaging/debian_fremantle/control \
159     qtc_packaging/debian_fremantle/compat \
160     qtc_packaging/debian_fremantle/changelog \
161     pierogi.sudoers \
162     qtc_packaging/debian_fremantle/postinst \
163     www/index.html \
164     www/FavoritesTab.png \
165     www/KeypadTab.png \
166     www/MainTab.png \
167     www/MediaTab.png \
168     www/MenuTab.png \
169     www/MiscTab.png \
170     www/PierogiIcon.png \
171     www/SelectKeysetWindow.png \
172     www/UtilityTab.png \
173     qtc_packaging/debian_fremantle/postrm.needsfixing
174
175 RESOURCES += \
176     PierogiResources.qrc
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213