error: C1083: Cannot open include file: 'QJson/Parser': No such file or directory

StackOverflow https://stackoverflow.com/questions/20837097

  •  22-09-2022
  •  | 
  •  

Pergunta

I am getting this error when i am trying to run my Qt project downloaded from this link https://code.google.com/p/qml-google-maps/downloads/list

I'm trying to compile it in Qt 5.0.2.

error: C1083: Cannot open include file: 'QJson/Parser': No such file or directory
Foi útil?

Solução

You need to clone and build qjson library from here https://github.com/flavio/qjson

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top