add translation to .pro so lupdate and lrelease find them

This commit is contained in:
stonedDiscord 2019-07-29 21:50:47 +02:00
parent 274310aebc
commit 95da26195f

View File

@ -41,5 +41,9 @@ CONFIG += c++14
RESOURCES += resources.qrc RESOURCES += resources.qrc
TRANSLATIONS = translations/ao_en.ts \
translations/ao_ja.ts \
translations/ao_de.ts
win32:RC_ICONS = resource/logo.ico win32:RC_ICONS = resource/logo.ico
macx:ICON = resource/logo.icns macx:ICON = resource/logo.icns