summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/activeqt/doc/src/activeqt-dumpcpp.qdoc7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/activeqt/doc/src/activeqt-dumpcpp.qdoc b/src/activeqt/doc/src/activeqt-dumpcpp.qdoc
index 11ae652..ee37f51 100644
--- a/src/activeqt/doc/src/activeqt-dumpcpp.qdoc
+++ b/src/activeqt/doc/src/activeqt-dumpcpp.qdoc
@@ -70,8 +70,11 @@
\li Print help
\endtable
- \c dumpcpp can be integrated into the \c qmake build system. In your .pro
- file, list the type libraries you want to use in the TYPELIBS variable:
+ Running the tool manually (and perhaps even checking the generated files into your version
+ control system) is usually sufficient, as type libraries change very rarely.
+ If your type library changes frequently, then you can integrate \c dumpcpp into the \c qmake
+ build system. In your .pro file, list the type libraries you want to use in the TYPELIBS
+ variable:
\snippet activeqt/qutlook/qutlook.pro 0