Hello, Alexandre!
Thank you for quick reply!
On Fri, 2006-02-03 at 08:01 +0100, Alexandre Duret-Lutz wrote:
> >>> "PR" == Pavel Roskin <[EMAIL PROTECTED]> writes:
> PR> - How portable is $(<:.h=.ui) in the suffix rules?
>
> I think this should work. Automake uses things like $(@:.info=)
> in s
>>> "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
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