Bug #508
Buttons are not translated in a static build of Quassel.
Start date:
02/01/2009
Due date:
% Done:
100%
Estimated time:
Version:
0.3.1+
OS:
Any
Description
If I build Quassel static on Windows, then the buttons are only in my Buildbox in German.
On a PC without Qt are the buttons in English.
The problem I have with my Quassel-Build and Phon's Quassel-Build.
Could it be that the translation of Qt is not build in the static?
Associated revisions
History
#2 Updated by Sputnick over 15 years ago
- Status changed from New to Assigned
- Assignee set to Sputnick
- Target version set to 0.4.0
- OS set to Any
Need to copy Qt's translation files into our resource for a static build, as likely no Qt is installed on the target system.
#3 Updated by Sputnick over 15 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Applied in changeset 318483ddb3de556a4014cb2d5b5e6cd58b0718e2.
Search for and include Qt translations in static builds
When building statically, this looks for Qt translations at build-time
and embeds them in the binary. Thus, buttons and other standard elements
should be translated even with no Qt installed on the target system.
Fixes #508.