From c14adf85581215599bc764c28b894b9be827ec99 Mon Sep 17 00:00:00 2001 From: Andy Shaw Date: Thu, 30 Jul 2015 14:58:11 +0200 Subject: Add missing options to the uic documentation Change-Id: Id155117d8a46c60c16b64f134afce4594a99e53b Reviewed-by: Venugopal Shivashankar --- doc/src/development/uic.qdoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/src/development/uic.qdoc b/doc/src/development/uic.qdoc index a0eaafd72..e3e5772b1 100644 --- a/doc/src/development/uic.qdoc +++ b/doc/src/development/uic.qdoc @@ -53,6 +53,11 @@ \row \li \c{-p} \li Don't generate guards against multiple inclusion (\c #ifndef FOO_H ...). \row \li \c{-h} \li Display the usage and the list of options. \row \li \c{-v} \li Display \c{uic}'s version number. + \row \li \c{-d} \li Display the dependencies for the UI. + \row \li \c{-n} \li Don't generate any #include directives. + \row \li \c{--postfix } \li Append \c to all generated classnames. + \row \li \c{--include } \li Add #include \c to the output. + \endtable \section1 Examples -- cgit v1.2.3