mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 03:59:38 +00:00
removing "bitmonero" directory in "distclean" target
This commit is contained in:
parent
aa0ea18356
commit
c7c06a5893
1 changed files with 4 additions and 2 deletions
|
@ -6,8 +6,8 @@ WALLET_ROOT=$$PWD/bitmonero
|
|||
|
||||
CONFIG += c++11
|
||||
|
||||
# cleaning "auto-generated" bitmonero directory on "make clean"
|
||||
QMAKE_CLEAN += -r $$WALLET_ROOT
|
||||
# cleaning "auto-generated" bitmonero directory on "make distclean"
|
||||
QMAKE_DISTCLEAN += -r $$WALLET_ROOT
|
||||
|
||||
INCLUDEPATH += $$WALLET_ROOT/include \
|
||||
$$PWD/src/libwalletqt
|
||||
|
@ -127,6 +127,8 @@ trans_release.depends = trans_update $$TRANSLATIONS
|
|||
#translate.commands = $(MKDIR) ${DESTDIR}/i18n && $(COPY) $$PWD/translations/*.qm ${DESTDIR}/i18n
|
||||
translate.depends = trans_release
|
||||
|
||||
deploy.commands = pushd $QMAKE_
|
||||
|
||||
QMAKE_EXTRA_TARGETS += trans_update trans_release translate
|
||||
|
||||
# updating transations only in release mode as this is requires to re-link project
|
||||
|
|
Loading…
Reference in a new issue