Title says it all. Tried a few threads here. AFAIK, I'm doing this right.
Followed these directions.

In my project file I have
Qt Code:
  1. CONFIG += static
To copy to clipboard, switch view to plain text mode 

The static compilation of Qt worked fine.
The (supposedly) static compilation of my project compiles fine (no warning, no error).
But, the binary comes out to 140k and doesn't run on machines w/o Qt installed on them.

Is there a way to check if my Qt build is okay w/o actually recompiling it?