diff options
| author | Philip Kaufmann <[email protected]> | 2012-12-12 19:31:18 +0100 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2012-12-12 19:31:18 +0100 |
| commit | a4b43645aa44de82bf76a04656030593480b5f70 (patch) | |
| tree | 64b4200cc016cd19f2f4fbf45946b2e5d9df6372 | |
| parent | Merge pull request #2080 from mcassano/importprivkey_rescan_false (diff) | |
| download | discoin-a4b43645aa44de82bf76a04656030593480b5f70.tar.xz discoin-a4b43645aa44de82bf76a04656030593480b5f70.zip | |
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
| -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 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 \ |