diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-02-24 12:42:00 +1000 |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-02-24 12:42:00 +1000 |
commit | 7c76abb0dc4204043bec9b6fa315f9753a7986ae (patch) | |
tree | cee303672cfd138790645e731f2d69472564d4b7 /doc/doc.pri | |
parent | 4066e60e859853cfe3240245ba05271e79839506 (diff) | |
download | qt4-tools-7c76abb0dc4204043bec9b6fa315f9753a7986ae.tar.gz |
Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDeclarativeXXX.
Diffstat (limited to 'doc/doc.pri')
-rw-r--r-- | doc/doc.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doc.pri b/doc/doc.pri index 0fc4d722dc..aea5b08b8d 100644 --- a/doc/doc.pri +++ b/doc/doc.pri @@ -21,7 +21,7 @@ $$unixstyle { } ADP_DOCS_QDOCCONF_FILE = qt-build-docs.qdocconf QT_DOCUMENTATION = ($$QDOC qt-api-only.qdocconf assistant.qdocconf designer.qdocconf \ - linguist.qdocconf qmake.qdocconf qml.qdocconf) && \ + linguist.qdocconf qmake.qdocconf qdeclarative.qdocconf) && \ (cd $$QT_BUILD_TREE && \ $$GENERATOR doc-build/html-qt/qt.qhp -o doc/qch/qt.qch && \ $$GENERATOR doc-build/html-assistant/assistant.qhp -o doc/qch/assistant.qch && \ |