aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.qt.include
diff options
context:
space:
mode:
authorCozz Lovan <cozzlovan@yahoo.com>2014-07-05 17:14:43 +0200
committerCozz Lovan <cozzlovan@yahoo.com>2014-07-05 17:18:26 +0200
commitad87bc4de10d8ff9934635f2a30078ccf531a124 (patch)
tree20c550e66897c3c570f04c9e4e2c1576389eb61e /src/Makefile.qt.include
parente81e2e8f7cdee307227f150a6a2408c01fcafbf2 (diff)
downloadbitcoin-ad87bc4de10d8ff9934635f2a30078ccf531a124.tar.xz
[Qt] Replace status bar unit icon with actual images
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 4563bb3565..29279aff81 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 \