summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-07-29 19:58:33 +0200
committerLars Knoll <lars.knoll@qt.io>2016-08-10 15:42:50 +0000
commit472332559a9839469679131043bf860108da3f44 (patch)
tree580ece3cc3a8fcc6c272585898914faffd201800 /mkspecs
parent9987b1dc692e257964e64e4b0cea702dd8408efb (diff)
fix use_gold_linker not being used by compile tests
Change-Id: Ib43ddb5174fd2d9b45f3c1a3e6d90f2b8f0dddd1 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/qt_configure.prf3
1 files changed, 3 insertions, 0 deletions
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"