c++ - Qt unit-test: why "qmake" is not recognized -
i managed follow this tutorial in order write first unit-test.
however, when opening "cmd-console" inside project folder , try rum qmake, following error:
'qmake' not recognized internal or external command, operable program or batch file
.
so, why qmake not recognized? (note working on windows vita)
on windows qt , tools installed default in c:\qt\blablah
. should add path qmake binary, , trick. see the instructions here. note qt creator set variables terminal use qmake in creator without touching system.
Comments
Post a Comment