Unverified Commit 6539cfc5 authored by Wladimir J. van der Laan's avatar Wladimir J. van der Laan
Browse files

Merge pull request #3917

5c80b9a7 build: build qt tests after qt libs/executable (Wladimir J. van der Laan)
parents fac6bea8 5c80b9a7
Showing with 2 additions and 2 deletions
+2 -2
......@@ -7,8 +7,8 @@ AM_CPPFLAGS += -I$(top_srcdir)/src \
$(QR_CFLAGS)
bin_PROGRAMS = bitcoin-qt
noinst_LIBRARIES = libbitcoinqt.a
SUBDIRS = $(BUILD_TEST_QT)
DIST_SUBDIRS = test
SUBDIRS = . $(BUILD_TEST_QT)
DIST_SUBDIRS = . test
# bitcoin qt core #
QT_TS = \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment