aboutsummaryrefslogtreecommitdiffstats
path: root/src/macextras/doc/qtmacextras.qdocconf
diff options
context:
space:
mode:
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"