dannyedel / dspdfviewer

Dual-Screen PDF Viewer for latex-beamer
http://dspdfviewer.danny-edel.de
GNU General Public License v2.0
219 stars 29 forks source link

Load translation from resources #93

Closed dannyedel closed 8 years ago

dannyedel commented 8 years ago

This loads the translation file from the Qt Resource system by copying the qrc file into the build tree, and then running rcc (which would otherwise search for the qm files in the source tree)

Fixes #77.