From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- doc/html/activeqt-tools-idc.html | 75 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 doc/html/activeqt-tools-idc.html (limited to 'doc/html/activeqt-tools-idc.html') diff --git a/doc/html/activeqt-tools-idc.html b/doc/html/activeqt-tools-idc.html new file mode 100644 index 0000000..74259c4 --- /dev/null +++ b/doc/html/activeqt-tools-idc.html @@ -0,0 +1,75 @@ + + + + + +The IDC Tool + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

The IDC Tool

+ + + +The IDC tool is part of the ActiveQt build system and makes +it possible to turn any Qt binary into a full COM object server +with only a few lines of code. +

IDC understands the following command line parameters: +

+ + + + + + +
Option +Result +
dll -idl idl -version x.y +Writes the IDL of the server dll to the file idl. The +type library wll have version x.y. +
dll -tlb tlb +Replaces the type library in dll with tlb +
-v +Print version information +
-regserver dll +Register the COM server dll +
-unregserver +Unregister the COM server dll +
+

It is usually never necessary to invoke IDC manually, as the +qmake build system takes care of adding the required post +processing steps to the build process. See the +ActiveQt build system +documentation for details. +

See also ActiveQt Tools. + + +


+ +
Copyright © 2007 +TrolltechTrademarks +
Qt 3.3.8
+
+ -- cgit v1.2.1