add threadsafety.h to bitcoin-qt.pro

- to be able to see threadsafety.h in the Qt Creator IDE the file needs to
  be added to the HEADERS section
master
Philip Kaufmann 2012-12-12 19:31:18 +01:00
parent 51dc438942
commit a4b43645aa
1 changed files with 2 additions and 1 deletions

View File

@ -197,7 +197,8 @@ HEADERS += src/qt/bitcoingui.h \
src/netbase.h \
src/clientversion.h \
src/txdb.h \
src/leveldb.h
src/leveldb.h \
src/threadsafety.h
SOURCES += src/qt/bitcoin.cpp src/qt/bitcoingui.cpp \
src/qt/transactiontablemodel.cpp \