Skip to content

Commit 953ce9a

Browse files
Johnny Carlsonjohnny9
authored andcommitted
qmltest: don't compile if qml isn't enabled
1 parent dcfba81 commit 953ce9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1804,7 +1804,7 @@ if test "$bitcoin_enable_qt" != "no"; then
18041804
fi
18051805

18061806
AC_MSG_CHECKING([whether to build qml/test_bitcoin-qt])
1807-
if test "$use_gui_tests$bitcoin_enable_qml_test" = "yesyes"; then
1807+
if test "$use_qml$use_gui_tests$bitcoin_enable_qml_test" = "yesyesyes"; then
18081808
AC_MSG_RESULT([yes])
18091809
BUILD_TEST_QML="yes"
18101810
else

0 commit comments

Comments
 (0)