Doc: misc fixes
Change-Id: Iaf5bada4c0ba74d1a1b869edf54bd50302ca4372 Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
This commit is contained in:
parent
bfe848c773
commit
7a885eefed
|
@ -43,22 +43,5 @@ qhp.qtimageformats.extraFiles = style/style.css \
|
|||
index.html
|
||||
|
||||
# Only updtae the name of the project for the next variables.
|
||||
qhp.qtimageformats.virtualFolder = qdoc
|
||||
qhp.qtimageformats.subprojects = classes
|
||||
qhp.qtimageformats.subprojects.classes.title = Classes
|
||||
qhp.qtimageformats.subprojects.classes.selectors = class fake:headerfile
|
||||
qhp.qtimageformats.subprojects.classes.sortPages = true
|
||||
|
||||
|
||||
|
||||
|
||||
# Do NOT change the variables after this line unless you know what you are doing.
|
||||
|
||||
outputdir = html
|
||||
outputformats = HTML
|
||||
|
||||
examples.fileextensions = "*.cpp *.h *.js *.svg *.xml *.ui *.qml"
|
||||
examples.imageextensions = "*.png *.jpeg *.jpg *.gif *.mng"
|
||||
headers.fileextensions = "*.h *.ch *.h++ *.hh *.hpp *.hxx"
|
||||
sources.fileextensions = "*.cpp *.qdoc *.mm *.qml"
|
||||
qhp.qtimageformats.virtualFolder = qtimageformats
|
||||
|
||||
|
|
|
@ -52,12 +52,20 @@ libraries. If not found, it may fall back on using a bundled copy (in
|
|||
|
||||
\table
|
||||
\header \li Format \li Description \li Support \li 3rd party codec
|
||||
\row \li MNG \li Multiple-image Network Graphics \li Read/write \li Yes (bundled)
|
||||
\row \li TGA \li Truevision Graphics Adapter \li Read/write \li No
|
||||
\row \li MNG \li Multiple-image Network Graphics \li Read \li Yes (bundled)
|
||||
\row \li TGA \li Truevision Graphics Adapter \li Read \li No
|
||||
\row \li TIFF \li Tagged Image File Format \li Read/write \li Yes (bundled)
|
||||
\row \li WBMP \li Wireless Bitmap \li Read/write \li No
|
||||
\endtable
|
||||
|
||||
\section2 Deployment
|
||||
|
||||
When built, the Qt Image Formats plugins are located as dynamic
|
||||
libraries in the runtime plugin directory (typically \c
|
||||
plugins/imageformats), together with the default image format
|
||||
plugins. They may be deployed to the target system in the same way as
|
||||
other plugins, see the \l{Deploying Plugins} documentation.
|
||||
|
||||
\section2 Security considerations
|
||||
|
||||
Since these file formats are more rarely used, the codecs may be less
|
||||
|
@ -65,5 +73,4 @@ thoroughly debugged against potential security holes. As always, care
|
|||
should be taken when creating applications that may be used to decode
|
||||
uncontrolled data files.
|
||||
|
||||
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
TEMPLATE = aux
|
||||
|
||||
QMAKE_DOCS = $$PWD/doc/qtimageformats.qdocconf
|
||||
QMAKE_DOCS_BASE_OUTDIR = $$[QT_INSTALL_DOCS]
|
||||
QMAKE_DOCS_OUTPUTDIR = $$[QT_INSTALL_DOCS]/qtimageformats
|
||||
QMAKE_DOCS_TARGET = qtimageformats
|
||||
CONFIG += qt_install_module_docs
|
||||
TEMPLATE = aux
|
||||
CONFIG += prepare_docs qt_docs_targets
|
||||
QMAKE_DOCS = $$PWD/doc/qtimageformats.qdocconf
|
||||
|
|
Loading…
Reference in New Issue