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:
parent
9987b1dc69
commit
472332559a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user