diff options
Diffstat (limited to 'bitmask.pro')
-rw-r--r-- | bitmask.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bitmask.pro b/bitmask.pro index 7a29483..fcedd75 100644 --- a/bitmask.pro +++ b/bitmask.pro @@ -47,3 +47,8 @@ Debug:UI_DIR = debug/.ui DISTFILES += \ README.md + +CONFIG += lrelease embed_translations + +TRANSLATIONS += $$files(gui/i18n/*.ts, true) +RESOURCES += $$files(gui/i18n/*.qm, true) |