How to open llvm and clang source tree in QtCreator in same project.

I need to write project using clang but also I need to navigate through llvm sources (not only headers).

Previous versions of llvm allow clang sources to be located in llvm / tools / clang, but it seems that current versions need clang (and libcxx, ...) in separate directories. So when I open main CmakeList of llvm in QtCreator there is no clang in QtCreator project.

Naturally I can preinstall llvm libraries and clang cmake automatically will find them and will dinamically linkclang with then. But I need also llvm sources to be seen in IDE.<br /><div><br /></div>