From d2944d2250131419e46987b8975a31a41ba8a68c Mon Sep 17 00:00:00 2001 From: Leena Miettinen <riitta-leena.miettinen@nokia.com> Date: Thu, 24 Jun 2010 09:56:05 +0200 Subject: [PATCH] Doc - Add qtquick to defines to display Qt Quick information. --- doc/qt-defines.qdocconf | 3 ++- doc/qtcreator.qdoc | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/qt-defines.qdocconf b/doc/qt-defines.qdocconf index a6b4c8d26b0..3a857bd28e8 100644 --- a/doc/qt-defines.qdocconf +++ b/doc/qt-defines.qdocconf @@ -10,7 +10,8 @@ defines = Q_QDOC \ Q_BYTE_ORDER \ QT_DEPRECATED \ Q_NO_USING_KEYWORD \ - __cplusplus + __cplusplus \ + qtquick versionsym = QT_VERSION_STR diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index 14816e22a7c..f15a777f4b8 100644 --- a/doc/qtcreator.qdoc +++ b/doc/qtcreator.qdoc @@ -18,10 +18,10 @@ and developers to create applications for multiple desktop and mobile device platforms. - For application designers, Qt Creator provides an integrated - visual editor, \QD, + For application designers, Qt Creator provides integrated + visual editors, \QD \if defined(qtquick) - and \QMLD + and \QMLD, \endif that you can use to design and develop application user interfaces. -- GitLab