Quote from: thanhnambkhn on September 21, 2016, 11:06:14 AMIt is probably a problem with qmake, the build tool used by Qt Creator. At least in the past, it was important to have your compiler and all other tools in directories which do not contain spaces. From the looks of your screenshot, you are building on Windows? MS Visual Studio likes to install itself in such a path if you do not specify otherwise.
I have just tried to compile FET source on my computer, with QT 5.7.0
But I got this message: [sub-src-src-pro-make_first] Error -1073741515.
The generate message tab shows that: "The system cannot find the path specified." Please look at my attachment.
It is also possible to use cmake instead of qmake, but I never tried it.
Can you compile a simple "Hello World" project in Qt Creator in your environment? I have never had a problem compiling FET with Qt Creator on Linux Ubuntu, BTW.