From 139246faa3322e933b5b66ebfc616bfe05a6ace6 Mon Sep 17 00:00:00 2001 From: Lorn Potter Date: Fri, 11 Oct 2019 07:36:48 +1000 Subject: wasm: fix arch detect on windows with WASM_OBJECT_FILES MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: QTBUG-79146 Change-Id: I00188013b98687f34582aeb7b29b6d7439334536 Reviewed-by: Morten Johan Sørvig Reviewed-by: Edward Welbourne --- config.tests/arch/write_info.pri | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'config.tests/arch') diff --git a/config.tests/arch/write_info.pri b/config.tests/arch/write_info.pri index 666b9e5cbb..5b43ce1cd5 100644 --- a/config.tests/arch/write_info.pri +++ b/config.tests/arch/write_info.pri @@ -4,10 +4,7 @@ targetinfofile ~= s/pro$/target.txt/ win32 { ext = .exe } else:wasm { - equals(WASM_OBJECT_FILES, 1): \ - ext = .o - else: \ - ext = .wasm + ext = .wasm } content = $${file_prefix}$${TARGET}$${ext} -- cgit v1.2.3