After re-installing QtSDK 5.0.1 I got some strange thing. No project want to be compiled with the error like that
\Qt5.0.1\5.0.1\mingw47_32\include\QtCore" -I"debug" -I"." -I"." -I"..\..\Qt\Qt5.0.1\5.0.1\mingw47_32\mkspecs\win32-g++" -o debug\main.o ..\sihvi\main.cpp
g++.exe: error: ..sihvimain.cpp: No such file or directory
g++.exe: fatal error: no input files
So why in command I have slash (\sihvi\main.cpp) and what the stuff is that sihvimain.cpp that doesn’t exist anywhere?
↧