How can build hbqt library? set HB_INC_QT=C:\devl\Qt\2009.01\qt\include set HB_DIR_QT=C:\devl\Qt\2009.01\qt HB_CONTRIB_ADDONS=hbqt c:\harbour\contrib\hbqt>make "The 'hbqt' library ignored."
2009/3/19 Viktor Szakáts <[email protected]>: > Hi Pritpal, > >> I have put in batch file: >> >> set HB_INC_QT=C:\devl\Qt\2009.01\qt\include >> set HB_DIR_QT=C:\devl\Qt\2009.01\qt >> >> But the make system does not enter contrib/hbqt. > > That's just generic configuration, for now only the > first line is important and hbqt is fully left out of the > default build so it won't enter automatically. > I could in fact enable it, since it won't be built anyway > unless someone has the QT environment setup. >> >> Do I have to build it separately? If yes, what minimum >> I have to do ? > > Same thing I wrote to Claudio just a few e-mails ago. > You need to setup your environment for Harbour build, > and start GNU Make in the hbqt dir. This method works > in every dirs which has a Makefile in it. It's very useful > feature. > The other method is to set this, and do a full Harbour build: > set HB_CONTRIB_ADDONS=hbqt > >> >> Also you have specified in <makefile> >> hbq_base.cpp >> but I do not see this in SVN. > > True, sorry. > Brgds, > Viktor > > _______________________________________________ > Harbour mailing list > [email protected] > http://lists.harbour-project.org/mailman/listinfo/harbour > > -- Massimo Belgrano Analisi e sviluppo software per Lan e Web - Consulenza informatica - Formazione Delta Informatica S.r.l. http://www.deltain.it/ +39 0321 455962 _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
