forked from len0rd/rockbox
rbutilqt: made the sapi TTS more configurable, you can now select a specific voice in the config dialog. Also reworked some setSetting functions, to remove depencies.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16111 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2cffb1bf3d
commit
6b5780dae3
16 changed files with 269 additions and 97 deletions
|
|
@ -17,6 +17,12 @@ rbspeex.commands = @$(MAKE) -C ../../tools/rbspeex librbspeex.a
|
|||
QMAKE_EXTRA_TARGETS = rbspeex
|
||||
PRE_TARGETDEPS = rbspeex
|
||||
|
||||
# add a custom rule for makeing the translations
|
||||
lrelease.commands = lrelease rbutilqt.pro
|
||||
QMAKE_EXTRA_TARGETS += lrelease
|
||||
PRE_TARGETDEPS = lrelease
|
||||
|
||||
|
||||
SOURCES += rbutilqt.cpp \
|
||||
main.cpp \
|
||||
install.cpp \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue