Qt QML: Updated qtqml.qdocconf
authorJerome Pasion <jerome.pasion@digia.com>
Thu, 20 Sep 2012 16:33:42 +0000 (18:33 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 21 Sep 2012 08:56:46 +0000 (10:56 +0200)
modified path to doc/global

Change-Id: I646b69c38381556f786e0b4346118d035cbd3648
Reviewed-by: Martin Smith <martin.smith@digia.com>

src/qml/doc/qtqml.qdocconf

index c7f179c..57fd538 100644 (file)
@@ -1,5 +1,5 @@
-include(global/qt-html-templates-offline.qdocconf)
-include(global/qt-module-defaults.qdocconf)
+include(../../../doc/global/qt-html-templates-offline.qdocconf)
+include(../../../doc/global/qt-module-defaults.qdocconf)
 
 project                 = QtQml
 description             = Qt QML Reference Documentation
@@ -30,7 +30,7 @@ qhp.QtQml.subprojects.examples.indexTitle = Qt QML Examples
 qhp.QtQml.subprojects.examples.selectors = fake:example
 
 outputdir               = ../../../doc/qtqml
-tagfile                 = ../../../doc/qtqml/qtcore.tags
+tagfile                 = ../../../doc/qtqml/qtqml.tags
 
 depends += qtcore qtxmlpatterns
 
@@ -38,8 +38,7 @@ headerdirs  += ..
 
 sourcedirs  += ..
 
-exampledirs +=  ../../../ \
-               ../../../examples \
+exampledirs += ../../../examples/qml \
                ../ \
                snippets