Pritpal, Victor
in folder C:\harbour\contrib\hbxbp\tests is file demoxbp.prg.
How can I test it ?
I have installed Qt, recompile Harbour with :

SET HB_INC_QT=C:\Qt\include
SET HB_QT_STATIC=yes

And when try : hbmk2 demoxbp
On screen I see :

...
Lines 3200, Functions/Procedures 48
Generating C source output to 'demoxbp.c'... Done.
c:/gcc/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ ld.exe
: cannot find -lhbqts
collect2: ld returned 1 exit status
hbmk: Error: Running linker. 1
gcc.exe demoxbp.o hbmk_p4becs.o    -mwindows -lhbxbp -lhbqts -lversion
-lshlwapi -lQtCore -lQtGui -lQtNetwork -lQtWebKit -lsu
pc++ -lhbextern -lhbdebug -lhbvm -lhbrtl -lhblang -lhbcpage -lgtcgi
-lgtpca -lgtstd -lgtwin -lgtwvt -lgtgui -lhbrdd -lhbusrrd
d -lhbhsx -lhbsix -lrddntx -lrddcdx -lrddfpt -lhbuddall -lrddnsx - lhbrtl
-lhbvm -lhbmacro -lhbcplr -lhbpp -lhbcommon -lhbpcre
-lhbzlib -lkernel32 -luser32 -lgdi32 -ladvapi32 -lws2_32 -lwinspool
-lcomctl32 -lcomdlg32 -lshell32 -lole32 -loleaut32 -luui
d -lmpr -lwinmm -lmapi32 -limm32 -lmsimg32  -odemoxbp.exe
-LC:/harbour/lib/win/mingw -LC:/harbour/lib -L/lib

When and where is this lib : lhbqts created.

It's create by Harbour build process, when HB_QT_STATIC is set
to 'yes'. For some reason though the lib is not built,
probably because HB_INC_QT is not set properly. Check your
Harbour build log.

Brgds,
Viktor

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

Reply via email to