mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-07 10:22:07 +02:00
removing "bitmonero" directory in "distclean" target
This commit is contained in:
parent
aa0ea18356
commit
c7c06a5893
@ -6,8 +6,8 @@ WALLET_ROOT=$$PWD/bitmonero
|
|||||||
|
|
||||||
CONFIG += c++11
|
CONFIG += c++11
|
||||||
|
|
||||||
# cleaning "auto-generated" bitmonero directory on "make clean"
|
# cleaning "auto-generated" bitmonero directory on "make distclean"
|
||||||
QMAKE_CLEAN += -r $$WALLET_ROOT
|
QMAKE_DISTCLEAN += -r $$WALLET_ROOT
|
||||||
|
|
||||||
INCLUDEPATH += $$WALLET_ROOT/include \
|
INCLUDEPATH += $$WALLET_ROOT/include \
|
||||||
$$PWD/src/libwalletqt
|
$$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.commands = $(MKDIR) ${DESTDIR}/i18n && $(COPY) $$PWD/translations/*.qm ${DESTDIR}/i18n
|
||||||
translate.depends = trans_release
|
translate.depends = trans_release
|
||||||
|
|
||||||
|
deploy.commands = pushd $QMAKE_
|
||||||
|
|
||||||
QMAKE_EXTRA_TARGETS += trans_update trans_release translate
|
QMAKE_EXTRA_TARGETS += trans_update trans_release translate
|
||||||
|
|
||||||
# updating transations only in release mode as this is requires to re-link project
|
# updating transations only in release mode as this is requires to re-link project
|
||||||
|
Loading…
Reference in New Issue
Block a user