When using QT, i get this error with netbeans
-
make: *** No rule to make target
c:/Qt/4.8.0/mkspecs/win32-g++/qmake.conf', needed by
Makefile'. Stop.What can I do?
Thanks
Jack -
The message basically means that one of the files make needs to build your project is not available and make has no idea how to regenerate it. So does this file exist? If not: Did you update or remove Qt?
If you updated: Please rerun qmake to regenerate the Makefiles, pointing to the new Qt version's settings. If you deleted: Please reinstall Qt and rerun qmake.