diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-07-08 13:50:18 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-07-08 13:50:18 -0500 |
| commit | 14cc1d096a1f7801991cb88c4646913b0d656c5f (patch) | |
| tree | b9d3e7cc18c77c4b09201a15992b5acdf7addeff /src | |
| parent | 840421fd7bdc914c0256e85cdf0868ee2d21ba4e (diff) | |
| parent | a00ed6a75aef82084e42297f63619a064ad5f066 (diff) | |
| download | monzero-gui-14cc1d096a1f7801991cb88c4646913b0d656c5f.tar.gz monzero-gui-14cc1d096a1f7801991cb88c4646913b0d656c5f.tar.xz monzero-gui-14cc1d096a1f7801991cb88c4646913b0d656c5f.zip | |
Merge pull request #2976
a00ed6a cmake: implement translations support (xiphon)
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a1cc871d..8800c2fb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -6,7 +6,7 @@ add_subdirectory(model) add_subdirectory(openpgp) add_subdirectory(zxcvbn-c) -qt5_add_resources(RESOURCES ../qml.qrc) +qt5_add_resources(RESOURCES ../qml.qrc ${TRANSLATIONS_QRC}) # Compile source files (.h/.cpp) file(GLOB SOURCE_FILES |
