Hi Rossine I compile my programs with this bat: del log.txt
set HARBOURDIR=d:\buildok\harbourmingw set MINGWDIR=d:\build\mingw set QTDIR=d:\qt\qt :: prg -> c %HARBOURDIR%\bin\harbour.exe -n -w -I..\include -I%HARBOURDIR%/include %1.prg >> log.txt :: c -> o %MINGWDIR%\bin\g++ -c -O2 -frtti -fexceptions -mthreads -Wall -mwindows -mno-cygwin -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I%QTDIR%\include\QtCore -I%QTDIR%\include\QtGui -I%QTDIR%\include -I%QTDIR%\include\ActiveQt -I. -I%QTDIR%\mkspecs\win32-g++ -I%HARBOURDIR%\include -o %1.o %1.c >> log.txt :: o -> exe %MINGWDIR%\bin\g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -Wl,-s -mthreads -Wl -Wl,-subsystem,windows -mwindows -mno-cygwin -o %1.exe %1.o -L..\lib -L%HARBOURDIR%\lib\win\mingw -L%QTDIR%\lib -Wl,--start-group -lhbqt -lmingw32 -lQtGui4 -lQtCore4 -lQtWebKit4 -lhbdebug -lhbvm -lhbrtl -lhbrdd -lhbmacro -lhbpp -lhblang -lhbcpage -lhbcommon -lrddntx -lrddcdx -lrddfpt -lhbsix -lhbhsx -lgtwin -lgtgui -Wl,--end-group >> log.txt Regards CdQ On Sat, Jun 6, 2009 at 9:14 AM, Rossine <[email protected]> wrote: > > Hello, > > What must install to test the examples in the HBQT windows ? > > Best Regards, > > Rossine. > > -- > View this message in context: > http://www.nabble.com/Work-with-HBQT-tp23901290p23901290.html > Sent from the Harbour - Dev mailing list archive at Nabble.com. > > _______________________________________________ > Harbour mailing list > [email protected] > http://lists.harbour-project.org/mailman/listinfo/harbour > -- QAC (I want something comfortable !!!) - Incremental Compilation with all MiniGUIs versions QAC (Quiero Algo Cómodo !!!) - Compilación Incremental con todas las versiones de MiniGUI Download: www.CarozoDeQuilmes.com.ar
_______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
