[Harbour] Re: qtcore4.lib

2009-10-26 Thread Itamar Lins

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.acopy /b /y 
%HB_DIR_QT%\lib\libQtGui4.a%HB_LIB_INSTALL%\libQtGui4.a
  if exist %HB_DIR_QT%\lib\libQtNetwork4.acopy /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


Re: [Harbour] Re: qtcore4.lib

2009-10-26 Thread Massimo Belgrano
BCC Is not supported
AFAIK bcc have low support from qt

2009/10/26 Itamar Lins itamarl...@gmail.com:

 And to MSVC or BCC what is needed ?
 Maybe tutor for making HBQT libs step by step.




-- 
Massimo Belgrano
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Re: qtcore4.lib

2009-10-26 Thread Viktor Szakáts
 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.acopy /b /y  
%HB_DIR_QT%\lib\libQtGui4.a%HB_LIB_INSTALL% 
\libQtGui4.a
 if exist %HB_DIR_QT%\lib\libQtNetwork4.acopy /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 ?


For MSVC there is no way to create libs from
dlls. In this case the only choice is to build
MSVC QT libs from source.

Same applies for BCC, but in this case I didn't
try to build it manually, but I wouldn't be
terribly surprised if it didn't work.

Better would be to forget BCC for any serious jobs.


Maybe tutor for making HBQT libs step by step.


Making HBQT is quite straightforward and
covered in INSTALL. If you mean QT, it's not
Harbour's job to document it, but you'll find
great step by step guide on QT website. Someone
even posted a link, it's somewhere in the archives.
Maybe someone has it at hand to repost it.

Brgds,
Viktor

___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] Re: qtcore4.lib

2009-10-26 Thread Itamar Lins

Viktor Szakáts escreveu:


Better would be to forget BCC for any serious jobs.

Ok, BCC was abandoned for me.




Maybe tutor for making HBQT libs step by step.


Making HBQT is quite straightforward and
covered in INSTALL. If you mean QT, it's not
Harbour's job to document it, but you'll find
great step by step guide on QT website. Someone
even posted a link, it's somewhere in the archives.
Maybe someone has it at hand to repost it.

I found this is link
http://da-crystal.net/GCMS/blog/qt-windows-amp-vc-2008-express-part1/
But the problem is time of creation.

now run 'nmake command , to compile the source ( it will take long 
time , 1 hour - 4 hours) :

   * C:\QtSource nmake


Best regards,
Itamar M Lins Jr.

___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Re: qtcore4.lib

2009-10-26 Thread Massimo Belgrano
Bcc non seem supported as compiler by qt
http://doc.trolltech.com/4.5/compiler-notes.html


2009/10/26 Itamar Lins itamarl...@gmail.com:
 Viktor Szakáts escreveu:

 Better would be to forget BCC for any serious jobs.

 Ok, BCC was abandoned for me.



-- 
Massimo Belgrano
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour