[odb-users] Using ODB with qmake on Windows

Boris Kolpackov boris at codesynthesis.com
Fri Oct 26 10:48:36 EDT 2012


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