Skip to content

Commit

Permalink
Change the clang mkspec to use clazy
Browse files Browse the repository at this point in the history
Change-Id: If9fabf0a858e2774ec5ce5fd413ae8c3aa546d4d
  • Loading branch information
steveire committed Mar 16, 2016
1 parent fcfe2a5 commit 206e577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkspecs/common/clang.conf
Expand Up @@ -5,7 +5,7 @@
QMAKE_COMPILER = gcc clang llvm # clang pretends to be gcc

QMAKE_CC = clang
QMAKE_CXX = clang++
QMAKE_CXX = clazy

QMAKE_LINK_C = $$QMAKE_CC
QMAKE_LINK_C_SHLIB = $$QMAKE_CC
Expand Down

0 comments on commit 206e577

Please sign in to comment.