diff options
| author | Philip Kaufmann <[email protected]> | 2013-06-06 08:31:00 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2013-06-06 08:31:00 +0200 |
| commit | 820bf86def0fe46bdc3fba921dbecd9f043f9c2c (patch) | |
| tree | e0ef3ceefa2afbdc3092609802ec38dd4eca9f28 | |
| parent | Merge pull request #2700 from theuni/gui-split (diff) | |
| download | discoin-820bf86def0fe46bdc3fba921dbecd9f043f9c2c.tar.xz discoin-820bf86def0fe46bdc3fba921dbecd9f043f9c2c.zip | |
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
| -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 \ |