cquery-project / vscode-cquery

cquery plugin for Visual Studio Code
54 stars 16 forks source link

Cannot include QT system include extraClangArguments on windows #53

Open kellpossible opened 5 years ago

kellpossible commented 5 years ago

I've tried adding the following to my config:

"cquery.index.extraClangArguments": [
        "-isystem C:/Qt/Qt5.11.2/5.11.2/msvc2015/include",
        "-Isome/other/include"
],

It doesn't seem to have an effect. The other include seems to work just fine.