summaryrefslogtreecommitdiff
path: root/utils/rbutilqt/rbutilqt.pri
diff options
context:
space:
mode:
Diffstat (limited to 'utils/rbutilqt/rbutilqt.pri')
-rw-r--r--utils/rbutilqt/rbutilqt.pri229
1 files changed, 229 insertions, 0 deletions
diff --git a/utils/rbutilqt/rbutilqt.pri b/utils/rbutilqt/rbutilqt.pri
new file mode 100644
index 0000000000..15d415289f
--- /dev/null
+++ b/utils/rbutilqt/rbutilqt.pri
@@ -0,0 +1,229 @@
1#
2# __________ __ ___.
3# Open \______ \ ____ ____ | | _\_ |__ _______ ___
4# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7# \/ \/ \/ \/ \/
8# $Id$
9#
10# All files in this archive are subject to the GNU General Public License.
11# See the file COPYING in the source tree root for full license agreement.
12#
13# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
14# KIND, either express or implied.
15#
16
17
18# common files
19SOURCES += \
20 gui/infowidget.cpp \
21 rbutilqt.cpp \
22 main.cpp \
23 base/httpget.cpp \
24 configure.cpp \
25 base/zipinstaller.cpp \
26 progressloggergui.cpp \
27 installtalkwindow.cpp \
28 base/talkfile.cpp \
29 base/talkgenerator.cpp \
30 base/autodetection.cpp \
31 themesinstallwindow.cpp \
32 base/uninstall.cpp \
33 uninstallwindow.cpp \
34 base/utils.cpp \
35 preview.cpp \
36 base/encoderbase.cpp \
37 base/encoderrbspeex.cpp \
38 base/encoderlame.cpp \
39 base/encoderexe.cpp \
40 encttscfggui.cpp \
41 base/encttssettings.cpp \
42 base/ttsbase.cpp \
43 base/ttsexes.cpp \
44 base/ttssapi.cpp \
45 base/ttsfestival.cpp \
46 ../../tools/wavtrim.c \
47 ../../tools/voicefont.c \
48 base/voicefile.cpp \
49 createvoicewindow.cpp \
50 base/rbsettings.cpp \
51 base/system.cpp \
52 sysinfo.cpp \
53 systrace.cpp \
54 base/bootloaderinstallbase.cpp \
55 base/bootloaderinstallbspatch.cpp \
56 base/bootloaderinstallhelper.cpp \
57 base/bootloaderinstallmi4.cpp \
58 base/bootloaderinstallhex.cpp \
59 base/bootloaderinstallipod.cpp \
60 base/bootloaderinstallsansa.cpp \
61 base/bootloaderinstallfile.cpp \
62 base/bootloaderinstallchinachip.cpp \
63 base/bootloaderinstallams.cpp \
64 base/bootloaderinstalltcc.cpp \
65 base/bootloaderinstallmpio.cpp \
66 base/bootloaderinstallimx.cpp \
67 base/bootloaderinstalls5l.cpp \
68 base/rockboxinfo.cpp \
69 ../../tools/mkboot.c \
70 ../../tools/iriver.c \
71 base/ziputil.cpp \
72 gui/comboboxviewdelegate.cpp \
73 gui/selectiveinstallwidget.cpp \
74 gui/backupdialog.cpp \
75 gui/changelog.cpp \
76 mspack/cabd.c \
77 mspack/lzxd.c \
78 mspack/mszipd.c \
79 mspack/qtmd.c \
80 mspack/system-mspack.c \
81 base/mspackutil.cpp \
82 base/archiveutil.cpp \
83 base/playerbuildinfo.cpp
84
85
86HEADERS += \
87 gui/infowidget.h \
88 rbutilqt.h \
89 base/httpget.h \
90 configure.h \
91 version.h \
92 base/zipinstaller.h \
93 installtalkwindow.h \
94 base/talkfile.h \
95 base/talkgenerator.h \
96 base/autodetection.h \
97 base/progressloggerinterface.h \
98 progressloggergui.h \
99 irivertools/h100sums.h \
100 irivertools/h120sums.h \
101 irivertools/h300sums.h \
102 themesinstallwindow.h \
103 base/uninstall.h \
104 uninstallwindow.h \
105 base/utils.h \
106 preview.h \
107 base/encoderbase.h \
108 base/encoderrbspeex.h \
109 base/encoderlame.h \
110 base/encoderexe.h \
111 encttscfggui.h \
112 base/encttssettings.h \
113 base/ttsbase.h \
114 base/ttsexes.h \
115 base/ttsespeak.h \
116 base/ttsespeakng.h \
117 base/ttsflite.h \
118 base/ttsfestival.h \
119 base/ttsmimic.h \
120 base/ttsswift.h \
121 base/ttssapi.h \
122 base/ttssapi4.h \
123 base/ttsmssp.h \
124 ../../tools/wavtrim.h \
125 ../../tools/voicefont.h \
126 base/voicefile.h \
127 createvoicewindow.h \
128 base/rbsettings.h \
129 sysinfo.h \
130 base/system.h \
131 systrace.h \
132 base/bootloaderinstallbase.h \
133 base/bootloaderinstallbspatch.h \
134 base/bootloaderinstallhelper.h \
135 base/bootloaderinstallmi4.h \
136 base/bootloaderinstallhex.h \
137 base/bootloaderinstallipod.h \
138 base/bootloaderinstallsansa.h \
139 base/bootloaderinstallfile.h \
140 base/bootloaderinstallchinachip.h \
141 base/bootloaderinstallams.h \
142 base/bootloaderinstalltcc.h \
143 base/bootloaderinstallmpio.h \
144 base/bootloaderinstallimx.h \
145 base/bootloaderinstalls5l.h \
146 base/rockboxinfo.h \
147 ../../tools/mkboot.h \
148 ../../tools/iriver.h \
149 base/ziputil.h \
150 lame/lame.h \
151 gui/comboboxviewdelegate.h \
152 gui/selectiveinstallwidget.h \
153 gui/backupdialog.h \
154 gui/changelog.h \
155 mspack/cab.h \
156 mspack/chm.h \
157 mspack/des.h \
158 mspack/hlp.h \
159 mspack/kwaj.h \
160 mspack/lit.h \
161 mspack/lzss.h \
162 mspack/lzx.h \
163 mspack/mspack.h \
164 mspack/mszip.h \
165 mspack/qtm.h \
166 mspack/readbits.h \
167 mspack/readhuff.h \
168 mspack/sha.h \
169 mspack/system-mspack.h \
170 mspack/szdd.h \
171 base/mspackutil.h \
172 base/archiveutil.h \
173 base/playerbuildinfo.h
174
175
176FORMS += \
177 gui/infowidgetfrm.ui \
178 rbutilqtfrm.ui \
179 aboutbox.ui \
180 progressloggerfrm.ui \
181 configurefrm.ui \
182 installtalkfrm.ui \
183 themesinstallfrm.ui \
184 uninstallfrm.ui \
185 previewfrm.ui \
186 createvoicefrm.ui \
187 sysinfofrm.ui \
188 systracefrm.ui \
189 gui/selectiveinstallwidgetfrm.ui \
190 gui/backupdialogfrm.ui \
191 gui/changelogfrm.ui
192
193
194TRANSLATIONS += \
195 lang/rbutil_cs.ts \
196 lang/rbutil_de.ts \
197 lang/rbutil_fi.ts \
198 lang/rbutil_fr.ts \
199 lang/rbutil_gr.ts \
200 lang/rbutil_he.ts \
201 lang/rbutil_it.ts \
202 lang/rbutil_ja.ts \
203 lang/rbutil_nl.ts \
204 lang/rbutil_pl.ts \
205 lang/rbutil_pt.ts \
206 lang/rbutil_pt_BR.ts \
207 lang/rbutil_ru.ts \
208 lang/rbutil_tr.ts \
209 lang/rbutil_zh_CN.ts \
210 lang/rbutil_zh_TW.ts \
211
212RESOURCES += $$_PRO_FILE_PWD_/rbutilqt.qrc
213!dbg {
214 RESOURCES += $$_PRO_FILE_PWD_/rbutilqt-lang.qrc
215}
216# windows specific files
217win32 {
218 RC_FILE = rbutilqt.rc
219 RESOURCES += $$_PRO_FILE_PWD_/rbutilqt-win.qrc
220}
221
222# mac specific files
223macx {
224 SOURCES += base/ttscarbon.cpp
225 HEADERS += base/ttscarbon.h
226 QMAKE_INFO_PLIST = Info.plist
227 RC_FILE = icons/rbutilqt.icns
228}
229