$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-01-20 08:07:58
Felix E. Klee wrote:
> On Monday 20 January 2003 11:49 am, Vladimir Prus wrote:
>
>>Done. examples-v2/qt now uses "h" suffix.
>
>
> Thanks! Could you also make it customizable? The problem is that I sometimes
> actually use "hpp" as suffixes for files to be moc'ed. It would be great if
> one could specify several suffixes, but that's not absolutely neccesary.
I'm not sure that complete customization is indeed necessary. So far, I've
added "hpp" as another extension for "H" target type. This will allow you
to use both h and hpp in QT project.
- Volodya