Hello Javier
Follow these steps:
1. Click on <Main-menu><Setup> and select <hbIDE Setup>
2. Click on <Paths> node of tree-view.
3. In the "Setup" dialog <Environments> edit control provide
_path_to_hbide.env. Do not care if it exists already or not.
4. Click <View> toolbutton at the right-most of <Environments>
edit-control, and in the opened editor wriite entries like this:
[ MINGW 4.4.2 ]
{content} set PATH=C:\qt\4.6.2\mingw\bin;%PATH%
{content} set PATH=C:\harbour\bin;%PATH%
#
{content} set HB_COMPILER=mingw
{content} set HB_INSTALL_PREFIX=C:\harbour
{content} set HB_BIN_INSTALL=C:\harbour\bin
{content} set HB_INC_INSTALL=C:\harbour\include
{content} set HB_LIB_INSTALL=C:\harbour\lib\win\mingw
#
{content} set HB_COMPILE_SINGLE_SOURCE=yes
{content} set HB_TR_SYSOUT=yes
{content} set HB_WITH_QT=C:\qt\4.6.2\qt
[DUMMY] # Must include this line at the end, a bug I
have to fix.
Save it and restart hbIDE.
You can create as many environments as you like.
Just separate them with [EnvName] section.
Select an environment, via context menu, for the project ready to be
built.
Change the environment as above when you need to compile
with another environment.
Hope above will help.
enjoy hbIDEing...
Pritpal Bedi