A small Qt4 Application for converting qmake based projects to cmake. It only does the grunt work, which suffices for very small non-complicated projects (i.e. without includes - like simple hobby projects). On larger projects it saves a lot of work, but still some interaction will probably be needed.
Follow QMake2CMake
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
The intention seems clear: this is a very simple converter to get very small projects running with never dev platforms like kdevelop. Back in 2009/2010 it helped me a great deal to get pretty old hobby projects to work in kdevelop4.
-
Likely will work for very simple projects but does not honor includes which makes it useless for medium size source trees. Produces in most time inaccurate output. Project seems abandoned. More that nothing, but cmake developers should provide convenient way to perform conversion from qmake based stuff