mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
cleaning "auto-generated" bitmonero directory on "make clean". closes
#22
This commit is contained in:
parent
32ebf180ac
commit
ecf844120b
1 changed files with 4 additions and 0 deletions
|
@ -6,10 +6,14 @@ WALLET_ROOT=$$PWD/bitmonero
|
||||||
|
|
||||||
CONFIG += c++11
|
CONFIG += c++11
|
||||||
|
|
||||||
|
# cleaning "auto-generated" bitmonero directory on "make clean"
|
||||||
|
QMAKE_CLEAN += -r $$WALLET_ROOT
|
||||||
|
|
||||||
INCLUDEPATH += $$WALLET_ROOT/include \
|
INCLUDEPATH += $$WALLET_ROOT/include \
|
||||||
$$PWD/src/libwalletqt
|
$$PWD/src/libwalletqt
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
filter.h \
|
filter.h \
|
||||||
clipboardAdapter.h \
|
clipboardAdapter.h \
|
||||||
|
|
Loading…
Reference in a new issue