From a4b43645aa44de82bf76a04656030593480b5f70 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Wed, 12 Dec 2012 19:31:18 +0100 Subject: [PATCH] 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 --- bitcoin-qt.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index 3b2de5af3..b10cda2af 100644 --- a/bitcoin-qt.pro +++ b/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 \