From 472332559a9839469679131043bf860108da3f44 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 29 Jul 2016 19:58:33 +0200 Subject: fix use_gold_linker not being used by compile tests Change-Id: Ib43ddb5174fd2d9b45f3c1a3e6d90f2b8f0dddd1 Reviewed-by: Lars Knoll --- mkspecs/features/qt_configure.prf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mkspecs/features/qt_configure.prf b/mkspecs/features/qt_configure.prf index 63ee6a48db..b3a47a7709 100644 --- a/mkspecs/features/qt_configure.prf +++ b/mkspecs/features/qt_configure.prf @@ -402,6 +402,9 @@ defineTest(qtConfTest_compile) { else: \ qmake_configs = "static" + use_gold_linker: \ + qmake_configs += "use_gold_linker" + # add console to the CONFIG variable when running the tests, so that they # can work with a regular main() entry point on Windows. qmake_configs += "console" -- cgit v1.2.3