fix use_gold_linker not being used by compile tests

Change-Id: Ib43ddb5174fd2d9b45f3c1a3e6d90f2b8f0dddd1
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
Oswald Buddenhagen 2016-07-29 19:58:33 +02:00 committed by Lars Knoll
parent 9987b1dc69
commit 472332559a

View File

@ -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"