mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-04-01 19:59:08 +00:00
bitmonero -> monero refactor/rename.
This commit is contained in:
parent
ba803dfb15
commit
880e9aa14b
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@ TEMPLATE = app
|
|||
|
||||
QT += qml quick widgets
|
||||
|
||||
WALLET_ROOT=$$PWD/bitmonero
|
||||
WALLET_ROOT=$$PWD/monero
|
||||
|
||||
CONFIG += c++11
|
||||
|
||||
# cleaning "auto-generated" bitmonero directory on "make distclean"
|
||||
# cleaning "auto-generated" monero directory on "make distclean"
|
||||
QMAKE_DISTCLEAN += -r $$WALLET_ROOT
|
||||
|
||||
INCLUDEPATH += $$WALLET_ROOT/include \
|
||||
|
|
Loading…
Reference in a new issue