I am creating a piece of FOSS to handle all the extra buttons ony my keyboard (through g15daemon).
As part of this, I wish to create a daemon to handle parsing events. I am planning on using the Qt Service solution provided by Qt.
My question is: should these files be included with the project or handled seperately? Since the Qt-Service code is released under the GPL3, which I don't think is compatible with the BSD license I am using (or is it?). Should these files from Qt be included in my git repo, so that they are part of the project, rather than requiring anyone else who wishes to build the daemon, to have to download it seperately, edit build script to point to it, and then compile.