aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2019-07-29 21:50:47 +0200
committerstonedDiscord <stoned@derpymail.org>2019-07-29 21:50:47 +0200
commit95da26195fc35dada400b23b23c28de94416efb9 (patch)
tree904532cbdba1a75d339420205f31528e1b381255
parent274310aebcd3f14c9b5fd663b0e0434d2837fc9d (diff)
add translation to .pro so lupdate and lrelease find them
-rw-r--r--Attorney_Online.pro4
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