[odb-users] Using ODB with qmake on Windows

Jordan J. Neuhart jneuhart at tlirr.com
Fri Oct 26 17:34:18 EDT 2012


Boris,

I made the change, and I got as far as you did.  The project builds find
now, and the generated code is built, but the application crashes when I
attempt to run it from within Qt creator.  When I have more time, I will
do some debugging and see if I can find the cause.

Thanks,

Jordan

-----Original Message-----
From: Boris Kolpackov [mailto:boris at codesynthesis.com] 
Sent: Friday, October 26, 2012 9:49 AM
To: Jordan J. Neuhart
Cc: odb-users at codesynthesis.com
Subject: Re: [odb-users] Using ODB with qmake on Windows

Hi Jordan,

Ok, I did some debugging and the culprit turned out to be this
line:

odb.depends = ${ODB_FILES}

Instead it should read:

odb.depends = $$ODB_FILES

With this change I got as far as compiling the generated code.
Can you give this a try and let us know if it works for you? And if it
does, then a working test.pro file would be much appreciated.

Boris



More information about the odb-users mailing list