diff options
| author | Cory Fields <[email protected]> | 2014-01-27 15:30:51 -0500 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2014-01-27 15:30:51 -0500 |
| commit | 6986861fdaef84a59f0b4a98ef334fab20aa5710 (patch) | |
| tree | 4729deb1042bdb7b61fa05f74ed62f19a04a75b3 /src/qt/test | |
| parent | Merge pull request #2342 (diff) | |
| download | discoin-6986861fdaef84a59f0b4a98ef334fab20aa5710.tar.xz discoin-6986861fdaef84a59f0b4a98ef334fab20aa5710.zip | |
build: use -mwindows for gui targets when linking with mingw
Diffstat (limited to 'src/qt/test')
| -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 00ccfadf3..2461b5ff4 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 |