Problem during debugging with qmake
-
Hi,
i have to write a Random walk program in qt for school and every time i try to compile it i have the same problem:17:35:51: Führe Schritte für Projekt randomwalk2 aus...
17:35:51: Der Prozess "C:\Qt\Qt5.0.1\5.0.1\mingw47_32\bin\qmake.exe" C:\Users\oem\Desktop\CT\randomwalk2\randomwalk2.pro -r -spec win32-g++ "CONFIG+=debug" "CONFIG+=declarative_debug" "CONFIG+=qml_debug" nicht gestartet werden
Error while building/deploying project randomwalk2 (kit: Desktop Qt 5.0.1 MinGW 32bit)
Bei der Ausführung von Schritt 'qmake'could someone help me?
I've started it at school and i had no problem there now at home i have this problem.
p.s.
sorry for my bad English... -
welcome to devnet
I assume that you are using Qt creator as your IDE.
Goto the left side to "Tools" >> "Options" (ist in Deutsch wohl "Werkzeuge" >> "Optionen"). You should see an entry "Build&Run" (I am not sure, if this stuff is all translated, but it has Qt sign with a hammer).
Check out the tab "Kits", it should show your Qt version(s) installed.Under tab "Qt Versions" you should see the qmake.exe used. Check if it is available in that path.