| Home | ![]() |
Unpack the archive if you have not done so already.
On Unix:
cd your-install-dir
gunzip qtobjectinspector-1.0-enterprise.tar.gz
tar xvf qtobjectinspector-1.0-enterprise.tar
This creates the subdirectory qtobjectinspector-1.0-enterprise containing the files.
On Windows:
Either use WinZip to extract the .zip archive or use the InfoZip tools you can download from
ftp://ftp.trolltech.com/util/infozip.exe
If you are using the InfoZip tools (in a command prompt window):
cd your-install-dir
unzip qtobjectinspector-1.0-enterprise.zip
Enter the package directory and configure the package:
cd qtobjectinspector-1.0-enterprise
qmake
The qmake command will prompt you in some cases for further information. Answer these questions and carefully read the license text before accepting the license conditions. The package can't be used if you don't accept the license conditions.
To build QtObjectInspector:
make
Or if you are using Microsoft Visual Studio:
nmake
The resulting inspector binary is located in the qtobjectinspector-1.0-enterprise/inspector subdirectory. In addition, on Unix platforms, this will build the shared library libinspector.so.1 in the qtobjectinspector-1.0-enterprise/libinspector subdirectory.
| Copyright © 2003-2004 Trolltech | Trademarks | Qt Solutions
|