Add the files to the HEADERS variable in your .pro file and that
should help, although I don't know if F4 will switch between the
correct files or not.

/s/ Adam

On Wed, Dec 23, 2009 at 2:54 AM, Rajeev J Sebastian
<rajeev.sebast...@gmail.com> wrote:
> 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
> Qt-creator@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>
_______________________________________________
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to