Hi, Qt Creator doesnt seem to detect some special header files for a given .cpp file.
In one project, the header files did not have a .h extension. E.g., MyClass MyClass.cpp In the same project, one class was being generated from a .h.in file: MyClass.h.in MyClass.h (<- generated from .in) MyClass.cpp Is there some way to get Qt Creator to detect these ? Unrelated question: I'm using waf to build my project. To get Qt Creator to issue "./waf build" in the Project Directory, i have to create a Custom Step. But, I cannot get rid of the Make step, and so, i have to create a dummy Makefile with an "all" target. Is there some way I can avoid this ? Regards Rajeev J Sebastian _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
