Fix the linkerSupportsFlag configure test type

Change-Id: Iefc874958d1f6d2447f9774a9c3cdf6d7a3b885b
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
This commit is contained in:
Lars Knoll 2016-07-01 10:35:07 +02:00
parent f222206e8d
commit c81f957457

View File

@ -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) {