diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-07-07 10:36:21 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-07-07 10:42:53 +0200 |
| commit | 88ae36bc06d9c9458442242b12ee730dbe67cffc (patch) | |
| tree | d209d06ef7fabaf64889806e7cb9785b93b97b4a /src/Makefile.qt.include | |
| parent | Merge pull request #4401 (diff) | |
| parent | [Qt] Replace status bar unit icon with actual images (diff) | |
| download | discoin-88ae36bc06d9c9458442242b12ee730dbe67cffc.tar.xz discoin-88ae36bc06d9c9458442242b12ee730dbe67cffc.zip | |
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.include | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include index f2b6c2ccd..d97c2d064 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 \ |