From e29477ac42b47f4fedd2cb4be27ec2e4aa70540c Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Tue, 8 Mar 2016 11:59:19 +0200 Subject: qt5: remove all mingw32 specific changes Change-Id: I41732cf1bb97e033c7e2170040834004996d12b1 Reviewed-by: David Schulz --- classes/qmake5_base.bbclass | 2 -- 1 file changed, 2 deletions(-) (limited to 'classes') diff --git a/classes/qmake5_base.bbclass b/classes/qmake5_base.bbclass index cbee35f3..ba85583c 100644 --- a/classes/qmake5_base.bbclass +++ b/classes/qmake5_base.bbclass @@ -1,8 +1,6 @@ # hardcode linux, because that's what 0001-Add-linux-oe-g-platform.patch adds OE_QMAKE_PLATFORM_NATIVE = "linux-oe-g++" OE_QMAKE_PLATFORM = "linux-oe-g++" -OE_QMAKE_PLATFORM_NATIVE_mingw32 = "win32-g++-oe" -OE_QMAKE_PLATFORM_mingw32 = "win32-g++-oe" # Add -d to show debug output from every qmake call, but it prints *a lot*, better to add it only to debugged recipe OE_QMAKE_DEBUG_OUTPUT ?= "" -- cgit v1.2.3-54-g00ecf