[odb-users] How generate *-odb. files first

Diego Fernando lordvampyre at gmail.com
Sat Feb 21 06:29:45 EST 2015


Hi Boris

Thank you...

In .pro file
was

odbh.output = ${QMAKE_FILE_BASE}-odb.hxx
I change to

odbh.output = ${QMAKE_FILE_BASE}-odb.h

And now apparently the problem is solved.


Thank you
Diego Fernando


2015-02-20 10:31 GMT-02:00 Boris Kolpackov <boris at codesynthesis.com>:

> Hi Diego,
>
> Diego Fernando <lordvampyre at gmail.com> writes:
>
> > This is my .pro
> >
> > [...]
> >
> > It doesn't generate -odb.** first
>
> Then you will have to figure out why. I suggest you do the following:
>
> 1. Follow the steps described on the Wiki precisely and create a
>    simple project.
>
> 2. Verify that it does generate the -odb files first.
>
> 3. Compare that project to yours and see if you can spot what is
>    causing yours not to work.
>
> 4. If you can't, start adding parts of your project to the simple
>    one bit by bit, verifying that after each step everything works
>    as expected.
>
> Boris
>


More information about the odb-users mailing list