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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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