"word mnemonic input" with clipboard button and hint is reusable

component;
This commit is contained in:
Ilya Kitaev
2016-02-06 15:49:31 +03:00
parent 556de8f346
commit e3bea0dd4a
6 changed files with 102 additions and 73 deletions

View File

@@ -27,7 +27,7 @@ TRANSLATIONS = monero-core_en.ts \ # English (could be untranslated)
# extra make targets for lupdate and lrelease invocation
lupdate.commands = lupdate $$_PRO_FILE_
lupdate.depends = $$SOURCES $$HEADERS $$TRANSLATIONS
lupdate.depends = $$SOURCES $$HEADERS
lrelease.commands = lrelease $$_PRO_FILE_
lrelease.depends = lupdate
translate.commands = $(COPY) *.qm ${DESTDIR}
@@ -56,5 +56,6 @@ include(deployment.pri)
DISTFILES += \
wizard/WizardManageWalletUI.qml \
.gitignore
.gitignore \
wizard/WizardMemoTextInput.qml