From 0bb60351af025e6af123a1c16453432f1c9da7e5 Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Thu, 22 Nov 2012 12:53:40 +0100 Subject: [PATCH] Doc: Adding "qtgui" to the documentation dependency. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit -Qt Quick and Qt QML depend on Qt GUI and its documentation. Change-Id: Icf14107490bf7a884a5e5840d7ec7bdd62e1cf09 Reviewed-by: Samuel Rødal --- src/qml/doc/qtqml.qdocconf | 2 +- src/quick/doc/qtquick.qdocconf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 += .. -- 2.7.4