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
288 stars 140 forks source link

support QJSON_SUFFIX, to be parallel-installable #80

Closed rdieter closed 9 years ago

rdieter commented 9 years ago

Support full parallel-installability of Qt4/Qt5 builds. Besides, Qt5 builds are binary incompatible anyway, so should not be using the same library soname.

flavio commented 9 years ago

Thanks for the fix