The issue seems to be in this obscure sqlite source included in kmymoney:
23011-qt-sqlite3-0.2.tar.gz
that explains why the files were missed in the q->tq renaming scheme.
That explains what?
I'll see if I can come up with some sort of patch, but the git tree including an external .tar.gz source of sqlite3 seems like a really bad idea :)
Yet this is working for everybody else?
If kmymoney does not include an intrnal sqlite engine, like amarok, then kmymoney should be built against the external installed version. There probably is a configuration option to build with the external version or an option to not build with the internal version, which then reverts to the external version. Probably should first test that before ripping sources.
Darrell