Browse Source

Merge pull request #3917

5c80b9a build: build qt tests after qt libs/executable (Wladimir J. van der Laan)
0.10
Wladimir J. van der Laan 11 years ago
parent
commit
6539cfc583
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 4
      src/qt/Makefile.am

4
src/qt/Makefile.am

@ -7,8 +7,8 @@ AM_CPPFLAGS += -I$(top_srcdir)/src \
$(QR_CFLAGS) $(QR_CFLAGS)
bin_PROGRAMS = bitcoin-qt bin_PROGRAMS = bitcoin-qt
noinst_LIBRARIES = libbitcoinqt.a noinst_LIBRARIES = libbitcoinqt.a
SUBDIRS = $(BUILD_TEST_QT) SUBDIRS = . $(BUILD_TEST_QT)
DIST_SUBDIRS = test DIST_SUBDIRS = . test
# bitcoin qt core # # bitcoin qt core #
QT_TS = \ QT_TS = \

Loading…
Cancel
Save