aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.qt.include
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-07-07 10:36:21 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-07-07 10:42:53 +0200
commit88ae36bc06d9c9458442242b12ee730dbe67cffc (patch)
treed209d06ef7fabaf64889806e7cb9785b93b97b4a /src/Makefile.qt.include
parent1132cdbff353838bd0f005dd6bf3967439afe8ed (diff)
parentad87bc4de10d8ff9934635f2a30078ccf531a124 (diff)
downloadbitcoin-88ae36bc06d9c9458442242b12ee730dbe67cffc.tar.xz
Merge pull request #4466
ad87bc4 [Qt] Replace status bar unit icon with actual images (Cozz Lovan)
Diffstat (limited to 'src/Makefile.qt.include')
-rw-r--r--src/Makefile.qt.include5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include
index f2b6c2ccd6..d97c2d064a 100644
--- a/src/Makefile.qt.include
+++ b/src/Makefile.qt.include
@@ -252,7 +252,10 @@ RES_ICONS = \
qt/res/icons/tx_inout.png \
qt/res/icons/tx_input.png \
qt/res/icons/tx_output.png \
- qt/res/icons/tx_mined.png
+ qt/res/icons/tx_mined.png \
+ qt/res/icons/unit_btc.png \
+ qt/res/icons/unit_mbtc.png \
+ qt/res/icons/unit_ubtc.png
BITCOIN_QT_CPP = \
qt/bitcoinaddressvalidator.cpp \