$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-11-30 05:02:02
Hi Kevin,
> I noticed a change in CVS with v2's qt4.jam ...so I updated (10
> minutes ago)
>
> I can now reference a ui file as a source for my library:
>
>
> lib foo : source.cpp myuifile.ui : <link>static <library>/qt4//QtGui ;
>
> which did not work before, so this looks promising. Unfortunately when
> I try build my exe using that library using either:
>
> exe bar : main.cpp resource.rc foo ;
>
> or
>
> exe bar : main.cpp resource.rc : <library>foo ;
>
> I get an error about "Duplicate name of actual target" refering to the
> ui_myuifile.ui
Can you try the attached?
- Volodya