summaryrefslogtreecommitdiffstats
path: root/doc/src/frameworks-technologies/activeqt-container.qdoc
diff options
context:
space:
mode:
authorGeir Vattekar <geir.vattekar@nokia.com>2011-02-17 12:14:01 (GMT)
committerGeir Vattekar <geir.vattekar@nokia.com>2011-02-17 12:14:01 (GMT)
commitf5f2eb86b5a9fb4bcc479a4fdba4024e5544ba24 (patch)
treef0a0cc24f418c40cc03a61e493e7412c5d9a88f9 /doc/src/frameworks-technologies/activeqt-container.qdoc
parent45153a37e4d9e39e8c326a0f33ea17be49bb29e2 (diff)
parentebd3c48478539c7b2ec76af5c385b690460c3e15 (diff)
downloadQt-f5f2eb86b5a9fb4bcc479a4fdba4024e5544ba24.zip
Qt-f5f2eb86b5a9fb4bcc479a4fdba4024e5544ba24.tar.gz
Qt-f5f2eb86b5a9fb4bcc479a4fdba4024e5544ba24.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7
Diffstat (limited to 'doc/src/frameworks-technologies/activeqt-container.qdoc')
-rw-r--r--doc/src/frameworks-technologies/activeqt-container.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/frameworks-technologies/activeqt-container.qdoc b/doc/src/frameworks-technologies/activeqt-container.qdoc
index 436f375..862408b 100644
--- a/doc/src/frameworks-technologies/activeqt-container.qdoc
+++ b/doc/src/frameworks-technologies/activeqt-container.qdoc
@@ -67,7 +67,7 @@
To build Qt applications that can host COM objects and ActiveX controls
link the application against the QAxContainer module by adding
- \snippet doc/src/snippets/code/doc_src_qaxcontainer.qdoc 0
+ \snippet doc/src/snippets/code/doc_src_qaxcontainer.pro 0
to your application's \c .pro file.
@@ -128,7 +128,7 @@
want to use, or integrate it into the build system by adding the type
libraries to the \c TYPELIBS variable in your application's \c .pro file:
- \snippet doc/src/snippets/code/doc_src_qaxcontainer.qdoc 1
+ \snippet doc/src/snippets/code/doc_src_qaxcontainer.pro 1
Note that \l dumpcpp might not be able to expose all APIs in the type
library.