diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-06-06 08:31:00 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-06-06 08:31:00 +0200 |
commit | 820bf86def0fe46bdc3fba921dbecd9f043f9c2c (patch) | |
tree | e0ef3ceefa2afbdc3092609802ec38dd4eca9f28 /bitcoin-qt.pro | |
parent | c94bd68547df9ba7645305f9813e02d548e8a981 (diff) |
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
Diffstat (limited to 'bitcoin-qt.pro')
-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 ec9f5e4a1a..9addf6d5ea 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 \ |