aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml')
-rw-r--r--src/qml/doc/qtqml.qdocconf5
-rw-r--r--src/qml/qml.pro4
2 files changed, 4 insertions, 5 deletions
diff --git a/src/qml/doc/qtqml.qdocconf b/src/qml/doc/qtqml.qdocconf
index 57fd5386c6..8d6a6129e2 100644
--- a/src/qml/doc/qtqml.qdocconf
+++ b/src/qml/doc/qtqml.qdocconf
@@ -1,5 +1,5 @@
-include(../../../doc/global/qt-html-templates-offline.qdocconf)
-include(../../../doc/global/qt-module-defaults.qdocconf)
+include($QT_INSTALL_DOCS/global/qt-html-templates-offline.qdocconf)
+include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
project = QtQml
description = Qt QML Reference Documentation
@@ -29,7 +29,6 @@ qhp.QtQml.subprojects.examples.title = Qt QML Examples
qhp.QtQml.subprojects.examples.indexTitle = Qt QML Examples
qhp.QtQml.subprojects.examples.selectors = fake:example
-outputdir = ../../../doc/qtqml
tagfile = ../../../doc/qtqml/qtqml.tags
depends += qtcore qtxmlpatterns
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