PDA

View Full Version : how to make include in qt



nataly
12th October 2009, 17:25
hello,

i tried to add header files (and cpp) to my project with #include,
and it didn't find my files.
where do i have to add the path which is connect to the include?

squidge
12th October 2009, 17:39
Add the path to your .pro file, but you shouldn't be #include'ing cpp files.