flavio / qjson

QJson is a qt-based library that maps JSON data to QVariant objects.
http://qjson.sourceforge.net
GNU Lesser General Public License v2.1
287 stars 140 forks source link

Fix error in pc file. #53

Closed niclasr closed 10 years ago

niclasr commented 10 years ago

When compiled with qt5 QJson.pc have Requires: QtCore when it should have Requires: Qt5Core . This commit fixes this.

flavio commented 10 years ago

Thanks for the fix!