summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@digia.com>2014-06-17 11:20:01 +0200
committerAllan Sandfeld Jensen <allan.jensen@digia.com>2014-06-25 00:06:24 +0200
commitc1e20c0a8fe195357cb9f2f423f5ea3bd0dad8fa (patch)
tree55c649bfcdaab3c5888cc5c50ca2e787f341581c
parent166cde70a231662c77cbbd7db172b96fa4e31a2e (diff)
Fix debug builds of qtwebkit on linux-icc
The thin archives are available for all compilers on Linux, and are also required by the intel compiler for debug builds. Clang does not need thin archives but it still helps. Task-number: QTBUG-39632 Change-Id: I24f108e87492bd5b5dceb3c62126756f3976b88b Reviewed-by: Michael Bruning <michael.bruning@digia.com>
-rw-r--r--Tools/qmake/mkspecs/features/default_pre.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/qmake/mkspecs/features/default_pre.prf b/Tools/qmake/mkspecs/features/default_pre.prf
index 38443a4f3..69f039387 100644
--- a/Tools/qmake/mkspecs/features/default_pre.prf
+++ b/Tools/qmake/mkspecs/features/default_pre.prf
@@ -95,7 +95,7 @@ CONFIG += include_webinspector
contains(QT_CONFIG, c++11): CONFIG += c++11
# Limit the creation of thin archives to Linux, since only GNU's ar supports it.
-!debug_and_release:linux-g++*: CONFIG += gnu_thin_archives
+!debug_and_release:linux: CONFIG += gnu_thin_archives
# Pick up Qt's defaults for debug/release/debug_and_release
if(win32|mac):!macx-xcode {