diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-06-06 23:04:43 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-06-06 23:04:43 -0700 |
| commit | 122e9f8ba4b403fbefe20740d7d030a1eec6795f (patch) | |
| tree | e0ef3ceefa2afbdc3092609802ec38dd4eca9f28 | |
| parent | Merge pull request #2700 from theuni/gui-split (diff) | |
| parent | Bitcoin-Qt: small updates to project file (diff) | |
| download | discoin-122e9f8ba4b403fbefe20740d7d030a1eec6795f.tar.xz discoin-122e9f8ba4b403fbefe20740d7d030a1eec6795f.zip | |
Merge pull request #2746 from Diapolo/pro-file
Bitcoin-Qt: small updates to project file
| -rw-r--r-- | bitcoin-qt.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index ec9f5e4a1..9addf6d5e 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -212,7 +212,6 @@ HEADERS += src/qt/bitcoingui.h \ src/leveldb.h \ src/threadsafety.h \ src/limitedmap.h \ - src/qt/macnotificationhandler.h \ src/qt/splashscreen.h SOURCES += src/qt/bitcoin.cpp \ @@ -339,6 +338,7 @@ OTHER_FILES += README.md \ doc/*.rst \ doc/*.txt \ doc/*.md \ + src/bitcoind.cpp \ src/qt/res/bitcoin-qt.rc \ src/test/*.cpp \ src/test/*.h \ |