summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/rbutilqt.pri
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2010-03-21 18:15:17 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2010-03-21 18:15:17 +0000
commitbc8b9da4d0bbc31cce46036db44ae2150e8b1277 (patch)
tree9a5e578976594b5af919c4754ad04a8bad9866ee /rbutil/rbutilqt/rbutilqt.pri
parent2064efbfcd4d3d3a7f0c13c6aa5b1a2cc21f87c1 (diff)
downloadrockbox-bc8b9da4d0bbc31cce46036db44ae2150e8b1277.tar.gz
rockbox-bc8b9da4d0bbc31cce46036db44ae2150e8b1277.zip
Split source files out of project file.
Move the source files out of the project file into a project include, and resort it a bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25278 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/rbutilqt/rbutilqt.pri')
-rw-r--r--rbutil/rbutilqt/rbutilqt.pri198
1 files changed, 198 insertions, 0 deletions
diff --git a/rbutil/rbutilqt/rbutilqt.pri b/rbutil/rbutilqt/rbutilqt.pri
new file mode 100644
index 0000000000..c3a16a9b57
--- /dev/null
+++ b/rbutil/rbutilqt/rbutilqt.pri
@@ -0,0 +1,198 @@
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 rbutilqt.cpp \
21 main.cpp \
22 installwindow.cpp \
23 base/httpget.cpp \
24 configure.cpp \
25 zip/zip.cpp \
26 zip/unzip.cpp \
27 base/zipinstaller.cpp \
28 progressloggergui.cpp \
29 installtalkwindow.cpp \
30 base/talkfile.cpp \
31 base/talkgenerator.cpp \
32 base/autodetection.cpp \
33 ../ipodpatcher/ipodpatcher.c \
34 ../sansapatcher/sansapatcher.c \
35 ../chinachippatcher/chinachip.c \
36 browsedirtree.cpp \
37 themesinstallwindow.cpp \
38 base/uninstall.cpp \
39 uninstallwindow.cpp \
40 base/utils.cpp \
41 preview.cpp \
42 base/encoders.cpp \
43 encttscfggui.cpp \
44 base/encttssettings.cpp \
45 base/ttsbase.cpp \
46 base/ttsexes.cpp \
47 base/ttssapi.cpp \
48 base/ttsfestival.cpp \
49 ../../tools/wavtrim.c \
50 ../../tools/voicefont.c \
51 base/voicefile.cpp \
52 createvoicewindow.cpp \
53 base/rbsettings.cpp \
54 base/serverinfo.cpp \
55 base/systeminfo.cpp \
56 base/rbunzip.cpp \
57 base/rbzip.cpp \
58 base/system.cpp \
59 sysinfo.cpp \
60 systrace.cpp \
61 base/bootloaderinstallbase.cpp \
62 base/bootloaderinstallmi4.cpp \
63 base/bootloaderinstallhex.cpp \
64 base/bootloaderinstallipod.cpp \
65 base/bootloaderinstallsansa.cpp \
66 base/bootloaderinstallfile.cpp \
67 base/bootloaderinstallchinachip.cpp \
68 base/bootloaderinstallams.cpp \
69 base/bootloaderinstalltcc.cpp \
70 ../../tools/mkboot.c \
71 ../../tools/iriver.c \
72
73
74HEADERS += \
75 rbutilqt.h \
76 installwindow.h \
77 base/httpget.h \
78 configure.h \
79 zip/zip.h \
80 zip/unzip.h \
81 zip/zipentry_p.h \
82 zip/unzip_p.h \
83 zip/zip_p.h \
84 version.h \
85 base/zipinstaller.h \
86 installtalkwindow.h \
87 base/talkfile.h \
88 base/talkgenerator.h \
89 base/autodetection.h \
90 base/progressloggerinterface.h \
91 progressloggergui.h \
92 ../ipodpatcher/ipodpatcher.h \
93 ../ipodpatcher/ipodio.h \
94 ../ipodpatcher/parttypes.h \
95 ../sansapatcher/sansapatcher.h \
96 ../sansapatcher/sansaio.h \
97 ../chinachippatcher/chinachip.h \
98 irivertools/h100sums.h \
99 irivertools/h120sums.h \
100 irivertools/h300sums.h \
101 browsedirtree.h \
102 themesinstallwindow.h \
103 base/uninstall.h \
104 uninstallwindow.h \
105 base/utils.h \
106 preview.h \
107 base/encoders.h \
108 encttscfggui.h \
109 base/encttssettings.h \
110 base/ttsbase.h \
111 base/ttsexes.h \
112 base/ttsfestival.h \
113 base/ttssapi.h \
114 ../../tools/wavtrim.h \
115 ../../tools/voicefont.h \
116 base/voicefile.h \
117 createvoicewindow.h \
118 base/rbsettings.h \
119 base/serverinfo.h \
120 base/systeminfo.h \
121 base/rbunzip.h \
122 base/rbzip.h \
123 sysinfo.h \
124 base/system.h \
125 systrace.h \
126 base/bootloaderinstallbase.h \
127 base/bootloaderinstallmi4.h \
128 base/bootloaderinstallhex.h \
129 base/bootloaderinstallipod.h \
130 base/bootloaderinstallsansa.h \
131 base/bootloaderinstallfile.h \
132 base/bootloaderinstallchinachip.h \
133 base/bootloaderinstallams.h \
134 base/bootloaderinstalltcc.h \
135 ../../tools/mkboot.h \
136 ../../tools/iriver.h \
137
138FORMS += \
139 rbutilqtfrm.ui \
140 aboutbox.ui \
141 installwindowfrm.ui \
142 progressloggerfrm.ui \
143 configurefrm.ui \
144 browsedirtreefrm.ui \
145 installtalkfrm.ui \
146 themesinstallfrm.ui \
147 uninstallfrm.ui \
148 previewfrm.ui \
149 createvoicefrm.ui \
150 sysinfofrm.ui \
151 systracefrm.ui
152
153
154TRANSLATIONS += \
155 lang/rbutil_cs.ts \
156 lang/rbutil_de.ts \
157 lang/rbutil_fi.ts \
158 lang/rbutil_fr.ts \
159 lang/rbutil_gr.ts \
160 lang/rbutil_he.ts \
161 lang/rbutil_it.ts \
162 lang/rbutil_ja.ts \
163 lang/rbutil_nl.ts \
164 lang/rbutil_pl.ts \
165 lang/rbutil_pt.ts \
166 lang/rbutil_pt_BR.ts \
167 lang/rbutil_ru.ts \
168 lang/rbutil_tr.ts \
169 lang/rbutil_zh_CN.ts \
170 lang/rbutil_zh_TW.ts \
171
172RESOURCES += $$_PRO_FILE_PWD_/rbutilqt.qrc
173!dbg {
174 RESOURCES += $$_PRO_FILE_PWD_/rbutilqt-lang.qrc
175}
176# windows specific files
177win32 {
178 SOURCES += ../ipodpatcher/ipodio-win32.c
179 SOURCES += ../ipodpatcher/ipodio-win32-scsi.c
180 SOURCES += ../sansapatcher/sansaio-win32.c
181 RC_FILE = rbutilqt.rc
182 RESOURCES += $$_PRO_FILE_PWD_/rbutilqt-win.qrc
183}
184
185# unix specific files
186unix {
187 SOURCES += ../ipodpatcher/ipodio-posix.c
188 SOURCES += ../sansapatcher/sansaio-posix.c
189}
190
191# mac specific files
192macx {
193 SOURCES += base/ttscarbon.cpp
194 HEADERS += base/ttscarbon.h
195 QMAKE_INFO_PLIST = Info.plist
196 RC_FILE = icons/rbutilqt.icns
197}
198