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