diff options
author | Alexandru Croitor <[email protected]> | 2021-08-12 11:24:12 +0200 |
---|---|---|
committer | Alexandru Croitor <[email protected]> | 2021-08-12 17:51:01 +0200 |
commit | 425911d07fc8c3bb899226a1355c38a166b5e1de (patch) | |
tree | 1d5e0e5ae3ec66b10920bb9104e7d12c69b4a52f /src/effects/doc/qtgraphicaleffects.qdocconf | |
parent | 59ab3e11433a5157aac0f3af7c0d7fe70a373373 (diff) |
Add a README.md mentioning the documentation on where the ported
effects can be found, as well as how to check out the Qt5 branch.
Pick-to: 6.2
Fixes: QTBUG-95757
Change-Id: Ib47c7e73f8622c8e287df0f74c6f16a5113b357e
Reviewed-by: Tor Arne Vestbø <[email protected]>
Reviewed-by: Volker Hilsheimer <[email protected]>
Diffstat (limited to 'src/effects/doc/qtgraphicaleffects.qdocconf')
-rw-r--r-- | src/effects/doc/qtgraphicaleffects.qdocconf | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/src/effects/doc/qtgraphicaleffects.qdocconf b/src/effects/doc/qtgraphicaleffects.qdocconf deleted file mode 100644 index 27d8917..0000000 --- a/src/effects/doc/qtgraphicaleffects.qdocconf +++ /dev/null @@ -1,44 +0,0 @@ -include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf) -include($QT_INSTALL_DOCS/config/exampleurl-qtgraphicaleffects.qdocconf) - -project = QtGraphicalEffects -description = Qt Graphical Effects Reference Documentation -version = $QT_VERSION -moduleheader = - -qhp.projects = QtGraphicalEffects - -qhp.QtGraphicalEffects.file = qtgraphicaleffects.qhp -qhp.QtGraphicalEffects.namespace = org.qt-project.qtgraphicaleffects.$QT_VERSION_TAG -qhp.QtGraphicalEffects.virtualFolder = qtgraphicaleffects -qhp.QtGraphicalEffects.indexTitle = Qt Graphical Effects -qhp.QtGraphicalEffects.indexRoot = - -qhp.QtGraphicalEffects.filterAttributes = qtgraphicaleffects $QT_VERSION qtrefdoc -qhp.QtGraphicalEffects.customFilters.Qt.name = QtGraphicalEffects $QT_VERSION -qhp.QtGraphicalEffects.customFilters.Qt.filterAttributes = qtgraphicaleffects $QT_VERSION - -qhp.QtGraphicalEffects.subprojects = qmltypes -qhp.QtGraphicalEffects.subprojects.qmltypes.title = QML Types -qhp.QtGraphicalEffects.subprojects.qmltypes.indexTitle = Graphical Effects -qhp.QtGraphicalEffects.subprojects.qmltypes.selectors = qmlclass -qhp.QtGraphicalEffects.subprojects.qmltypes.sortPages = true - -outputdir = $$QT_INSTALL_DOCS/qtgraphicaleffects -tagfile = ../../../doc/qtgraphicaleffects/qtgraphicaleffects.tags - -headerdirs += .. \ - -sourcedirs += .. \ - - -exampledirs += ../../../examples/graphicaleffects \ - snippets/ - - -imagedirs += images - -depends += qtqml qtquick qtdoc qtcore - -navigation.landingpage = "Qt Graphical Effects" -navigation.qmltypespage = "Graphical Effects" |