I have a subdir based Qt project entirely written in C++ Qt4.
But now I would like to include a application into this project that is written in C. How would I do it? If I define it in the main .pro file it searches for the sub-projects .pro which doesn't exist.
Bookmarks