diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/features.doc | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
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: |