Please tell me what to do with qt, even launching such a program:
#include <iostream> int main() { cout << "hello world"; return 0; }
Issues in the console:
19:25:02: Выполняется сборка проекта project...
19:25:02: Запускается: «c:\qtsdk\desktop\qt\4.8.0\msvc2010\bin\qmake.exe» C:\Users\саня\Desktop\project\project.pro -r -spec win32-msvc2010 "CONFIG+=declarative_debug
Cannot find file: c:\Users\саня\Desktop\project\project.pro.
19:25:02: Процесс «c:\qtsdk\desktop\qt\4.8.0\msvc2010\bin\qmake.exe» завершился с кодом 2.
Возникла ошибка при сборке проекта project (цель: Desktop)
Во время выполнения сборки на этапе «qmake»
PS found in the internet a topic with a similar problem. They advised to remove the checkbox from the item "Use the shadow assembly", but this did not help ..