Bump version numbers for 3.13
[maemo-rb.git] / rbutil / rbutilqt / rbutilqt.pri
blob13f7ebc0426eaa0018fa0d3d3960938bf954059a
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  gui/manualwidget.cpp \
21  gui/infowidget.cpp \
22  rbutilqt.cpp \
23  main.cpp \
24  base/httpget.cpp \
25  configure.cpp \
26  base/zipinstaller.cpp \
27  progressloggergui.cpp \
28  installtalkwindow.cpp \
29  base/talkfile.cpp \
30  base/talkgenerator.cpp \
31  base/autodetection.cpp \
32  themesinstallwindow.cpp \
33  base/uninstall.cpp \
34  uninstallwindow.cpp \
35  base/utils.cpp \
36  preview.cpp \
37  base/encoderbase.cpp \
38  base/encoderrbspeex.cpp \
39  base/encoderlame.cpp \
40  base/encoderexe.cpp \
41  encttscfggui.cpp \
42  base/encttssettings.cpp \
43  base/ttsbase.cpp \
44  base/ttsexes.cpp \
45  base/ttssapi.cpp \
46  base/ttsfestival.cpp \
47  ../../tools/wavtrim.c \
48  ../../tools/voicefont.c \
49  base/voicefile.cpp \
50  createvoicewindow.cpp \
51  base/rbsettings.cpp \
52  base/serverinfo.cpp \
53  base/systeminfo.cpp \
54  base/system.cpp \
55  sysinfo.cpp \
56  systrace.cpp \
57  base/bootloaderinstallbase.cpp \
58  base/bootloaderinstallhelper.cpp \
59  base/bootloaderinstallmi4.cpp \
60  base/bootloaderinstallhex.cpp \
61  base/bootloaderinstallipod.cpp \
62  base/bootloaderinstallsansa.cpp \
63  base/bootloaderinstallfile.cpp \
64  base/bootloaderinstallchinachip.cpp \
65  base/bootloaderinstallams.cpp \
66  base/bootloaderinstalltcc.cpp \
67  base/bootloaderinstallmpio.cpp \
68  base/bootloaderinstallimx.cpp \
69  base/rockboxinfo.cpp \
70  ../../tools/mkboot.c \
71  ../../tools/iriver.c \
72  quazip/quazip.cpp \
73  quazip/quazipfile.cpp \
74  quazip/quazipnewinfo.cpp \
75  quazip/unzip.c \
76  quazip/zip.c \
77  quazip/ioapi.c \
78  base/ziputil.cpp \
79  gui/comboboxviewdelegate.cpp \
80  gui/selectiveinstallwidget.cpp \
81  gui/backupdialog.cpp \
84 HEADERS += \
85  gui/manualwidget.h \
86  gui/infowidget.h \
87  rbutilqt.h \
88  base/httpget.h \
89  configure.h \
90  version.h \
91  base/zipinstaller.h \
92  installtalkwindow.h \
93  base/talkfile.h \
94  base/talkgenerator.h \
95  base/autodetection.h \
96  base/progressloggerinterface.h \
97  progressloggergui.h \
98  irivertools/h100sums.h \
99  irivertools/h120sums.h \
100  irivertools/h300sums.h \
101  themesinstallwindow.h \
102  base/uninstall.h \
103  uninstallwindow.h \
104  base/utils.h \
105  preview.h \
106  base/encoderbase.h \
107  base/encoderrbspeex.h \
108  base/encoderlame.h \
109  base/encoderexe.h \
110  encttscfggui.h \
111  base/encttssettings.h \
112  base/ttsbase.h \
113  base/ttsexes.h \
114  base/ttsespeak.h \
115  base/ttsflite.h \
116  base/ttsfestival.h \
117  base/ttsswift.h \
118  base/ttssapi.h \
119  base/ttssapi4.h \
120  base/ttsmssp.h \
121  ../../tools/wavtrim.h \
122  ../../tools/voicefont.h \
123  base/voicefile.h \
124  createvoicewindow.h \
125  base/rbsettings.h \
126  base/serverinfo.h \
127  base/systeminfo.h \
128  sysinfo.h \
129  base/system.h \
130  systrace.h \
131  base/bootloaderinstallbase.h \
132  base/bootloaderinstallhelper.h \
133  base/bootloaderinstallmi4.h \
134  base/bootloaderinstallhex.h \
135  base/bootloaderinstallipod.h \
136  base/bootloaderinstallsansa.h \
137  base/bootloaderinstallfile.h \
138  base/bootloaderinstallchinachip.h \
139  base/bootloaderinstallams.h \
140  base/bootloaderinstalltcc.h \
141  base/bootloaderinstallmpio.h \
142  base/bootloaderinstallimx.h \
143  base/rockboxinfo.h \
144  ../../tools/mkboot.h \
145  ../../tools/iriver.h \
146  quazip/crypt.h \
147  quazip/ioapi.h \
148  quazip/quazipfile.h \
149  quazip/quazipfileinfo.h \
150  quazip/quazip.h \
151  quazip/quazipnewinfo.h \
152  quazip/unzip.h \
153  quazip/zip.h \
154  base/ziputil.h \
155  lame/lame.h \
156  gui/comboboxviewdelegate.h \
157  gui/selectiveinstallwidget.h \
158  gui/backupdialog.h \
161 FORMS += \
162  gui/manualwidgetfrm.ui \
163  gui/infowidgetfrm.ui \
164  rbutilqtfrm.ui \
165  aboutbox.ui \
166  progressloggerfrm.ui \
167  configurefrm.ui \
168  installtalkfrm.ui \
169  themesinstallfrm.ui \
170  uninstallfrm.ui \
171  previewfrm.ui \
172  createvoicefrm.ui \
173  sysinfofrm.ui \
174  systracefrm.ui \
175  gui/selectiveinstallwidgetfrm.ui \
176  gui/backupdialogfrm.ui \
179 TRANSLATIONS += \
180  lang/rbutil_cs.ts \
181  lang/rbutil_de.ts \
182  lang/rbutil_fi.ts \
183  lang/rbutil_fr.ts \
184  lang/rbutil_gr.ts \
185  lang/rbutil_he.ts \
186  lang/rbutil_it.ts \
187  lang/rbutil_ja.ts \
188  lang/rbutil_nl.ts \
189  lang/rbutil_pl.ts \
190  lang/rbutil_pt.ts \
191  lang/rbutil_pt_BR.ts \
192  lang/rbutil_ru.ts \
193  lang/rbutil_tr.ts \
194  lang/rbutil_zh_CN.ts \
195  lang/rbutil_zh_TW.ts \
197 RESOURCES += $$_PRO_FILE_PWD_/rbutilqt.qrc
198 !dbg {
199     RESOURCES += $$_PRO_FILE_PWD_/rbutilqt-lang.qrc
201 # windows specific files
202 win32 {
203     RC_FILE = rbutilqt.rc
204     RESOURCES += $$_PRO_FILE_PWD_/rbutilqt-win.qrc
207 # mac specific files
208 macx {
209     SOURCES += base/ttscarbon.cpp
210     HEADERS += base/ttscarbon.h
211     QMAKE_INFO_PLIST = Info.plist
212     RC_FILE = icons/rbutilqt.icns