[SOLVED] Build a QT LGPL compliant application
-
Hi,
I have developed a simple Qt UI application (at the moment is not doing anything apart from displaying some controls).
I would like to integrate this code into a C++ native application, in such a way that I would comply with the LGPL license agreement (dynamic linking and all that).
I am totally lost as I don't really know where to start from.
Does anyone know whether there is a standard way of doing this?
The current Qt application is based on a class derived from a QtWidget, which is then invoked by a main function (this structure is what QtCreator set up for me - then I recompiled the code to be deployable on QNX650).
Any help would be very much appreciated.Thanks in advance
m -
Responded in