I’m trying to build an executable of my application. All the guides I have tried all have steps that don’t work.
Supposedly I’m supposed to build Qt statically, and then statically build my application.
From the Qt page on deployment it says to:
configure -static
nmake sub-src
But there is no configure program in Qt, nor nmake.
Is there any up to date guide on how to do this?
↧