Doc: Adding "qtgui" to the documentation dependency.
authorJerome Pasion <jerome.pasion@digia.com>
Thu, 22 Nov 2012 11:53:40 +0000 (12:53 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 22 Nov 2012 15:08:11 +0000 (16:08 +0100)
-Qt Quick and Qt QML depend on Qt GUI and its
documentation.

Change-Id: Icf14107490bf7a884a5e5840d7ec7bdd62e1cf09
Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
src/qml/doc/qtqml.qdocconf
src/quick/doc/qtquick.qdocconf

index ae4965c..a97802f 100644 (file)
@@ -30,7 +30,7 @@ qhp.QtQml.subprojects.examples.selectors = fake:example
 
 tagfile                 = ../../../doc/qtqml/qtqml.tags
 
-depends += qtcore qtxmlpatterns
+depends += qtcore qtxmlpatterns qtgui
 
 headerdirs  += ..
 
index 42b2ec1..93aad5d 100644 (file)
@@ -31,7 +31,7 @@ qhp.QtQuick.subprojects.examples.selectors = fake:example
 
 tagfile                 = ../../../doc/qtquick/qtquick.tags
 
-depends += qtcore qtxmlpatterns qtqml
+depends += qtcore qtxmlpatterns qtqml qtgui
 
 headerdirs  += ..