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

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -