you can create a sub project (.pro file) for the non-Qt app, then include it from the Qt App, this way all the code can be managed from a single main project. Also you can configure the sub project not to use Qt library. It means you will manage the non-Qt project with qmake and not use any Qt libs