Question

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
Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top