Hi Pritpal,

First build Harbour without HBQT.
Then build HBQT in a separate pass with custom options.

Rough instructions for that:
---
set HB_WITH_QT=
win-make
cd contrib/hbqt
set HB_WITH_QT=C:\qt\include
set HB_USER_CFLAGS=-DTR_DEBUG_...
set HB_USER_PRGFLAGS=-D__HB_DEBUG__
win-make
cd ../..
---

Brgds,
Viktor

On 2009 Dec 16, at 05:47, Pritpal Bedi wrote:

> 
> Hello All,
> 
> As per subject.
> Goal is to trace calls for only the part I am 
> interested in. I do not want entire application tracing.
> 
> I have tried my level best but am not been successful.
> 
> Regards
> Pritpal Bedi
> 
> 
> -- 
> View this message in context: 
> http://old.nabble.com/HB_TRACE%28%29---How-to-invoke-for-PRG-and-C-code-separately-tp26806243p26806243.html
> Sent from the Harbour - Dev 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

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to