Add LIBTOOLFLAGS CXX tag to qt makefile include

Related #4993
pull/5092/head
Michael Ford 10 years ago
parent e8f6d54f1f
commit 6f155bdb80

@ -368,6 +368,7 @@ if USE_LIBSECP256K1
qt_bitcoin_qt_LDADD += secp256k1/libsecp256k1.la
endif
qt_bitcoin_qt_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(QT_LDFLAGS)
qt_bitcoin_qt_LIBTOOLFLAGS = --tag CXX
#locale/foo.ts -> locale/foo.qm
QT_QM=$(QT_TS:.ts=.qm)

Loading…
Cancel
Save