简体   繁体   中英

QT compile error

I was playing with a tiny QT 5.5.1 app under windows/mingw. Suddenly it stopped compile with a weird error like on the screenshot.

I tried to clean all, rebuild, run qmake. No results.

How to get rid of it?

q

Ok, to all downvoters, I've solved it by myself.

The problem was that QT was not able to create Debug directory where it should put compiled files. Don't ask me why.

Thus what we have. No output directory -> no main.o created -> this weird compile error.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM