mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-10 23:07:52 +00:00
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
This commit is contained in:
parent
51dc438942
commit
a4b43645aa
@ -197,7 +197,8 @@ HEADERS += src/qt/bitcoingui.h \
|
|||||||
src/netbase.h \
|
src/netbase.h \
|
||||||
src/clientversion.h \
|
src/clientversion.h \
|
||||||
src/txdb.h \
|
src/txdb.h \
|
||||||
src/leveldb.h
|
src/leveldb.h \
|
||||||
|
src/threadsafety.h
|
||||||
|
|
||||||
SOURCES += src/qt/bitcoin.cpp src/qt/bitcoingui.cpp \
|
SOURCES += src/qt/bitcoin.cpp src/qt/bitcoingui.cpp \
|
||||||
src/qt/transactiontablemodel.cpp \
|
src/qt/transactiontablemodel.cpp \
|
||||||
|
Loading…
Reference in New Issue
Block a user