Skip to content
Snippets Groups Projects
Commit d2944d22 authored by Leena Miettinen's avatar Leena Miettinen
Browse files

Doc - Add qtquick to defines to display Qt Quick information.

parent 1ca1da26
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,8 @@ defines = Q_QDOC \ ...@@ -10,7 +10,8 @@ defines = Q_QDOC \
Q_BYTE_ORDER \ Q_BYTE_ORDER \
QT_DEPRECATED \ QT_DEPRECATED \
Q_NO_USING_KEYWORD \ Q_NO_USING_KEYWORD \
__cplusplus __cplusplus \
qtquick
versionsym = QT_VERSION_STR versionsym = QT_VERSION_STR
......
...@@ -18,10 +18,10 @@ ...@@ -18,10 +18,10 @@
and developers to create applications for multiple desktop and mobile device and developers to create applications for multiple desktop and mobile device
platforms. platforms.
For application designers, Qt Creator provides an integrated For application designers, Qt Creator provides integrated
visual editor, \QD, visual editors, \QD
\if defined(qtquick) \if defined(qtquick)
and \QMLD and \QMLD,
\endif \endif
that you can use to design and develop that you can use to design and develop
application user interfaces. application user interfaces.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment