diff options
Diffstat (limited to 'doc/features.doc')
-rw-r--r-- | doc/features.doc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/features.doc b/doc/features.doc index d049f0b75..e5b2a7c7f 100644 --- a/doc/features.doc +++ b/doc/features.doc @@ -41,7 +41,7 @@ \title The Feature Definition File -By modifying the configured \c qconfig.h file from src/tools, you +By modifying the configured \c ntqconfig.h file from src/tools, you can define a subset of the full Qt functionality that you wish to be available in your installation. The -qconfig option to configure is used to select the configuration. @@ -50,9 +50,9 @@ Note that such modification is only supported on Qt/Embedded platforms, where reducing the size of Qt is important and the application set is often fixed. -The \c qconfig.h definition file simply defines macros to disable +The \c ntqconfig.h definition file simply defines macros to disable features. Some features are dependent on other features and these -dependencies are expressed in \c qfeatures.h. +dependencies are expressed in \c ntqfeatures.h. The available options are: |