I am building a small app that doesn't use Qt. I create it with new projects as a straight c++ app. When I run it, How can I build this statically? The only things that I find are how to build Qt as a static library but I'm not actually using Qt for this one.