Browse Source

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
pull/145/head
Philip Kaufmann 12 years ago
parent
commit
a4b43645aa
  1. 3
      bitcoin-qt.pro

3
bitcoin-qt.pro

@ -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 \

Loading…
Cancel
Save