aboutsummaryrefslogtreecommitdiffstats
path: root/LGPL_EXCEPTION.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-121-1/+1
| | | | | | | | | Qt copyrights are now in The Qt Company, so we could update the source code headers accordingly. In the same go we should also fix the links to point to qt.io. Change-Id: Id0bb1fd5a9d695520753a280bb1ad5ba1ccc6026 Reviewed-by: Sergio Ahumada <sahumada@texla.cl>
* Update Licenses from qtbase#stableSergio Ahumada2013-09-231-1/+1
| | | | | Change-Id: Ia8b043f2d10b621eaa725a82da91adfd0779dc11 Reviewed-by: Christian Stromme <christian.stromme@digia.com>
* Add Qt JNI API.Christian Strømme2013-09-201-0/+22
The QJNI API's provide an easy way to communicate with Java API's from C++. The API consists of two classes, QJNIObject which acts as a wrapper around Java classes and QJNIEnvironment which attaches the current thread to the Java VM and exposes the Java Native Interface. Change-Id: I9cdc395249de74f940b75eab9f2bd32347d5d432 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>