Browse Source

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
0.10
Philip Kaufmann 11 years ago
parent
commit
820bf86def
  1. 2
      bitcoin-qt.pro

2
bitcoin-qt.pro

@ -212,7 +212,6 @@ HEADERS += src/qt/bitcoingui.h \ @@ -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 \ @@ -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 \

Loading…
Cancel
Save