forked from len0rd/rockbox
Move language resources to a separate file. Only build and include langs when building release version.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17787 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
82ed56bf59
commit
ea7d0011bc
3 changed files with 15 additions and 8 deletions
|
|
@ -25,7 +25,9 @@ QMAKE_EXTRA_TARGETS += tags
|
|||
# add a custom rule for making the translations
|
||||
lrelease.commands = $$[QT_INSTALL_BINS]/lrelease -silent rbutilqt.pro
|
||||
QMAKE_EXTRA_TARGETS += lrelease
|
||||
PRE_TARGETDEPS += lrelease
|
||||
!dbg {
|
||||
PRE_TARGETDEPS += lrelease
|
||||
}
|
||||
|
||||
|
||||
SOURCES += rbutilqt.cpp \
|
||||
|
|
@ -154,6 +156,9 @@ RESOURCES += rbutilqt.qrc
|
|||
win32 {
|
||||
RESOURCES += rbutilqt-win.qrc
|
||||
}
|
||||
!dbg {
|
||||
RESOURCES += rbutilqt-lang.qrc
|
||||
}
|
||||
|
||||
TRANSLATIONS += rbutil_de.ts \
|
||||
rbutil_fr.ts \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue