diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-12-12 19:31:18 +0100 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-12-12 19:31:18 +0100 |
commit | a4b43645aa44de82bf76a04656030593480b5f70 (patch) | |
tree | 64b4200cc016cd19f2f4fbf45946b2e5d9df6372 /bitcoin-qt.pro | |
parent | 51dc438942e5bb8fd8abf94a457d7e99f4417ee4 (diff) |
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
Diffstat (limited to 'bitcoin-qt.pro')
-rw-r--r-- | bitcoin-qt.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index 3b2de5af3b..b10cda2af6 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 \ |