I want to convert a QT Project to CMake Project for creating rpm package.
Thanks!
Printable View
I want to convert a QT Project to CMake Project for creating rpm package.
Thanks!
try with http://sourceforge.net/projects/qmake2cmake/ but, as specified on the official documentation, for BIG projects you have to do much work by hands
It works fine with normal QProject without inline comments in .po file!
Thank you very much!