I need to manually build a Qt plugin. No problem on Linux and Windows, but I cannot determine where in the world Qt installed the source on my Mac. The documentation indicates that the path is /usr/local/Trolltech/Qt-4.6.2, but I'm pretty sure that's out of date. In any case, there's nothing there on my machine.
I searched in Finder for sqlite.pro
(the project I need to build) and it came up with zero hits. Is it hidden? Does the Mac SDK not come with the source (even though it is larger than both the Linux and Windows downloads?)
EDIT: Nevermind; this was user error. I forgot that I had downloaded the libraries-only on the Mac. I used the full SDK on the other machines.