diff options
Diffstat (limited to 'doc/src/snippets/code/doc_src_qaxcontainer.qdoc')
-rw-r--r-- | doc/src/snippets/code/doc_src_qaxcontainer.qdoc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/snippets/code/doc_src_qaxcontainer.qdoc b/doc/src/snippets/code/doc_src_qaxcontainer.qdoc new file mode 100644 index 0000000..9edd87f --- /dev/null +++ b/doc/src/snippets/code/doc_src_qaxcontainer.qdoc @@ -0,0 +1,8 @@ +//! [0] +CONFIG += qaxcontainer +//! [0] + + +//! [1] +TYPELIBS = file.tlb +//! [1] |