Massimo Belgrano wrote:
> 
> I not able  use Qt 4.6.2. with internal mingw
> in(2010.02.1\mingw\mingw32\bin)
> Can you post/send me your batch for compiling harbour?
> 

Here is the batch file which invokes a console window:

@echo off
cd\harbour

set HB_DIR_QT=c:\qt\4.6.2\qt
set HB_INC_QT=%HB_DIR_QT%\include

set path=c:\harbour_dev;%path%
set path=c:\harbour_dev\harbour\mingw\bin;%path%
set path=c:\harbour_dev\mingw\bin;%path%
set path=%HB_DIR_QT%\bin;%path%

set HB_INSTALL_PREFIX=C:\harbour_dev\harbour\mingw
set HB_BIN_INSTALL=%HB_INSTALL_PREFIX%\bin
set HB_LIB_INSTALL=%HB_INSTALL_PREFIX%\lib
set HB_INC_INSTALL=%HB_INSTALL_PREFIX%\include



Just renamed C:\Qt\2010.2.1  to C:\Qt\4.6.2
and copied C:\Qt\4.6.2\mingw  to  C:\harbour_dev


But wait, follow the path Viktor recommended.
I needed it quick so did so, today I will install mingw from TDM site.

-----
     enjoy hbIDEing...
        Pritpal Bedi 
http://hbide.vouch.info/
-- 
View this message in context: 
http://harbour-devel.1590103.n2.nabble.com/SF-net-SVN-harbour-project-14445-trunk-harbour-tp5019959p5024231.html
Sent from the harbour-devel mailing list archive at Nabble.com.
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to