Skip to content

Commit

Permalink
PortUI-0.0.10 - updated makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
zathras-crypto committed Mar 26, 2015
1 parent a916431 commit 62ebf4c
Showing 1 changed file with 50 additions and 5 deletions.
55 changes: 50 additions & 5 deletions src/Makefile.qt.include
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,12 @@ QT_FORMS_UI = \
qt/forms/sendcoinsdialog.ui \
qt/forms/sendcoinsentry.ui \
qt/forms/signverifymessagedialog.ui \
qt/forms/transactiondescdialog.ui
qt/forms/transactiondescdialog.ui \
qt/forms/sendmpdialog.ui \
qt/forms/lookupaddressdialog.ui \
qt/forms/lookupspdialog.ui \
qt/forms/lookuptxdialog.ui \
qt/forms/txhistorydialog.ui

QT_MOC_CPP = \
qt/moc_addressbookpage.cpp \
Expand Down Expand Up @@ -136,7 +141,15 @@ QT_MOC_CPP = \
qt/moc_utilitydialog.cpp \
qt/moc_walletframe.cpp \
qt/moc_walletmodel.cpp \
qt/moc_walletview.cpp
qt/moc_walletview.cpp \
qt/moc_overviewlistdelegate.cpp \
qt/moc_sendmpdialog.cpp \
qt/moc_lookupaddressdialog.cpp \
qt/moc_lookupspdialog.cpp \
qt/moc_lookuptxdialog.cpp \
qt/moc_txhistorydialog.cpp \
qt/moc_balancesview.cpp \
qt/moc_omnicore_init.cpp

BITCOIN_MM = \
qt/macdockiconhandler.mm \
Expand Down Expand Up @@ -207,7 +220,14 @@ BITCOIN_QT_H = \
qt/walletmodel.h \
qt/walletmodeltransaction.h \
qt/walletview.h \
qt/winshutdownmonitor.h
qt/winshutdownmonitor.h \
qt/overviewlistdelegate.h \
qt/lookupaddressdialog.h \
qt/lookupspdialog.h \
qt/lookuptxdialog.h \
qt/txhistorydialog.h \
qt/balancesview.h \
qt/omnicore_init.h

RES_ICONS = \
qt/res/icons/add.png \
Expand Down Expand Up @@ -256,7 +276,24 @@ RES_ICONS = \
qt/res/icons/tx_mined.png \
qt/res/icons/unit_btc.png \
qt/res/icons/unit_mbtc.png \
qt/res/icons/unit_ubtc.png
qt/res/icons/unit_ubtc.png \
qt/res/icons/token_msc.png \
qt/res/icons/token_btc.png \
qt/res/icons/mp_balances.png \
qt/res/icons/mp_exchange.png \
qt/res/icons/mp_history.png \
qt/res/icons/mp_home.png \
qt/res/icons/mp_meta_cancelled.png \
qt/res/icons/mp_meta_filled.png \
qt/res/icons/mp_meta_open.png \
qt/res/icons/mp_meta_partial.png \
qt/res/icons/mp_meta_partialclosed.png \
qt/res/icons/mp_meta_pending.png \
qt/res/icons/mp_receive.png \
qt/res/icons/mp_send.png \
qt/res/icons/mp_sp.png \
qt/res/icons/mp_toolbox.png \
qt/res/icons/transaction_invalid.png

BITCOIN_QT_CPP = \
qt/bitcoinaddressvalidator.cpp \
Expand Down Expand Up @@ -307,7 +344,15 @@ BITCOIN_QT_CPP += \
qt/walletframe.cpp \
qt/walletmodel.cpp \
qt/walletmodeltransaction.cpp \
qt/walletview.cpp
qt/walletview.cpp \
qt/overviewlistdelegate.cpp \
qt/sendmpdialog.cpp \
qt/lookupaddressdialog.cpp \
qt/lookupspdialog.cpp \
qt/lookuptxdialog.cpp \
qt/txhistorydialog.cpp \
qt/balancesview.cpp \
qt/omnicore_init.cpp
endif

RES_IMAGES = \
Expand Down

0 comments on commit 62ebf4c

Please sign in to comment.