From c81f957457acd389affa5c622451e1a629e346a8 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Fri, 1 Jul 2016 10:35:07 +0200 Subject: Fix the linkerSupportsFlag configure test type Change-Id: Iefc874958d1f6d2447f9774a9c3cdf6d7a3b885b Reviewed-by: Frederik Gladhorn --- mkspecs/features/qt_configure.prf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkspecs/features') diff --git a/mkspecs/features/qt_configure.prf b/mkspecs/features/qt_configure.prf index 2127b1ed37..1a663fe1dc 100644 --- a/mkspecs/features/qt_configure.prf +++ b/mkspecs/features/qt_configure.prf @@ -279,7 +279,7 @@ defineTest(qtConfTest_linkerSupportsFlag) { use_gold_linker: \ LFLAGS = -fuse-ld=gold - return($$qtConfToolchainSupportsFlag($$LFLAGS -Wl,$$flag)) + return($$qtConfToolchainSupportsFlag($$LFLAGS "-Wl,$$flag")) } defineReplace(qtConfFindInPath) { -- cgit v1.2.3