aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2013-06-06 23:04:43 -0700
committerWladimir J. van der Laan <[email protected]>2013-06-06 23:04:43 -0700
commit122e9f8ba4b403fbefe20740d7d030a1eec6795f (patch)
treee0ef3ceefa2afbdc3092609802ec38dd4eca9f28
parentMerge pull request #2700 from theuni/gui-split (diff)
parentBitcoin-Qt: small updates to project file (diff)
downloaddiscoin-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.pro2
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 \