aboutsummaryrefslogtreecommitdiff
path: root/bitcoin.pro
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2011-05-14 11:18:39 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2011-05-14 11:18:39 +0200
commit6644d98d9eeaa24c197d18665b1461b8cd4300ea (patch)
tree2420a36fc6b0b7b62ce1c62406c826df1ab01875 /bitcoin.pro
parent1f2e0df86573910257318cbdc2c80d114f90d85c (diff)
downloadbitcoin-6644d98d9eeaa24c197d18665b1461b8cd4300ea.tar.xz
integration phase
Diffstat (limited to 'bitcoin.pro')
-rw-r--r--bitcoin.pro19
1 files changed, 16 insertions, 3 deletions
diff --git a/bitcoin.pro b/bitcoin.pro
index 88b92bc6cd..dd31f3ee18 100644
--- a/bitcoin.pro
+++ b/bitcoin.pro
@@ -1,7 +1,7 @@
TEMPLATE = app
TARGET =
DEPENDPATH += .
-INCLUDEPATH += gui/include lib/include
+INCLUDEPATH += gui/include lib/include cryptopp/include
# Input
HEADERS += gui/include/bitcoingui.h \
@@ -18,7 +18,18 @@ HEADERS += gui/include/bitcoingui.h \
lib/include/bignum.h \
lib/include/util.h \
lib/include/uint256.h \
- lib/include/serialize.h
+ lib/include/serialize.h \
+ cryptopp/include/cryptopp/stdcpp.h \
+ cryptopp/include/cryptopp/smartptr.h \
+ cryptopp/include/cryptopp/simple.h \
+ cryptopp/include/cryptopp/sha.h \
+ cryptopp/include/cryptopp/secblock.h \
+ cryptopp/include/cryptopp/pch.h \
+ cryptopp/include/cryptopp/misc.h \
+ cryptopp/include/cryptopp/iterhash.h \
+ cryptopp/include/cryptopp/cryptlib.h \
+ cryptopp/include/cryptopp/cpu.h \
+ cryptopp/include/cryptopp/config.h
SOURCES += gui/src/bitcoin.cpp gui/src/bitcoingui.cpp \
gui/src/transactiontablemodel.cpp \
gui/src/addresstablemodel.cpp \
@@ -28,7 +39,9 @@ SOURCES += gui/src/bitcoin.cpp gui/src/bitcoingui.cpp \
gui/src/addressbookdialog.cpp \
gui/src/aboutdialog.cpp \
gui/src/editaddressdialog.cpp \
- gui/src/bitcoinaddressvalidator.cpp
+ gui/src/bitcoinaddressvalidator.cpp \
+ cryptopp/src/sha.cpp \
+ cryptopp/src/cpu.cpp
RESOURCES += \
gui/bitcoin.qrc