aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2020-07-08 13:50:18 -0500
committerluigi1111 <luigi1111w@gmail.com>2020-07-08 13:50:18 -0500
commit14cc1d096a1f7801991cb88c4646913b0d656c5f (patch)
treeb9d3e7cc18c77c4b09201a15992b5acdf7addeff /src
parent840421fd7bdc914c0256e85cdf0868ee2d21ba4e (diff)
parenta00ed6a75aef82084e42297f63619a064ad5f066 (diff)
downloadmonzero-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.txt2
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