diff --git a/doc/global/qt-html-templates-offline.qdocconf b/doc/global/qt-html-templates-offline.qdocconf new file mode 100644 index 00000000000..39435540182 --- /dev/null +++ b/doc/global/qt-html-templates-offline.qdocconf @@ -0,0 +1,22 @@ +HTML.footer = \ + "
\n" \ + "

\n" \ + " © 2012 Nokia Corporation and/or its\n" \ + " subsidiaries. Documentation contributions included herein are the copyrights of\n" \ + " their respective owners.

\n" \ + "
\n" \ + "

\n" \ + " The documentation provided herein is licensed under the terms of the\n" \ + " GNU Free Documentation\n" \ + " License version 1.3 as published by the Free Software Foundation.

\n" \ + "

\n" \ + " Documentation sources may be obtained from \n" \ + " www.qt-project.org.

\n" \ + "
\n" \ + "

\n" \ + " Nokia, Qt and their respective logos are trademarks of Nokia Corporation \n" \ + " in Finland and/or other countries worldwide. All other trademarks are property\n" \ + " of their respective owners. Privacy Policy

\n" \ + "
\n" \ + diff --git a/src/concurrent/doc/qtconcurrent.qdocconf b/src/concurrent/doc/qtconcurrent.qdocconf index d8d66a92c96..94a891a93b7 100644 --- a/src/concurrent/doc/qtconcurrent.qdocconf +++ b/src/concurrent/doc/qtconcurrent.qdocconf @@ -1,3 +1,4 @@ +include(../../../doc/global/qt-html-templates-offline.qdocconf) include(../../../doc/global/qt-cpp-ignore.qdocconf) project = QtConcurrent diff --git a/src/corelib/doc/qtcore.qdocconf b/src/corelib/doc/qtcore.qdocconf index f788b36cdf4..2151c35d5b4 100644 --- a/src/corelib/doc/qtcore.qdocconf +++ b/src/corelib/doc/qtcore.qdocconf @@ -1,3 +1,4 @@ +include(../../../doc/global/qt-html-templates-offline.qdocconf) include(../../../doc/global/qt-cpp-ignore.qdocconf) project = QtCore diff --git a/src/dbus/doc/qtdbus.qdocconf b/src/dbus/doc/qtdbus.qdocconf index d33c4370a34..a1b39859241 100644 --- a/src/dbus/doc/qtdbus.qdocconf +++ b/src/dbus/doc/qtdbus.qdocconf @@ -1,3 +1,4 @@ +include(../../../doc/global/qt-html-templates-offline.qdocconf) include(../../../doc/global/qt-cpp-ignore.qdocconf) project = QtDBus diff --git a/src/gui/doc/qtgui.qdocconf b/src/gui/doc/qtgui.qdocconf index 85772bbc3ea..f1eeaeb21a1 100644 --- a/src/gui/doc/qtgui.qdocconf +++ b/src/gui/doc/qtgui.qdocconf @@ -1,3 +1,4 @@ +include(../../../doc/global/qt-html-templates-offline.qdocconf) include(../../../doc/global/qt-cpp-ignore.qdocconf) project = QtGui diff --git a/src/network/doc/qtnetwork.qdocconf b/src/network/doc/qtnetwork.qdocconf index e14fb322329..718a71c67ba 100644 --- a/src/network/doc/qtnetwork.qdocconf +++ b/src/network/doc/qtnetwork.qdocconf @@ -1,3 +1,4 @@ +include(../../../doc/global/qt-html-templates-offline.qdocconf) include(../../../doc/global/qt-cpp-ignore.qdocconf) project = QtNetwork diff --git a/src/opengl/doc/qtopengl.qdocconf b/src/opengl/doc/qtopengl.qdocconf index f631f03b90e..192aeb7c0ed 100644 --- a/src/opengl/doc/qtopengl.qdocconf +++ b/src/opengl/doc/qtopengl.qdocconf @@ -1,3 +1,4 @@ +include(../../../doc/global/qt-html-templates-offline.qdocconf) include(../../../doc/global/qt-cpp-ignore.qdocconf) project = QtOpenGL diff --git a/src/printsupport/doc/qtprintsupport.qdocconf b/src/printsupport/doc/qtprintsupport.qdocconf index a21639bbc90..a9ed070d697 100644 --- a/src/printsupport/doc/qtprintsupport.qdocconf +++ b/src/printsupport/doc/qtprintsupport.qdocconf @@ -1,3 +1,4 @@ +include(../../../doc/global/qt-html-templates-offline.qdocconf) include(../../../doc/global/qt-cpp-ignore.qdocconf) project = QtPrintSupport diff --git a/src/sql/doc/qtsql.qdocconf b/src/sql/doc/qtsql.qdocconf index ac0249ae085..0711951a766 100644 --- a/src/sql/doc/qtsql.qdocconf +++ b/src/sql/doc/qtsql.qdocconf @@ -1,3 +1,4 @@ +include(../../../doc/global/qt-html-templates-offline.qdocconf) include(../../../doc/global/qt-cpp-ignore.qdocconf) project = QtSql diff --git a/src/testlib/doc/qttest.qdocconf b/src/testlib/doc/qttest.qdocconf index 5f9ea96a284..1662c6d2d90 100644 --- a/src/testlib/doc/qttest.qdocconf +++ b/src/testlib/doc/qttest.qdocconf @@ -1,3 +1,4 @@ +include(../../../doc/global/qt-html-templates-offline.qdocconf) include(../../../doc/global/qt-cpp-ignore.qdocconf) project = QtTest diff --git a/src/widgets/doc/qtwidgets.qdocconf b/src/widgets/doc/qtwidgets.qdocconf index c90f25338ed..aaf0881bdae 100644 --- a/src/widgets/doc/qtwidgets.qdocconf +++ b/src/widgets/doc/qtwidgets.qdocconf @@ -1,3 +1,4 @@ +include(../../../doc/global/qt-html-templates-offline.qdocconf) include(../../../doc/global/qt-cpp-ignore.qdocconf) project = QtWidgets diff --git a/src/xml/doc/qtxml.qdocconf b/src/xml/doc/qtxml.qdocconf index 86dd4f9420e..8f4c4814f5e 100644 --- a/src/xml/doc/qtxml.qdocconf +++ b/src/xml/doc/qtxml.qdocconf @@ -1,3 +1,4 @@ +include(../../../doc/global/qt-html-templates-offline.qdocconf) include(../../../doc/global/qt-cpp-ignore.qdocconf) project = QtXml