From: Jerome Pasion Date: Thu, 22 Nov 2012 11:53:40 +0000 (+0100) Subject: Doc: Adding "qtgui" to the documentation dependency. X-Git-Tag: upstream/5.2.1~1032 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0bb60351af025e6af123a1c16453432f1c9da7e5;p=platform%2Fupstream%2Fqtdeclarative.git Doc: Adding "qtgui" to the documentation dependency. -Qt Quick and Qt QML depend on Qt GUI and its documentation. Change-Id: Icf14107490bf7a884a5e5840d7ec7bdd62e1cf09 Reviewed-by: Samuel Rødal --- diff --git a/src/qml/doc/qtqml.qdocconf b/src/qml/doc/qtqml.qdocconf index ae4965c..a97802f 100644 --- a/src/qml/doc/qtqml.qdocconf +++ b/src/qml/doc/qtqml.qdocconf @@ -30,7 +30,7 @@ qhp.QtQml.subprojects.examples.selectors = fake:example tagfile = ../../../doc/qtqml/qtqml.tags -depends += qtcore qtxmlpatterns +depends += qtcore qtxmlpatterns qtgui headerdirs += .. diff --git a/src/quick/doc/qtquick.qdocconf b/src/quick/doc/qtquick.qdocconf index 42b2ec1..93aad5d 100644 --- a/src/quick/doc/qtquick.qdocconf +++ b/src/quick/doc/qtquick.qdocconf @@ -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 += ..