Coolname007:
The original error "no rule to make target..." came from make, in your case mingw32-make. It was not Qt who signal that error nor the compiler. Your header file could not be reached by make, so it try to find a rule to make it, and obviously that rule didn't exist. You have to check your paths to the header file or there is a problem with make (mingw32-make). I think it's more probable that you make a mistake...




Reply With Quote

Bookmarks