on Windows Qt Creator where do I enter commands like "cd" "nmake" and "configure" -
i on windows. need make .exe standalone (static) executable completed qt project.
according http://doc.qt.io/qt-5/windows-deployment.html
to have such things enter somewhere
cd c:\path\to\qt configure -static <any other options need>
and
nmake clean qmake -config release nmake
but have no idea this?! do on windows or on qt editor?
go start menu, type "cmd" enter. open windows command prompt. that's commands supposed typed.