[odb-users] how to change generated include paths

Diego Fernando lordvampyre at gmail.com
Wed Feb 4 19:52:04 EST 2015


Hi Boris,

The problem was in my regex I change that $$re_escape(
%./include/entity/(.+)-odb.h%$1-odb.h%) to this $$re_escape(
%./include/entity/(.+)-odb.h%\1-odb.h%)

https://qt-project.org/forums/viewthread/52772/

Thank you.

2015-02-04 13:58 GMT-02:00 Boris Kolpackov <boris at codesynthesis.com>:

> Hi Diego,
>
> Diego Fernando <lordvampyre at gmail.com> writes:
>
> > %./include/entity/(.+)-odb.h%-odb.h%: error: unable to open in read mode
>
> This is actually the argument that you want ODB to see. I think you
> just forgot to add --include-regex before it.
>
> Boris
>


More information about the odb-users mailing list