Viktor Szakáts wrote:

/contrib/hbqt/qtcore
/contrib/hbqt/qtgui
/contrib/hbqt/qtnetwork
/contrib/hbqt/qtwebkit

It will be a little bit similar to rddsql dir layout.


So, the contrib/hbqt/Makefile will look like as

ROOT := ../../

DIRS := \
  qtcore \
  qtgui \
  qtnetwork \
  qtwebkit \

include $(TOP)$(ROOT)config/dir.mk

and in contrib/hbqt/qtcore will contain

  Makefile ( current Makefile of hbqt but with different lib name )
  filelist.mk ( list of sources belonging to this section )
  .cpp's
  .prg's

Pardon me as I am poor in make systems.

No problem at all, it is what you've described above.

[ After this change probably some extra fine tuning can be done,
when adding -I options f.e. ]

Brgds,
Viktor

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

Reply via email to