diff options
| author | stonedDiscord <stoned@derpymail.org> | 2019-07-29 21:54:12 +0200 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2019-07-29 21:54:12 +0200 |
| commit | 847da688b1a204482600ddd01f3df6e0b3246eb2 (patch) | |
| tree | 64a6fcbb2bb637b385894120087b87be0bd32bb4 | |
| parent | 3fd6dbd320ec24ebb36debaa31da87c4192a2469 (diff) | |
adjust path in .pro
| -rw-r--r-- | Attorney_Online.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Attorney_Online.pro b/Attorney_Online.pro index de7fb0a0..7e597b45 100644 --- a/Attorney_Online.pro +++ b/Attorney_Online.pro @@ -41,9 +41,9 @@ CONFIG += c++14 RESOURCES += resources.qrc -TRANSLATIONS = translations/ao_en.ts \ - translations/ao_ja.ts \ - translations/ao_de.ts +TRANSLATIONS = resource/translations/ao_en.ts \ + resource/translations/ao_ja.ts \ + resource/translations/ao_de.ts win32:RC_ICONS = resource/logo.ico macx:ICON = resource/logo.icns |
