In order to run a .bat file that has the commands-
qmake.exe aa.pro -r -spec win32-msvc2013++ “CONFIG+=release”
nmake
Do i have to have Qt creator installed on my computer or its enough to have qt libraries and dlls copied (of msvc2013) and debugging tools for windows?
↧