This section describes how to install, configure and build the Qt Toolkit under OS/2.
In order to build the Qt Toolkit Version 3 under OS/2 or eComStation you need the following tools:
Check that the above tooks work, and then proceed to the following step.
If the compilation process fails, you can inspect the file build.log created in the installation directory.
After the Qt library is successfully compiled and built, it is recommended that you place the qt.cmd script that was generated in the installation directory to some of the directories listed in your PATH environment variable and use it as a command line wrapper to work with the Qt Toolkit: run tutorials and examples, compile your own programs, etc. The script sets up the environment necessary for the Qt Toolkit and for all other tools and simply passes all command line arguments to the command line interpreter. For example, in order to run the last Qt tutorial application, go to the subdirectory tutorial\t14 located inside the installation directory and execute the following command (provided that you have already placed qt.cmd somewhere in the PATH):
qt.cmd t14.exe
To recompile the tutorial you can type
qt.cmd make