Skip to content

Commit 70b8d47

Browse files
Johnny CarlsonJohnny Carlson
Johnny Carlson
authored and
Johnny Carlson
committed
qmltest: don't compile if qml isn't enabled
1 parent 1fb3158 commit 70b8d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1852,7 +1852,7 @@ if test "$bitcoin_enable_qt" != "no"; then
18521852
fi
18531853

18541854
AC_MSG_CHECKING([whether to build qml/test_bitcoin-qt])
1855-
if test "$use_gui_tests$bitcoin_enable_qml_test" = "yesyes"; then
1855+
if test "$use_qml$use_gui_tests$bitcoin_enable_qml_test" = "yesyesyes"; then
18561856
AC_MSG_RESULT([yes])
18571857
BUILD_TEST_QML="yes"
18581858
else

0 commit comments

Comments
 (0)