removing "bitmonero" directory in "distclean" target

This commit is contained in:
Ilya Kitaev 2016-07-22 15:50:51 +03:00
parent aa0ea18356
commit c7c06a5893

View file

@ -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