90f3e1d349
Copy them from QRegExp docs in qt5compat to doc/global/includes/corelib/port-from-qregexp.qdocinc, so that the porting docs can be included from both Qt 6 porting guide and qt5compat. Task-number: QTBUG-89702 Pick-to: 6.4 6.3 6.2 Change-Id: I616e2333f60f36e4851398479939fd062016748d Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
35 lines
936 B
Plaintext
35 lines
936 B
Plaintext
#Include this file to inherit configuration related to Qt Project based modules.
|
|
|
|
dita.metadata.default.author = Qt Project
|
|
dita.metadata.default.permissions = all
|
|
dita.metadata.default.publisher = Qt Project
|
|
dita.metadata.default.copyryear = 2022
|
|
dita.metadata.default.copyrholder = The Qt Company Ltd
|
|
dita.metadata.default.audience = programmer
|
|
|
|
#Set the main Qt index.html
|
|
navigation.homepage = index.html
|
|
navigation.hometitle = "Qt $QT_VER"
|
|
|
|
#Words to ignore for auto-linking
|
|
ignorewords += \
|
|
macOS \
|
|
WebChannel \
|
|
WebSocket \
|
|
WebSockets \
|
|
OpenGL
|
|
|
|
# Omit \since information for items introduced before Qt 5
|
|
ignoresince = 5.0
|
|
|
|
sourcedirs += includes $$BUILDDIR
|
|
exampledirs += snippets
|
|
|
|
url = https://doc.qt.io/qt
|
|
|
|
defines += qt6
|
|
|
|
# Uncomment the following two lines to generate documentation marked as \internal
|
|
# alias.internal = disable
|
|
# macro.internal.HTML = "<span style="color:red">[internal]</span>"
|