diff options
| author | stonedDiscord <stoned@derpymail.org> | 2019-07-29 21:50:47 +0200 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2019-07-29 21:50:47 +0200 |
| commit | 95da26195fc35dada400b23b23c28de94416efb9 (patch) | |
| tree | 904532cbdba1a75d339420205f31528e1b381255 | |
| parent | 274310aebcd3f14c9b5fd663b0e0434d2837fc9d (diff) | |
add translation to .pro so lupdate and lrelease find them
| -rw-r--r-- | Attorney_Online.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Attorney_Online.pro b/Attorney_Online.pro index 20a61d36..de7fb0a0 100644 --- a/Attorney_Online.pro +++ b/Attorney_Online.pro @@ -41,5 +41,9 @@ CONFIG += c++14 RESOURCES += resources.qrc +TRANSLATIONS = translations/ao_en.ts \ + translations/ao_ja.ts \ + translations/ao_de.ts + win32:RC_ICONS = resource/logo.ico macx:ICON = resource/logo.icns |
