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 provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
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