My App is being developed in QT and I am going to publish the source code under GPL v3.
But I want to include a service in it, which is proprietary. To include this service, I must load a binary code (from disk or remotely) and execute it.
Is this going to violate the GPL?
I am going to distribute the binaries of the App, the sources of the App and the (binary) library of the proprietary service.