Search for and include Qt translations in static builds
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 12 Feb 2009 09:33:00 +0000 (10:33 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 12 Feb 2009 09:33:00 +0000 (10:33 +0100)
commit318483ddb3de556a4014cb2d5b5e6cd58b0718e2
treef102280e49e301dbc7cd144f2ea25b2eb5372ec2
parent79fbcfb49f7cc92a89f0158ebac1a3006a559e8a
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.
cmake/modules/FindQt4.cmake
i18n/CMakeLists.txt