summaryrefslogtreecommitdiffstats
path: root/mkspecs/features
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-06-10 11:37:55 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-12 10:10:44 +0200
commitaa3f1cc8c6a15e29b592a46252a78c571262928d (patch)
tree55e77cbe20d2fb9bbdde4d98b68b9abd8f26cad4 /mkspecs/features
parente2765098db18a7570b04fe3e30ded728aa97120a (diff)
fix QMAKE_COMPILER fallback for clang specs
in the actual specs, we also set 'gcc' for clang. Change-Id: Ifc6b27d56596f34c944205795d665f545d090f80 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by: Jake Petroules <jake.petroules@petroules.com>
Diffstat (limited to 'mkspecs/features')
-rw-r--r--mkspecs/features/spec_post.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/spec_post.prf b/mkspecs/features/spec_post.prf
index 46a512bf17..c9e9f8b2f6 100644
--- a/mkspecs/features/spec_post.prf
+++ b/mkspecs/features/spec_post.prf
@@ -42,7 +42,7 @@ isEmpty(QMAKE_COMPILER) {
else:*-llvm*: \
QMAKE_COMPILER = gcc llvm
else:*-clang*: \
- QMAKE_COMPILER = clang llvm
+ QMAKE_COMPILER = gcc clang llvm
else:*-msvc*: \
QMAKE_COMPILER = msvc
else: \