smurfomen / QSerializer

This repo for Qt/C++ serialization objects in JSON or XML based on QtCore
https://smurfomen.github.io/QSerializer/
MIT License
73 stars 27 forks source link

Added rudimentary cmake support #4

Open ohmree opened 3 years ago

ohmree commented 3 years ago

At the moment this doesn't support installation (e.g. to /usr/include/) but it should be usable as a git submodule.

The include path is <QSerializer> which I'm not sure about (since it might be mistaken for an official qt header) so if that's a problem I'll need to think of a workaround.