From 88083a81590c6ac9b9fad88725386e4629fc3d08 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Mon, 5 Aug 2013 17:10:01 +0200 Subject: Doc: fix links to documentation in other modules Add the depends variable with all modules as values, because the QT variable value documentation should list the import statements for all modules. This patch enables linking to other modules. Change-Id: I521ac22bac27d79537c14583f6592251288974a4 Reviewed-by: Jerome Pasion --- qmake/doc/qmake.qdocconf | 49 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) (limited to 'qmake/doc') diff --git a/qmake/doc/qmake.qdocconf b/qmake/doc/qmake.qdocconf index 67e6e95650..cd8ac4d0ab 100644 --- a/qmake/doc/qmake.qdocconf +++ b/qmake/doc/qmake.qdocconf @@ -22,5 +22,54 @@ language = Cpp sources = src/qmake-manual.qdoc +depends += \ + activeqt \ + qt3d \ + qtassistant \ + qtbluetooth \ + qtconcurrent \ + qtcontacts \ + qtcore \ + qtdbus \ + qtdesigner \ + qtfeedback \ + qtgraphicaleffects \ + qtgui \ + qthelp \ + qtimageformats \ + qtlinguist \ + qtlocation \ + qtmultimedia \ + qtmultimediawidgets \ + qtnetwork \ + qtopengl \ + qtorganizer \ + qtprintsupport \ + qtpublishsubscribe \ + qtqml \ + qtquick \ + qtquickcontrols \ + qtquickcontrolsstyles \ + qtquickdialogs \ + qtquicklayouts \ + qtscript \ + qtscripttools \ + qtsensors \ + qtserialport \ + qtserviceframework \ + qtsql \ + qtsvg \ + qtsysteminfo \ + qttestlib \ + qttools \ + qtuitools \ + qtversit \ + qtwebkit \ + qtwebkitexamples \ + qtwidgets \ + qtx11extras \ + qtxml \ + qtxmlpatterns + imagedirs = src/images exampledirs = src -- cgit v1.2.3