I am currently running Windows Vista Home Premium, and I developed the application with my friend using Qt Creator. Now we are trying to deploy our application as a single executable file, so we are trying to make a static assembly. We added CONFIG + = static to our .pro file.
We use this documentation to help us:
http:
When I try to build QT, I use this command:
configure -static -platform win32-msvc
Then I get this error:
Creating qmake... execute: File or path is not found (nmake) execute: File or path is not found (nmake) Cleaning qmake failed, return code -1
I think I should add nmake to my PATH, but I cannot find it on my computer. Any help would be greatly appreciated. Thanks.
user176954
source share