I have a IT++ Project for implementing Turbo Codes which works fine with the Makefile. I have another C++ project which I am developing in QT.
I plan to inte开发者_StackOverflow社区grate both. What changes I need to make in the *project.pro file.
What additional FLAGS or VARIABLES need to be set ?
Thanks
Check if links below would be helpful:
Using CMake to Build Qt Projects
cmake for Qt 4
hope this helps, regards
精彩评论