From 6914f0a1ac3f1a03d1ce812b3a20ebea3191a6c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Thu, 11 Oct 2012 15:33:51 +0200 Subject: Update docs after modularization of docs The global files now live in qtbase only, and are made available to the other modules via the $QT_INSTALL_DOCS variable. Change-Id: I131408e27fec5b722ac1dece8e1ccf421fdaad67 Reviewed-by: Jerome Pasion Reviewed-by: Martin Smith --- src/qml/qml.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qml/qml.pro') diff --git a/src/qml/qml.pro b/src/qml/qml.pro index 4b2cb20362..4f55b83e14 100644 --- a/src/qml/qml.pro +++ b/src/qml/qml.pro @@ -13,10 +13,10 @@ exists("qqml_enable_gcov") { LIBS += -lgcov } -load(qt_module) - QMAKE_DOCS = $$PWD/doc/qtqml.qdocconf +load(qt_module) + HEADERS += qtqmlglobal.h \ qtqmlglobal_p.h -- cgit v1.2.3