From 109290753b59e554a70639a9764259a3c61fd58a Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Wed, 15 Nov 2017 10:35:50 +0100 Subject: Android: Fix note for host architecture mismatch The qtConfAddNotice was a typo, so this note was missing from config.log and the build would fail with no explanation. Change-Id: Iae22f92c1ba6bdf96d41a7cc608b9aedd6863b1f Reviewed-by: Oswald Buddenhagen --- configure.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.pri') diff --git a/configure.pri b/configure.pri index 83c0dee141..dc703ecb14 100644 --- a/configure.pri +++ b/configure.pri @@ -557,7 +557,7 @@ defineTest(qtConfOutput_prepareOptions) { else: \ qtConfFatalError("Cannot detect the Android host." \ "Please use -android-ndk-host option to specify one.") - qtConfAddNotice("Available Android host does not match host architecture.") + qtConfAddNote("Available Android host does not match host architecture.") } } else { !exists($$ndk_tc_pfx/$$ndk_host/*): \ -- cgit v1.2.3