diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-28 09:40:05 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-28 09:40:12 +0100 |
commit | dfd0d38faef92e8a0af88b56c3020a7324c13d96 (patch) | |
tree | a8352c68dae6b0f87097b6b5f28c386958984ae7 /src/qt/test/Makefile.am | |
parent | 12e1fcc34e6ce2c889b8dbc37b27f6a1c51cc84c (diff) | |
parent | 6986861fdaef84a59f0b4a98ef334fab20aa5710 (diff) |
Merge pull request #3591
6986861 build: use -mwindows for gui targets when linking with mingw (Cory Fields)
Diffstat (limited to 'src/qt/test/Makefile.am')
-rw-r--r-- | src/qt/test/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/test/Makefile.am b/src/qt/test/Makefile.am index 00ccfadf3f..2461b5ff4d 100644 --- a/src/qt/test/Makefile.am +++ b/src/qt/test/Makefile.am @@ -41,5 +41,6 @@ endif test_bitcoin_qt_LDADD += $(LIBBITCOIN_CLI) $(LIBBITCOIN_COMMON) $(LIBLEVELDB) \ $(LIBMEMENV) $(BOOST_LIBS) $(QT_DBUS_LIBS) $(QT_TEST_LIBS) $(QT_LIBS) \ $(QR_LIBS) $(PROTOBUF_LIBS) $(BDB_LIBS) +test_bitcoin_qt_LDFLAGS = $(QT_LDFLAGS) CLEANFILES = $(BUILT_SOURCES) *.gcda *.gcno |