Re: Portable moc/uic support - works for me

2006-02-02 Thread Alexandre Duret-Lutz
>>> "PR" == Pavel Roskin <[EMAIL PROTECTED]> writes: PR> bin_PROGRAMS = foo PR> DISTSOURCES = foo.cpp PR> DISTHEADERS_MOC = bar.h PR> DISTHEADERS_NO_MOC = baz.h PR> FORMS = quux.ui PR> FORMHEADERS = $(FORMS:.ui=.h) PR> MOC_CC = $(FORMS:.ui=.moc.cc) $(DISTHEADERS_MOC:.h=.moc.cc) PR> UIC_CC

Portable moc/uic support - works for me

2006-02-02 Thread Pavel Roskin
Hello! I see many people here ask how to integrate Qt designer support, but nobody reported success. I could do it for a project called qgit (Qt frontend to git, the version control system used by the Linux kernel). I was able to test the project on FreeBSD with the native BSD make, and there we

Re: A extremely simple exaple on how to use automake to build libs

2006-02-02 Thread emammendes
hello Many thanks. I have the impression that I have used bootstrap too. Never mind, I'll give the new version a go. Cheers Ed On Thursday 02 February 2006 01:41 pm, Gary V. Vaughan wrote: > [EMAIL PROTECTED] wrote: > > Many thanks. There is one problem though: the example convenience-1

Re: A extremely simple exaple on how to use automake to build libs

2006-02-02 Thread Gary V. Vaughan
[EMAIL PROTECTED] wrote: > Many thanks. There is one problem though: the example convenience-1.0 > doesn't work! > > > > configure: creating ./config.status > config.status: creating replace/Makefile > config.status: creating lib/Makefile > config.status: creating Makefile > config.status: er