Rockbox Utility: add support for mkimxboot bootloader.
[maemo-rb.git] / rbutil / rbutilqt / rbutilqt.pri
blobc8d3f58546190060e9d2746b00b4032214925c24
2 #             __________               __   ___.
3 #   Open      \______   \ ____   ____ |  | _\_ |__   _______  ___
4 #   Source     |       _//  _ \_/ ___\|  |/ /| __ \ /  _ \  \/  /
5 #   Jukebox    |    |   (  <_> )  \___|    < | \_\ (  <_> > <  <
6 #   Firmware   |____|_  /\____/ \___  >__|_ \|___  /\____/__/\_ \
7 #                     \/            \/     \/    \/            \/
8 # $Id$
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.
13 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
14 # KIND, either express or implied.
18 # common files
19 SOURCES += \
20  rbutilqt.cpp \
21  main.cpp \
22  installwindow.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/encoders.cpp \
37  encttscfggui.cpp \
38  base/encttssettings.cpp \
39  base/ttsbase.cpp \
40  base/ttsexes.cpp \
41  base/ttssapi.cpp \
42  base/ttsfestival.cpp \
43  ../../tools/wavtrim.c \
44  ../../tools/voicefont.c \
45  base/voicefile.cpp \
46  createvoicewindow.cpp \
47  base/rbsettings.cpp \
48  base/serverinfo.cpp \
49  base/systeminfo.cpp \
50  base/system.cpp \
51  sysinfo.cpp \
52  systrace.cpp \
53  base/bootloaderinstallbase.cpp \
54  base/bootloaderinstallmi4.cpp \
55  base/bootloaderinstallhex.cpp \
56  base/bootloaderinstallipod.cpp \
57  base/bootloaderinstallsansa.cpp \
58  base/bootloaderinstallfile.cpp \
59  base/bootloaderinstallchinachip.cpp \
60  base/bootloaderinstallams.cpp \
61  base/bootloaderinstalltcc.cpp \
62  base/bootloaderinstallmpio.cpp \
63  base/bootloaderinstallimx.cpp \
64  base/rockboxinfo.cpp \
65  ../../tools/mkboot.c \
66  ../../tools/iriver.c \
67  quazip/quazip.cpp \
68  quazip/quazipfile.cpp \
69  quazip/quazipnewinfo.cpp \
70  quazip/unzip.c \
71  quazip/zip.c \
72  quazip/ioapi.c \
73  base/ziputil.cpp \
74  comboboxviewdelegate.cpp \
77 HEADERS += \
78  rbutilqt.h \
79  installwindow.h \
80  base/httpget.h \
81  configure.h \
82  version.h \
83  base/zipinstaller.h \
84  installtalkwindow.h \
85  base/talkfile.h \
86  base/talkgenerator.h \
87  base/autodetection.h \
88  base/progressloggerinterface.h \
89  progressloggergui.h \
90  irivertools/h100sums.h \
91  irivertools/h120sums.h \
92  irivertools/h300sums.h \
93  themesinstallwindow.h \
94  base/uninstall.h \
95  uninstallwindow.h \
96  base/utils.h \
97  preview.h \
98  base/encoders.h \
99  encttscfggui.h \
100  base/encttssettings.h \
101  base/ttsbase.h \
102  base/ttsexes.h \
103  base/ttsfestival.h \
104  base/ttssapi.h \
105  ../../tools/wavtrim.h \
106  ../../tools/voicefont.h \
107  base/voicefile.h \
108  createvoicewindow.h \
109  base/rbsettings.h \
110  base/serverinfo.h \
111  base/systeminfo.h \
112  sysinfo.h \
113  base/system.h \
114  systrace.h \
115  base/bootloaderinstallbase.h \
116  base/bootloaderinstallmi4.h \
117  base/bootloaderinstallhex.h \
118  base/bootloaderinstallipod.h \
119  base/bootloaderinstallsansa.h \
120  base/bootloaderinstallfile.h \
121  base/bootloaderinstallchinachip.h \
122  base/bootloaderinstallams.h \
123  base/bootloaderinstalltcc.h \
124  base/bootloaderinstallmpio.h \
125  base/bootloaderinstallimx.h \
126  base/rockboxinfo.h \
127  ../../tools/mkboot.h \
128  ../../tools/iriver.h \
129  quazip/crypt.h \
130  quazip/ioapi.h \
131  quazip/quazipfile.h \
132  quazip/quazipfileinfo.h \
133  quazip/quazip.h \
134  quazip/quazipnewinfo.h \
135  quazip/unzip.h \
136  quazip/zip.h \
137  base/ziputil.h \
138  comboboxviewdelegate.h \
141 FORMS += \
142  rbutilqtfrm.ui \
143  aboutbox.ui \
144  installwindowfrm.ui \
145  progressloggerfrm.ui \
146  configurefrm.ui \
147  installtalkfrm.ui \
148  themesinstallfrm.ui \
149  uninstallfrm.ui \
150  previewfrm.ui \
151  createvoicefrm.ui \
152  sysinfofrm.ui \
153  systracefrm.ui
156 TRANSLATIONS += \
157  lang/rbutil_cs.ts \
158  lang/rbutil_de.ts \
159  lang/rbutil_fi.ts \
160  lang/rbutil_fr.ts \
161  lang/rbutil_gr.ts \
162  lang/rbutil_he.ts \
163  lang/rbutil_it.ts \
164  lang/rbutil_ja.ts \
165  lang/rbutil_nl.ts \
166  lang/rbutil_pl.ts \
167  lang/rbutil_pt.ts \
168  lang/rbutil_pt_BR.ts \
169  lang/rbutil_ru.ts \
170  lang/rbutil_tr.ts \
171  lang/rbutil_zh_CN.ts \
172  lang/rbutil_zh_TW.ts \
174 RESOURCES += $$_PRO_FILE_PWD_/rbutilqt.qrc
175 !dbg {
176     RESOURCES += $$_PRO_FILE_PWD_/rbutilqt-lang.qrc
178 # windows specific files
179 win32 {
180     RC_FILE = rbutilqt.rc
181     RESOURCES += $$_PRO_FILE_PWD_/rbutilqt-win.qrc
184 # mac specific files
185 macx {
186     SOURCES += base/ttscarbon.cpp
187     HEADERS += base/ttscarbon.h
188     QMAKE_INFO_PLIST = Info.plist
189     RC_FILE = icons/rbutilqt.icns