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

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

  •  22-09-2022
  •  | 
  •  

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
有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top