Improved Keyset Selection Window
[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 = 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 HEADERS += mainwindow.h \
63     pirkeynames.h \
64     necprotocol.h \
65     rc5protocol.h \
66     pirmakenames.h \
67     pirdocumentationform.h \
68     piraboutform.h \
69     pirexception.h \
70     pirkeysetwidgetitem.h \
71     pirprotocol.h \
72     keysets/apple.h \
73     keysets/ei.h \
74     keysets/goldstar.h \
75     keysets/hauppauge.h \
76     keysets/lg.h \
77     keysets/nokia.h \
78     keysets/panasonic.h \
79     keysets/samsung.h \
80     keysets/sanyo.h \
81     keysets/sharp.h \
82     keysets/sony.h \
83     keysets/toshiba.h \
84     keysets/zenith.h \
85     pirkeysetmetadata.h \
86     pirkeysetmanager.h \
87     keysets/rca.h \
88     keysets/westinghouse.h \
89     keysets/mitsubishi.h \
90     pirmodprobe.h \
91     keysets/jvc.h \
92     pirselectkeysetform.h \
93     pirrx51hardware.h \
94     pirdevicetypenames.h
95 FORMS += mainwindow.ui \
96     pirdocumentationform.ui \
97     piraboutform.ui \
98     pirselectkeysetform.ui
99
100 # Please do not modify the following two lines. Required for deployment.
101 include(deployment.pri)
102 qtcAddDeployment()
103
104 OTHER_FILES += \
105     qtc_packaging/debian_fremantle/rules \
106     qtc_packaging/debian_fremantle/README \
107     qtc_packaging/debian_fremantle/copyright \
108     qtc_packaging/debian_fremantle/control \
109     qtc_packaging/debian_fremantle/compat \
110     qtc_packaging/debian_fremantle/changelog \
111     icons/black/sound_high_icon&48.png \
112     icons/arrow_bottom_icon&48.png \
113     icons/arrow_left_icon&48.png \
114     icons/arrow_right_icon&48.png \
115     icons/arrow_top_icon&48.png \
116     icons/blue_square.png \
117     icons/br_up_icon&48.png \
118     icons/clock_icon&48.png \
119     icons/dash.png \
120     icons/eject_icon&48.png \
121     icons/fastforward_next_icon&48.png \
122     icons/green_square.png \
123     icons/on-off_icon&48.png \
124     icons/PierogiIcon.png \
125     icons/playback_ff_icon&48.png \
126     icons/playback_next_icon&48.png \
127     icons/playback_pause_icon&48.png \
128     icons/playback_play_icon&48.png \
129     icons/playback_prev_icon&48.png \
130     icons/playback_rew_icon&48.png \
131     icons/playback_stop_icon&48.png \
132     icons/red_record_icon.png \
133     icons/red_square.png \
134     icons/redo_icon&48.png \
135     icons/rewind_previous_icon&48.png \
136     icons/sound_high_icon&48.png \
137     icons/sound_low_icon&48.png \
138     icons/sound_mute_icon&48.png \
139     icons/undo_icon&48.png \
140     icons/yellow_square.png \
141     doc/about.html \
142     doc/documentation.html \
143     qtc_packaging/debian_fremantle/rules \
144     qtc_packaging/debian_fremantle/README \
145     qtc_packaging/debian_fremantle/copyright \
146     qtc_packaging/debian_fremantle/control \
147     qtc_packaging/debian_fremantle/compat \
148     qtc_packaging/debian_fremantle/changelog \
149     pierogi.sudoers \
150     qtc_packaging/debian_fremantle/postinst \
151     www/index.html \
152     www/FavoritesTab.png \
153     www/KeypadTab.png \
154     www/MainTab.png \
155     www/MediaTab.png \
156     www/MenuTab.png \
157     www/MiscTab.png \
158     www/PierogiIcon.png \
159     www/SelectKeysetWindow.png \
160     www/UtilityTab.png
161
162 RESOURCES += \
163     PierogiResources.qrc
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200