You are not logged in.

Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Wednesday, February 3rd 2010, 12:36am

'not found' while trying to link a header using qtcreator

I am new to qt, only started a month ago. I recently installed qt creator on a windows xp machine and tried compiling various example programs. While compiling them i keep on getting an error that the header file is not recognized or not found. This happens whenever i create a header file and use that header file as opposed to one already provided in the sdk. Any idea why?

Junior

Professional

  • "Junior" is male

Posts: 1,613

Location: San Antonio, TX USA

Occupation: Senior Secure Systems Engineer

  • Send private message

2

Wednesday, February 3rd 2010, 1:47pm

Ensure the header you created is in the include path and project file is updated (.pro) as well as the Makefile (qmake).

INCLUDEPATH at end of ref:qmake Project Files