diff options
Diffstat (limited to 'src/extras/doc/qtquickextras-compat.qdocconf')
-rw-r--r-- | src/extras/doc/qtquickextras-compat.qdocconf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/extras/doc/qtquickextras-compat.qdocconf b/src/extras/doc/qtquickextras-compat.qdocconf new file mode 100644 index 00000000..ad171f47 --- /dev/null +++ b/src/extras/doc/qtquickextras-compat.qdocconf @@ -0,0 +1,17 @@ +include($QT_INSTALL_DOCS/global/qt-defines.qdocconf) +include($QT_INSTALL_DOCS/global/qt-cpp-ignore.qdocconf) + +naturallanguage = en_US +outputencoding = UTF-8 +sourceencoding = UTF-8 + +examples.fileextensions = "*.cpp *.h *.js *.xq *.svg *.xml *.ui *.qhp *.qhcp *.qml *.css" +examples.imageextensions = "*.png *.jpg *.gif" + +headers.fileextensions = "*.ch *.h *.h++ *.hh *.hpp *.hxx" +sources.fileextensions = "*.c++ *.cc *.cpp *.cxx *.mm *.qml *.qdoc" + +#include the external websites +sourcedirs += externalsites + +include(qtquickextras-project.qdocconf) |