https://bugs.kde.org/show_bug.cgi?id=375240

--- Comment #9 from Sergio Martins <smart...@kde.org> ---
clazy calls clang

I think when you run clazy through QtCreator it calls Apple clang, which
doesn't support plugins, while on the command line it's using non-Apple clang.

There might be some differences regarding PATH, and I think QtCreator adds the
compiler from the Kit you're using to PATH.

Can you try:

QMAKE_CXX = <complete path to non-Apple clang>
QMAKE_CXXFLAGS += -Xclang -load -Xclang ClangLazy.dylib -Xclang -add-plugin
-Xclang clang-lazy

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to