woboq / verdigris

Qt without moc: set of macros to use Qt without needing moc
https://woboq.com/blog/verdigris-qt-without-moc.html
GNU Lesser General Public License v3.0
638 stars 58 forks source link

Fix QtCreator codemodel on Windows #60

Closed arBmind closed 5 years ago

arBmind commented 5 years ago

allow ClangCodeModel to parse through the Verdigris macros even though it's marked compatible to MSVC.

This is also needed to compile with clang-cl.exe on Windows.