Is it legal to modify QT 4.8.7 and build wkhtmltopdf using this modified QT 4.8.7
-
I am creating a library by building source of wkhtmltopdf with patched QT 4.8.7 , which is having a LGPL license. Is it legal to modify the contents of QT 4.8.7 and build wkhtmltopdf using this modified QT 4.8.7 ? My library will be integrated to a commercial application.
-
I am creating a library by building source of wkhtmltopdf with patched QT 4.8.7 , which is having a LGPL license. Is it legal to modify the contents of QT 4.8.7 and build wkhtmltopdf using this modified QT 4.8.7 ? My library will be integrated to a commercial application.
-
How do i know which version of QT is used by wkhtmltopdf 0.12.5?
Where the informaton is kept in wkhtmltopdf 0.12.5 source?@Babitha said in Is it legal to modify QT 4.8.7 and build wkhtmltopdf using this modified QT 4.8.7:
Where the informaton is kept in wkhtmltopdf 0.12.5 source?
In the git repository: https://github.com/wkhtmltopdf/wkhtmltopdf - as you can see they have an own copy of Qt4.
-
Is there an information like QT version correspond to wkhtmltopdf 0.12.5 source.
In which file i can see this information?@Babitha They link to their Qt repository - so use it if you want the Qt version used for wkhtmltopdf - as you can see it's a Qt4 repo with some patches from them.