For compiler mingwin the file hb-mkimp.bat I found this is lines
if "%HB_COMPILER%" == "mingw" (...
...
if exist "%HB_DIR_QT%\lib\libQtCore4.a" copy /b /y
"%HB_DIR_QT%\lib\libQtCore4.a" "%HB_LIB_INSTALL%\libQtCore4.a"
if exist "%HB_DIR_QT%\lib\libQtGui4.a" copy /b /y
"%HB_DIR_QT%\lib\libQtGui4.a" "%HB_LIB_INSTALL%\libQtGui4.a"
if exist "%HB_DIR_QT%\lib\libQtNetwork4.a" copy /b /y
"%HB_DIR_QT%\lib\libQtNetwork4.a" "%HB_LIB_INSTALL%\libQtNetwork4.a"
if exist "%HB_DIR_QT%\lib\libQtWebKit4.a" copy /b /y
"%HB_DIR_QT%\lib\libQtWebKit4.a" "%HB_LIB_INSTALL%\libQtWebKit4.a"
-------8<--------
And to MSVC or BCC what is needed ?
Maybe tutor for making HBQT libs step by step.
Best regards,
Itamar M. Lins Jr.
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour