diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-04-04 13:19:30 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-04-04 13:19:30 +0200 |
commit | 5cccb13dad589b66957772ee36b3be0ef06ed0dc (patch) | |
tree | 561ea8468f2121db57a7af168fa5b7ecfe726d20 /bitcoin-qt.pro | |
parent | 5a60b66a9d2a9e7a9dda269d6ee4a2fe6d01a354 (diff) |
Move from noui.h / ui.h to one ui_interface.h with dummy implementation for the daemon.
Diffstat (limited to 'bitcoin-qt.pro')
-rw-r--r-- | bitcoin-qt.pro | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index a2bf4010e5..7ad94037cf 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -115,7 +115,6 @@ HEADERS += src/qt/bitcoingui.h \ src/key.h \ src/db.h \ src/script.h \ - src/noui.h \ src/init.h \ src/headers.h \ src/irc.h \ @@ -135,7 +134,6 @@ HEADERS += src/qt/bitcoingui.h \ src/qt/guiconstants.h \ src/qt/optionsmodel.h \ src/qt/monitoreddatamapper.h \ - src/qtui.h \ src/qt/transactiondesc.h \ src/qt/transactiondescdialog.h \ src/qt/bitcoinamountfield.h \ @@ -156,7 +154,8 @@ HEADERS += src/qt/bitcoingui.h \ src/protocol.h \ src/qt/notificator.h \ src/qt/qtipcserver.h \ - src/allocators.h + src/allocators.h \ + src/ui_interface.h SOURCES += src/qt/bitcoin.cpp src/qt/bitcoingui.cpp \ src/qt/transactiontablemodel.cpp \ |