aboutsummaryrefslogtreecommitdiffstats
path: root/src/src.pro
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Get rid of QT_INSTALL_HEADERS in documentation configTopi Reinio2018-11-071-0/+1
| | | | | | | | | | The use of QT_INSTALL_HEADERS caused documentation build failures in certain configurations. Use an alternative method to pass the required include paths to QDoc. Task-number: QTBUG-67925 Change-Id: Ia8c25b0cfb950f43ec60a3768cd192588a5e5617 Reviewed-by: Martin Smith <martin.smith@qt.io>
* Say hello to low level Android Service & Binder implementationsBogDan Vatra2017-07-261-1/+1
| | | | | | | | | | These are the building blocks for higher level APIs such as Qt Remote Objects. [ChangeLog][Android] Added low level APIs for Android Service & Binder. Change-Id: I320214d310a398541bbde985ecf67bf6101c0b67 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
* Doc: Enable running 'make docs' on non-android platformsTopi Reinio2013-09-261-2/+7
| | | | | Change-Id: I26389a48912475598946cdfa839d09432a6c364a Reviewed-by: Christian Stromme <christian.stromme@digia.com>
* Add guard to disable other platforms then AndroidChristian Strømme2013-09-231-1/+1
| | | | | Change-Id: If3efdd6e24dfc12b0baade98fd8d7538c5ff94b6 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
* Add Qt JNI API.Christian Strømme2013-09-201-0/+2
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>