When using QT, i get this error with netbeans
-
wrote on 9 Aug 2012, 04:32 last edited by
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 -
wrote on 9 Aug 2012, 10:17 last edited by
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.
1/2