diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-08-29 08:02:55 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-08-29 08:02:55 +0200 |
| commit | 3f37f20ddc3d233db2786ee88d0ac28cb58a744e (patch) | |
| tree | 6c118dd72018b5da7623ff3a3f967f64f46e51d6 | |
| parent | Add boost chrono lib for windows builds (required for boost 1.50) (diff) | |
| download | discoin-3f37f20ddc3d233db2786ee88d0ac28cb58a744e.tar.xz discoin-3f37f20ddc3d233db2786ee88d0ac28cb58a744e.zip | |
Remove json/*.cpp from Qt build system
They are unneeded as jsonspirit is always used as template library,
the other makefiles don't include them either.
| -rw-r--r-- | bitcoin-qt.pro | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index c8f46538b..76c6fdba1 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -92,7 +92,7 @@ contains(BITCOIN_NEED_QT_PLUGINS, 1) { # for extra security against potential buffer overflows QMAKE_CXXFLAGS += -fstack-protector QMAKE_LFLAGS += -fstack-protector - # do not enable this on windows, as it will result in a non-working executable! + # do not enable this on windows cross compile with mingw 4.2.x, as it will result in a non-working executable! } # regenerate src/build.h @@ -202,9 +202,6 @@ SOURCES += src/qt/bitcoin.cpp src/qt/bitcoingui.cpp \ src/addrman.cpp \ src/db.cpp \ src/walletdb.cpp \ - src/json/json_spirit_writer.cpp \ - src/json/json_spirit_value.cpp \ - src/json/json_spirit_reader.cpp \ src/qt/clientmodel.cpp \ src/qt/guiutil.cpp \ src/qt/transactionrecord.cpp \ |