aboutsummaryrefslogtreecommitdiffstats
path: root/src/macextras/doc/qtmacextras.qdocconf
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2021-05-10 15:25:40 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2021-05-11 09:44:36 +0200
commit9d99db029613d9cd847407085c5de7f310cd0937 (patch)
tree9a22477b69323050f0adaa98792afbc927cf8c7b /src/macextras/doc/qtmacextras.qdocconf
parent1af4a00d7c4c502fa1caed06acf5bcc1378e15a7 (diff)
Remove module and add note about current status in Qt 6
Most of the APIs have already been removed. The remaining two functions in the QtMac namespace have private or native API replacements. QMacPasteboardMime has private API replacements in QtGui. QMacToolBar is left out for now, and will be brought back in another form in the future if deemed necessary. Task-number: QTBUG-93629 Change-Id: I985b7255f32896aed8e1ea989d454d43a7f57a7e Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'src/macextras/doc/qtmacextras.qdocconf')
-rw-r--r--src/macextras/doc/qtmacextras.qdocconf58
1 files changed, 0 insertions, 58 deletions
diff --git a/src/macextras/doc/qtmacextras.qdocconf b/src/macextras/doc/qtmacextras.qdocconf
deleted file mode 100644
index 6c02ada..0000000
--- a/src/macextras/doc/qtmacextras.qdocconf
+++ /dev/null
@@ -1,58 +0,0 @@
-include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
-include($QT_INSTALL_DOCS/config/exampleurl-qtmacextras.qdocconf)
-
-project = QtMacExtras
-description = Qt Mac Extras Reference Documentation
-version = $QT_VERSION
-
-exampledirs += ../../../examples/macextras \
- snippets
-
-examplesinstallpath = macextras
-
-# Add a generic 'Qt Code Sample' thumbnail in Qt Creator for all examples
-manifestmeta.thumbnail.names += "QtMacExtras/*"
-
-# dummy module header for clang, found under doc/
-moduleheader = QtMacExtrasDoc
-
-# pass include paths to clang
-includepaths += -I . \
- -I .. \
- -I ./QtMacExtras
-
-clangdefines += Q_OS_OSX Q_OS_MACOS QT_PLATFORM_UIKIT
-
-headerdirs += ..
-sourcedirs += ..
-imagedirs += images
-
-Cpp.ignoretokens += Q_MACEXTRAS_EXPORT
-
-depends += qtcore qtgui qtwidgets qtdoc
-
-qhp.projects = QtMacExtras
-
-qhp.QtMacExtras.file = qtmacextras.qhp
-
-qhp.QtMacExtras.namespace = org.qt-project.qtmacextras.$QT_VERSION_TAG
-
-qhp.QtMacExtras.indexTitle = Qt Mac Extras
-qhp.QtMacExtras.indexRoot =
-
-qhp.QtMacExtras.filterAttributes = qtmacextras $QT_VERSION qtrefdoc
-qhp.QtMacExtras.customFilters.Qt.name = QtMacExtras $QT_VERSION
-qhp.QtMacExtras.customFilters.Qt.filterAttributes = qtmacextras $QT_VERSION
-
-qhp.QtMacExtras.virtualFolder = qtmacextras
-qhp.QtMacExtras.subprojects = classes examples
-qhp.QtMacExtras.subprojects.classes.title = C++ Classes and Namespaces
-qhp.QtMacExtras.subprojects.classes.indexTitle = Qt Mac Extras C++ Classes
-qhp.QtMacExtras.subprojects.classes.selectors = class function namespace fake:headerfile
-qhp.QtMacExtras.subprojects.classes.sortPages = true
-qhp.QtMacExtras.subprojects.examples.title = Examples
-qhp.QtMacExtras.subprojects.examples.indexTitle = Qt Mac Extras Examples
-qhp.QtMacExtras.subprojects.examples.selectors = fake:example
-
-navigation.landingpage = "Qt Mac Extras"
-navigation.cppclassespage = "Qt Mac Extras C++ Classes"