Language (qt linguist) files actually added to project.

This commit is contained in:
Ilya Kitaev
2016-02-06 15:58:55 +03:00
parent e3bea0dd4a
commit 496a34c54a
3 changed files with 1387 additions and 3 deletions

View File

@@ -26,6 +26,7 @@ TRANSLATIONS = monero-core_en.ts \ # English (could be untranslated)
# extra make targets for lupdate and lrelease invocation
# use "make lupdate" to update *.ts files and "make lrelease" to generate *.qm files
lupdate.commands = lupdate $$_PRO_FILE_
lupdate.depends = $$SOURCES $$HEADERS
lrelease.commands = lrelease $$_PRO_FILE_
@@ -55,7 +56,14 @@ QML_IMPORT_PATH =
include(deployment.pri)
DISTFILES += \
wizard/WizardManageWalletUI.qml \
.gitignore \
wizard/WizardMemoTextInput.qml
OTHER_FILES += \
.gitignore \
monero-core_de.ts \
monero-core_en.ts