From 820bf86def0fe46bdc3fba921dbecd9f043f9c2c Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Thu, 6 Jun 2013 08:31:00 +0200 Subject: [PATCH] Bitcoin-Qt: small updates to project file - add new bitcoind.cpp to OTHER_FILES to be able to see it in the Qt Creator IDE - remove a Mac-only header from the general HEADERS, as it is already in macx:HEADERS --- bitcoin-qt.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \