mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-09-02 18:33:16 +02:00
ship the translations within the binary
build qm-files for translation create resource file for translations, contains german translations, for now. this is some kind of hack to make it work. rcc doesn’t allow out-of-source builds, so the commands need to be specified by hand, to copy things around between source and binary directories.
This commit is contained in:
committed by
Christian Muehlhaeuser
parent
f5ba469b0a
commit
a55124ed75
5
lang/tomahawk_i18n.qrc
Normal file
5
lang/tomahawk_i18n.qrc
Normal file
@@ -0,0 +1,5 @@
|
||||
<!DOCTYPE RCC><RCC version="1.0">
|
||||
<qresource prefix="/lang">
|
||||
<file>tomahawk_de.qm</file>
|
||||
</qresource>
|
||||
</RCC>
|
Reference in New Issue
Block a user