diff options
author | Ivan Komissarov <abbapoh@gmail.com> | 2021-03-02 17:42:50 +0300 |
---|---|---|
committer | Ivan Komissarov <ABBAPOH@gmail.com> | 2021-07-27 14:02:06 +0000 |
commit | 0d19ce31ef01e1884fd7ef8d1b5945e5b082d10e (patch) | |
tree | f899df1b6c94672838c8356e2c140d7a9de96741 /doc | |
parent | e1f27a9773853c60c9dcefe44d5a6f056e32633b (diff) | |
download | qbs-0d19ce31ef01e1884fd7ef8d1b5945e5b082d10e.tar.gz |
Always build with project file updates support
Since QtGui dependency was removed, there is no reason not to
Change-Id: Ib8975451f3c36a77e22a077bba18b5659f414767
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/qbs.qdoc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/qbs.qdoc b/doc/qbs.qdoc index 656a1245d..2e14e8572 100644 --- a/doc/qbs.qdoc +++ b/doc/qbs.qdoc @@ -513,8 +513,6 @@ \header \li Option \li Notes \li Default value \row \li WITH_TESTS \li Enable autotests. \li \c ON \row \li WITH_UNIT_TESTS \li Enable additional autotests. \li \c OFF - \row \li WITH_PROJECT_FILE_UPDATES \li Enable API for updating project files. This - implies a dependency to the QtGui module. \li \c OFF \row \li INSTALL_PUBLIC_HEADERS \li Whether to install public headers. \li \c ON \endtable @@ -558,8 +556,6 @@ \row \li qbs_no_dev_install \li Exclude header files from installation, that is, perform a non-developer build. \row \li qbs_no_man_install \li Exclude the man page from installation. - \row \li qbs_enable_project_file_updates \li Enable API for updating project files. This - implies a dependency to the Qt GUI module. \row \li qbs_use_bundled_qtscript \li Use the bundled QtScript library. \endtable @@ -632,11 +628,6 @@ \li Enable additional autotests. Enabling this option will export some symbols that would otherwise be private. \row - \li enableProjectFileUpdates - \li \c false - \li Enable API for updating project files. This is required for an IDE and implies a - dependency to the Qt GUI module that would not be needed for the \QBS command-line tool. - \row \li enableRPath \li \c true \li Use this property to disable the use of rpath. This can be used when packaging \QBS |