diff options
author | Assam Boudjelthia <[email protected]> | 2021-05-11 12:49:40 +0300 |
---|---|---|
committer | Assam Boudjelthia <[email protected]> | 2021-06-29 14:08:24 +0300 |
commit | ae24e41ad4da78b029fd42ea317e4d2be73b015e (patch) | |
tree | 3f2d8c44dbf5a3eb666a7782bb5c1dfd62481c8e /src/androidextras/doc/qtandroidextras.qdocconf | |
parent | ede82024b08842e9599b9bdbd00b7498601a921f (diff) |
The JNI utilities (i.e. QJniObject, QJniEnvironment) are already under
qtbase as public APIs.
Permission handling is now under QCoreApplication::{check,request}Permission
and QPermission namespace.
Some of the QtAndroid namespace functions are now under QNativeInterface's
QAndroidApplication, this includes:
* sdkVersion()
* hideSplashScreen()
* context() and isActivityContext()
* runOnAndroidMainThread()
The remaining APIs are now moved as private APIs under qtbase
ee05af296f65e240f64db6470cdddafbddbf2fa3. That is until we add
new cross-platform APIs to replace their functionalities like
Intents handling, starting activites and working with Services.
Task-number: QTBUG-83251
Task-number: QTBUG-84382
Pick-to: 6.2
Change-Id: Id077f8cbbe223a987916f737fad6088fb58e470d
Reviewed-by: Ville Voutilainen <[email protected]>
Diffstat (limited to 'src/androidextras/doc/qtandroidextras.qdocconf')
-rw-r--r-- | src/androidextras/doc/qtandroidextras.qdocconf | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/src/androidextras/doc/qtandroidextras.qdocconf b/src/androidextras/doc/qtandroidextras.qdocconf deleted file mode 100644 index 4b9c77a..0000000 --- a/src/androidextras/doc/qtandroidextras.qdocconf +++ /dev/null @@ -1,52 +0,0 @@ -include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf) -include($QT_INSTALL_DOCS/config/exampleurl-qtandroidextras.qdocconf) - -Cpp.ignoretokens += Q_ANDROIDEXTRAS_EXPORT -# dummy module header for clang, found under doc/ -moduleheader = QtAndroidExtrasDoc - -# pass include paths to clang -includepaths += -I . \ - -I .. \ - -I ../android \ - -I ../jni \ - -I ./QtAndroidExtras - -project = QtAndroidExtras -description = Qt Android Extras Reference Documentation -version = $QT_VERSION - -qhp.projects = QtAndroidExtras - -qhp.QtAndroidExtras.file = qtandroidextras.qhp -qhp.QtAndroidExtras.namespace = org.qt-project.qtandroidextras.$QT_VERSION_TAG -qhp.QtAndroidExtras.virtualFolder = qtandroidextras -qhp.QtAndroidExtras.indexTitle = Qt Android Extras -qhp.QtAndroidExtras.indexRoot = - -qhp.QtAndroidExtras.filterAttributes = qtandroidextras $QT_VERSION qtrefdoc -qhp.QtAndroidExtras.customFilters.Qt.name = QtAndroidExtras $QT_VERSION -qhp.QtAndroidExtras.customFilters.Qt.filterAttributes = qtandroidextras $QT_VERSION - -qhp.QtAndroidExtras.subprojects = classes examples -qhp.QtAndroidExtras.subprojects.classes.title = C++ Classes and Namespaces -qhp.QtAndroidExtras.subprojects.classes.indexTitle = Qt Android Extras C++ Classes -qhp.QtAndroidExtras.subprojects.classes.selectors = class function namespace fake:headerfile -qhp.QtAndroidExtras.subprojects.classes.sortPages = true -qhp.QtAndroidExtras.subprojects.examples.title = Examples -qhp.QtAndroidExtras.subprojects.examples.indexTitle = Qt Android Extras Examples -qhp.QtAndroidExtras.subprojects.examples.selectors = fake:example - -depends += qtcore qtdoc qtqml qtquick qtremoteobjects -headerdirs += .. -sourcedirs += .. -exampledirs += ../../../examples/androidextras \ - snippets -examples.fileextensions += *.java - -# Specify example install dir under QT_INSTALL_EXAMPLES -examplesinstallpath = androidextras - -imagedirs += images -navigation.landingpage = "Qt Android Extras" -navigation.cppclassespage = "Qt Android Extras C++ Classes" |