Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Fix missing references to icons in QT makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
zathras-crypto committed Mar 17, 2017
1 parent 7ca1ef8 commit e1a6e66
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Makefile.qt.include
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,12 @@ RES_ICONS = \
qt/res/icons/warning.png \
qt/res/icons/verify.png \
qt/res/icons/transaction_abandoned.png \
qt/res/icons/balances.png
qt/res/icons/balances.png \
qt/res/icons/omni_hourglass.png \
qt/res/icons/omni_txin.png \
qt/res/icons/omni_txinout.png \
qt/res/icons/omni_txinvalid.png \
qt/res/icons/omni_txout.png

BITCOIN_QT_BASE_CPP = \
qt/bantablemodel.cpp \
Expand Down

0 comments on commit e1a6e66

Please sign in to comment.