diff options
| author | Luke Dashjr <[email protected]> | 2014-11-06 19:55:52 +0000 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-12-27 19:04:49 +0100 |
| commit | 9b7d3fb16574f1604c0837f9ac0f402672add87f (patch) | |
| tree | bd1944cb29df87da0e0b5bfa0ee6076721fc3c8f /src/Makefile.qt.include | |
| parent | Merge pull request #5547 (diff) | |
| download | discoin-9b7d3fb16574f1604c0837f9ac0f402672add87f.tar.xz discoin-9b7d3fb16574f1604c0837f9ac0f402672add87f.zip | |
Adopt style colour for button icons
Diffstat (limited to 'src/Makefile.qt.include')
| -rw-r--r-- | src/Makefile.qt.include | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include index 25d76c146..8b782b2ad 100644 --- a/src/Makefile.qt.include +++ b/src/Makefile.qt.include @@ -191,6 +191,7 @@ BITCOIN_QT_H = \ qt/receiverequestdialog.h \ qt/recentrequeststablemodel.h \ qt/rpcconsole.h \ + qt/scicon.h \ qt/sendcoinsdialog.h \ qt/sendcoinsentry.h \ qt/signverifymessagedialog.h \ @@ -277,6 +278,7 @@ BITCOIN_QT_CPP = \ qt/qvalidatedlineedit.cpp \ qt/qvaluecombobox.cpp \ qt/rpcconsole.cpp \ + qt/scicon.cpp \ qt/splashscreen.cpp \ qt/trafficgraphwidget.cpp \ qt/utilitydialog.cpp \ |