diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-07-14 15:46:09 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-07-14 15:46:09 -0500 |
| commit | 1a51e93e55838bb0c68a8699a18d60d4ebe36945 (patch) | |
| tree | e804278a1d15aba367638af074b5ebd579c5271a /src/main | |
| parent | b62b8210022dbc94270bef7c1ce5d31c195edd33 (diff) | |
| parent | c9d36b1302dc5caf2d1db03e8fb284cbb2255ace (diff) | |
| download | monzero-gui-1a51e93e55838bb0c68a8699a18d60d4ebe36945.tar.gz monzero-gui-1a51e93e55838bb0c68a8699a18d60d4ebe36945.tar.xz monzero-gui-1a51e93e55838bb0c68a8699a18d60d4ebe36945.zip | |
Merge pull request #2991
c9d36b1 cmake: translations deps handling, build translations as a library (xiphon)
d931022 cmake: implement MacOS 'release' build + CI support (xiphon)
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/main.cpp b/src/main/main.cpp index 18986409..d7788dc6 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -147,6 +147,8 @@ bool isOpenGL = true; int main(int argc, char *argv[]) { + Q_INIT_RESOURCE(translations); + // platform dependant settings #if !defined(Q_OS_ANDROID) && !defined(Q_OS_IOS) bool isDesktop = true; |
